MethodIdentificationPacket

Undocumented in source.

Members

Functions

detectAuthMethod
AuthMethod detectAuthMethod(AuthMethod[] availableMethods)
Undocumented in source. Be warned that the author may not have intended to support it.
getNMethods
ubyte getNMethods()
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

methods
ubyte[] methods;
Undocumented in source.
nmethods
ubyte[1] nmethods;
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