| Package | Description |
|---|---|
| org.flmelody.core.plugin.ws | |
| org.flmelody.core.ws.codec |
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketCodec> |
ExtensionalWebSocketPlugin.getWebSocketCodecs() |
| Constructor and Description |
|---|
ExtensionalWebSocketPlugin(List<WebSocketCodec> webSocketCodecs,
List<WebSocketParser<?>> webSocketParsers) |
ExtensionalWebSocketPlugin(String pattern,
List<WebSocketCodec> webSocketCodecs,
List<WebSocketParser<?>> webSocketParsers) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketDecoder<I>
Inherit this class to implement custom decoding.
|
class |
WebSocketEncoder<I>
Inherit this class to implement custom coding.
|
Copyright © 2024 flmelody. All rights reserved.