public interface IPacket
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonpIndexParam() |
String |
getOrigin() |
String |
getSessionId() |
TransportType |
getTransportType() |
PacketType |
getType()
the type of the packet
packet type is the prefix transfered on the wire
|
void |
setJsonpIndexParam(String jsonpIndexParam) |
void |
setOrigin(String origin) |
void |
setSessionId(String sessionId) |
void |
setTransportType(TransportType transportType) |
PacketType getType()
PacketTypeString getOrigin()
void setOrigin(String origin)
String getSessionId()
void setSessionId(String sessionId)
TransportType getTransportType()
void setTransportType(TransportType transportType)
String getJsonpIndexParam()
void setJsonpIndexParam(String jsonpIndexParam)
Copyright © 2012–2016. All rights reserved.