A C F G O R S V 

A

acceptAuthentication() - Method in class org.connectbot.simplesocks.Socks5Server
Begin the authentication with the client.

C

commandNumber() - Method in enum org.connectbot.simplesocks.Socks5Server.Command
 

F

fromCommandNumber(int) - Static method in enum org.connectbot.simplesocks.Socks5Server.Command
 

G

getAddress() - Method in class org.connectbot.simplesocks.Socks5Server
 
getCode() - Method in enum org.connectbot.simplesocks.Socks5Server.ResponseCode
 
getCommand() - Method in class org.connectbot.simplesocks.Socks5Server
 
getHostName() - Method in class org.connectbot.simplesocks.Socks5Server
 
getPort() - Method in class org.connectbot.simplesocks.Socks5Server
 

O

org.connectbot.simplesocks - package org.connectbot.simplesocks
 

R

readRequest() - Method in class org.connectbot.simplesocks.Socks5Server
Reads the type of request the client has made.

S

sendReply(Socks5Server.ResponseCode) - Method in class org.connectbot.simplesocks.Socks5Server
Send back to the client the given response.
Socks5Server - Class in org.connectbot.simplesocks
A simple SOCKS5 server which does no authentication and only accepts CONNECT requests (i.e., no BIND).
Socks5Server(InputStream, OutputStream) - Constructor for class org.connectbot.simplesocks.Socks5Server
 
Socks5Server.Command - Enum in org.connectbot.simplesocks
Command that a client can request.
Socks5Server.ResponseCode - Enum in org.connectbot.simplesocks
 

V

valueOf(String) - Static method in enum org.connectbot.simplesocks.Socks5Server.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.connectbot.simplesocks.Socks5Server.ResponseCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.connectbot.simplesocks.Socks5Server.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.connectbot.simplesocks.Socks5Server.ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C F G O R S V