Class ApolloWSMessage
- java.lang.Object
-
- io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<ApolloWSMessage>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description ApolloWSMessage(ApolloWSMessage delegate)ApolloWSMessage(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectconnectionParams()Deprecated.JsonObjectcontent()Deprecated.booleanequals(Object o)ApolloWSMessagegetDelegate()inthashCode()static ApolloWSMessagenewInstance(ApolloWSMessage arg)ServerWebSocketserverWebSocket()Deprecated.StringtoString()ApolloWSMessageTypetype()Deprecated.
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<ApolloWSMessage> __TYPE_ARG
-
-
Constructor Detail
-
ApolloWSMessage
public ApolloWSMessage(ApolloWSMessage delegate)
-
ApolloWSMessage
public ApolloWSMessage(Object delegate)
-
-
Method Detail
-
getDelegate
public ApolloWSMessage getDelegate()
-
serverWebSocket
@Deprecated public ServerWebSocket serverWebSocket()
Deprecated.- Returns:
- the websocket that received the message
-
type
@Deprecated public ApolloWSMessageType type()
Deprecated.- Returns:
- the message type
-
content
@Deprecated public JsonObject content()
Deprecated.- Returns:
- the message content
-
connectionParams
@Deprecated public Object connectionParams()
Deprecated.- Returns:
- the connection params
-
newInstance
public static ApolloWSMessage newInstance(ApolloWSMessage arg)
-
-