Client

Undocumented in source.

Constructors

this
this(Socket clientSocket, uint id)
Undocumented in source.

Members

Functions

authenticate
bool authenticate()
Undocumented in source. Be warned that the author may not have intended to support it.
connectToTarget
TcpSocket connectToTarget(InternetAddress address)
Undocumented in source.
handshake
bool handshake()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
setAuthString
void setAuthString(string authString)
Undocumented in source. Be warned that the author may not have intended to support it.
targetToClientSession
void targetToClientSession(Socket clientSocket, Socket targetSocket)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

authString
string authString;
Undocumented in source.
availableMethods
AuthMethod[] availableMethods;
Undocumented in source.
id
uint id;
Undocumented in source.
socket
Socket socket;
Undocumented in source.
targetSocket
TcpSocket targetSocket;
Undocumented in source.

Meta