-
public final class WebSocketMessageParser.WebSocketMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWebSocketMessageParser.WebSocketMessage.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpacketTypeprivate final Objectpayload
-
Constructor Summary
Constructors Constructor Description WebSocketMessageParser.WebSocketMessage(String packetType, Object payload)
-
Method Summary
Modifier and Type Method Description final StringgetPacketType()final ObjectgetPayload()-
-
Method Detail
-
getPacketType
final String getPacketType()
-
getPayload
final Object getPayload()
-
-
-
-