RequestPacket

Undocumented in source.

Members

Functions

getDestinationAddress
InternetAddress getDestinationAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Socket socket)
Undocumented in source. Be warned that the author may not have intended to support it.

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.

Inherited Members

From IncomingPacket

receiveVersion
void receiveVersion(Socket socket, ubyte requiredVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBuffer
void receiveBuffer(Socket s, ubyte[1] len, ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Socket s)
Undocumented in source.

Meta