| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageSender |
interface |
WebSocketSession
This is the concrete WebSocket session interface, which provides session information and operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebSocketSession |
| Modifier and Type | Field and Description |
|---|---|
private WebSocketSessionInfo |
WebSocketMessage.sessionInfo |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSessionInfo |
WebSocketMessage.getSessionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectedListener.connected(WebSocketSessionInfo sessionInfo) |
void |
BinaryMessageConsumer.consume(WebSocketSessionInfo sessionInfo,
byte[] payload,
int offset,
int length) |
void |
TextMessageConsumer.consume(WebSocketSessionInfo sessionInfo,
String message) |
| Constructor and Description |
|---|
WebSocketConnectedMessage(WebSocketSessionInfo sessionInfo) |
WebSocketMessage(WebSocketSessionInfo sessionInfo) |
Copyright © 2021 Apache NiFi Project. All rights reserved.