| Package | Description |
|---|---|
| org.aoju.bus.socket.netty |
| Modifier and Type | Method and Description |
|---|---|
static SocketClient |
ClientService.getClient(io.netty.channel.ChannelHandlerContext context) |
static SocketClient |
ClientService.subscribe(io.netty.channel.ChannelHandlerContext context,
String topic) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SocketService.onCancel(SocketClient client,
String topic,
String data) |
static void |
SocketService.onMessage(SocketClient client,
String topic,
String data) |
static void |
SocketService.onSubscribe(SocketClient client,
String topic,
String data) |
Copyright © 2019. All rights reserved.