Class MD5AuthenticationRequest (0.16.0)

public class MD5AuthenticationRequest extends WireOutput

Used for password response.

Inheritance

java.lang.Object > WireOutput > MD5AuthenticationRequest

Constructors

MD5AuthenticationRequest(DataOutputStream output, int salt)

public MD5AuthenticationRequest(DataOutputStream output, int salt)
Parameters
NameDescription
outputDataOutputStream
saltint

Methods

getIdentifier()

public byte getIdentifier()

Override this to specify the byte which represents the protocol for the specific message. Used for logging and by send.

Returns
TypeDescription
byte
Overrides

getMessageName()

protected String getMessageName()

Used for logging.

Returns
TypeDescription
String
Overrides

getPayloadString()

protected String getPayloadString()

Used for logging.

Returns
TypeDescription
String
Overrides

sendPayload()

public void sendPayload()

Override this method to include post-processing and metadata in the sending process. Template method for send.

Overrides Exceptions
TypeDescription
IOException