RequestPacket

Undocumented in source.

Members

Functions

getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
ushort getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Socks5IncomingPacket
Undocumented in source.

Variables

atyp
AddressType[1] atyp;
Undocumented in source.
cmd
RequestCmd[1] cmd;
Undocumented in source.
dstaddr
ubyte[] dstaddr;
Undocumented in source.
dstport
ubyte[2] dstport;
Undocumented in source.
rsv
ubyte[1] rsv;
Undocumented in source.

Mixed In Members

From mixin Socks5IncomingPacket

__anonymous
mixin Socks5Packet
Undocumented in source.
ver
ubyte[1] ver;
Undocumented in source.
getVersion
ubyte getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
receiveVersion
void receiveVersion(Connection conn, ubyte requiredVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBuffer
void receiveBuffer(Connection conn, ubyte[1] len, ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta