public abstract class AbstractSessionQuery extends AbstractQueryPacket
| Constructor and Description |
|---|
AbstractSessionQuery() |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
getSessionId() |
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setSessionId(IntegerID sessionId) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, getType, setEndpointIdprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic IntegerID getSessionId()
public void setSessionId(IntegerID sessionId)
sessionId - The sessionId to set.public String toString()
toString in class AbstractPacketCopyright © 2019. All rights reserved.