toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-runtime-java
/
com.apollographql.apollo.runtime.java.network.ws.protocol
/
ApolloWsProtocol
/
Factory
Factory
open
class
Factory
:
WsProtocol.Factory
Members
Constructors
Factory
Link copied to clipboard
constructor
(
)
constructor
(
connectionPayload
:
Supplier
<
Map
<
String
,
Any
>
>
)
constructor
(
connectionPayload
:
Supplier
<
Map
<
String
,
Any
>
>
,
frameType
:
WsProtocol.WsFrameType
)
Functions
create
Link copied to clipboard
open
fun
create
(
webSocketConnection
:
WebSocketConnection
,
listener
:
WsProtocol.Listener
)
:
WsProtocol
get
Name
Link copied to clipboard
open
fun
getName
(
)
:
String