| Package | Description |
|---|---|
| org.tio.websocket.client | |
| org.tio.websocket.client.event | |
| org.tio.websocket.common |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<WsPacket> |
WebSocket.getMessageStream()
Get message stream from server
|
io.reactivex.Observable<WsPacket> |
WebSocketImpl.getMessageStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocket.send(WsPacket packet)
Send packet to server
|
void |
WebSocketImpl.send(WsPacket packet) |
| Modifier and Type | Field and Description |
|---|---|
WsPacket |
MessageEvent.data |
| Constructor and Description |
|---|
MessageEvent(WsPacket data) |
| Modifier and Type | Class and Description |
|---|---|
class |
WsRequest |
class |
WsResponse |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
WsClientEncoder.encode(WsPacket packet,
TioConfig tioConfig,
ChannelContext channelContext) |
Copyright © 2021. All rights reserved.