| Package | Description |
|---|---|
| org.aoju.bus.socket | |
| org.aoju.bus.socket.process |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor<T> |
ServerConfig.getProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setProcessor(MessageProcessor<T> processor) |
| Constructor and Description |
|---|
QuickAioClient(String host,
int port,
Protocol<T> protocol,
MessageProcessor<T> messageProcessor)
当前构造方法设置了启动Aio客户端的必要参数,基本实现开箱即用。
|
QuickAioServer(int port,
Protocol<T> protocol,
MessageProcessor<T> messageProcessor)
设置服务端启动必要参数配置
|
QuickAioServer(String host,
int port,
Protocol<T> protocol,
MessageProcessor<T> messageProcessor) |
UdpBootstrap(Protocol<R> protocol,
MessageProcessor<R> messageProcessor) |
UdpDispatcher(MessageProcessor<T> processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor<T> |
class |
GroupMessageProcessor<T> |
Copyright © 2021. All rights reserved.