@Immutable @ThreadSafe public final class BinaryRequestMessage extends AbstractProtocolMessage implements IRequestMessage
Constructor and Description |
---|
BinaryRequestMessage(IAuthenticationRequest request,
byte[] requestBytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IAuthenticationRequest |
getRequest() |
int |
hashCode() |
String |
toString() |
getMessageBytes
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getMessageBytes
public BinaryRequestMessage(@Nonnull IAuthenticationRequest request, @Nonnull byte[] requestBytes)
@Nonnull public IAuthenticationRequest getRequest()
getRequest
in interface IRequestMessage
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.