toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-runtime
/
com.apollographql.apollo.network.ws
/
WsProtocol
/
Factory
Factory
interface
Factory
Inheritors
Factory
Factory
Factory
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
The name of the protocol as in the Sec-WebSocket-Protocol header
Functions
create
Link copied to clipboard
abstract
fun
create
(
webSocketConnection
:
WebSocketConnection
,
listener
:
WsProtocol.Listener
,
scope
:
CoroutineScope
)
:
WsProtocol
Create a
WsProtocol