java.lang.Object | |
↳ | chan.http.WebSocket.Event |
Read data holder.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Safe close of | |||||||||||
Stores result to | |||||||||||
Converts and results event data as | |||||||||||
Returns whether event data is binary. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Safe close of WebSocket.Connection
instance. Use this method instead of close()
directly.
Stores result to WebSocket.Connection
instance to unlock running await(Object)
method.
Parameters | |
---|---|
result |
Object
|
See also:
Converts and results event data as HttpResponse
instance.
Returns | |
---|---|
HttpResponse |
Returns whether event data is binary.
Returns | |
---|---|
boolean |
Parameters | |
---|---|
key |
String
|
object |
Object
|
See also: