public final class UnsubscribeQuery extends AbstractSessionQuery
| Constructor and Description |
|---|
UnsubscribeQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubscriptionName() |
byte |
getType()
Get the type value for this packet
|
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setSubscriptionName(String subscriptionName) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
getSessionId, setSessionIdisResponseExpectedgetEndpointId, setEndpointIdpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractSessionQueryprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractSessionQuerypublic String getSubscriptionName()
public void setSubscriptionName(String subscriptionName)
subscriptionName - the subscriptionName to setpublic String toString()
toString in class AbstractSessionQueryCopyright © 2021. All rights reserved.