| Package | Description |
|---|---|
| org.aoju.bus.socket.origin | |
| org.aoju.bus.socket.origin.plugins |
| Constructor and Description |
|---|
AioQuickClient(String host,
int port,
Protocol<T> protocol,
Message<T> messageProcessor)
当前构造方法设置了启动Aio客户端的必要参数,基本实现开箱即用
|
AioQuickServer(int port,
Protocol<T> protocol,
Message<T> messageProcessor)
设置服务端启动必要参数配置
|
AioQuickServer(String host,
int port,
Protocol<T> protocol,
Message<T> messageProcessor) |
AioSSLQuickClient(String host,
int port,
Protocol<T> protocol,
Message<T> messageProcessor) |
AioSSLQuickServer(int port,
Protocol<T> protocol,
Message<T> messageProcessor) |
UdpBootstrap(Protocol<Request> protocol,
Message<Request> messageProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage<T> |
Copyright © 2019. All rights reserved.