@Immutable @ThreadSafe public final class BinaryResponseMessage extends AbstractProtocolMessage implements IResponseMessage
Constructor and Description |
---|
BinaryResponseMessage(IAuthenticationResponse response,
byte[] responseBytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IAuthenticationResponse |
getResponse() |
int |
hashCode() |
String |
toString() |
getMessageBytes
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getMessageBytes
public BinaryResponseMessage(@Nonnull IAuthenticationResponse response, @Nonnull byte[] responseBytes)
@Nonnull public IAuthenticationResponse getResponse()
getResponse
in interface IResponseMessage
public boolean equals(Object o)
equals
in class AbstractProtocolMessage
public int hashCode()
hashCode
in class AbstractProtocolMessage
public String toString()
toString
in class AbstractProtocolMessage
Copyright © 2020. All Rights Reserved.