public final class OpenConnectionResponse extends AbstractResponsePacket
| Constructor and Description |
|---|
OpenConnectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getProtocolVersion() |
byte |
getType()
Get the type value for this packet
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setProtocolVersion(int protocolVersion) |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointId, toStringpublic byte getType()
AbstractPacketgetType in class AbstractPacketpublic int getProtocolVersion()
public void setProtocolVersion(int protocolVersion)
protocolVersion - the protocolVersion to setprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketCopyright © 2021. All rights reserved.