public final class OpenConnectionQuery extends AbstractQueryPacket
| Constructor and Description |
|---|
OpenConnectionQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientID() |
String |
getPassword() |
byte |
getType()
Get the type value for this packet
|
String |
getUserName() |
protected void |
serializeTo(RawDataBuffer out)
Write the packet content to the given output stream
|
void |
setClientID(String clientID) |
void |
setPassword(String password) |
void |
setUserName(String userName) |
String |
toString() |
protected void |
unserializeFrom(RawDataBuffer in)
Read the packet content to the given input stream
|
isResponseExpectedgetEndpointId, setEndpointIdpublic byte getType()
AbstractPacketgetType in class AbstractPacketprotected void serializeTo(RawDataBuffer out)
AbstractPacketserializeTo in class AbstractPacketprotected void unserializeFrom(RawDataBuffer in)
AbstractPacketunserializeFrom in class AbstractPacketpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getUserName()
public void setUserName(String userName)
userName - the userName to setpublic String getClientID()
public void setClientID(String clientID)
clientID - the clientID to setpublic String toString()
toString in class AbstractPacketCopyright © 2019. All rights reserved.