public class ApolloWSMessageImpl extends Object implements ApolloWSMessage
| Constructor and Description |
|---|
ApolloWSMessageImpl(ServerWebSocket serverWebSocket,
ApolloWSMessageType type,
JsonObject content) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
content() |
ServerWebSocket |
serverWebSocket() |
ApolloWSMessageType |
type() |
public ApolloWSMessageImpl(ServerWebSocket serverWebSocket, ApolloWSMessageType type, JsonObject content)
public ServerWebSocket serverWebSocket()
serverWebSocket in interface ApolloWSMessagepublic ApolloWSMessageType type()
type in interface ApolloWSMessagepublic JsonObject content()
content in interface ApolloWSMessageCopyright © 2020. All rights reserved.