Uses of Interface
org.aoju.bus.socket.Protocol
Packages that use Protocol
-
Uses of Protocol in org.aoju.bus.socket
Methods in org.aoju.bus.socket that return ProtocolMethods in org.aoju.bus.socket with parameters of type ProtocolConstructors in org.aoju.bus.socket with parameters of type ProtocolModifierConstructorDescriptionAioQuickClient(String host, int port, Protocol<T> protocol, MessageProcessor<T> messageProcessor) 当前构造方法设置了启动Aio客户端的必要参数,基本实现开箱即用。AioQuickServer(int port, Protocol<T> protocol, MessageProcessor<T> messageProcessor) 设置服务端启动必要参数配置AioQuickServer(String host, int port, Protocol<T> protocol, MessageProcessor<T> messageProcessor) UdpBootstrap(Protocol<Request> protocol, MessageProcessor<Request> messageProcessor) UdpBootstrap(Protocol<Request> protocol, MessageProcessor<Request> messageProcessor, WorkerRegister workerRegister) -
Uses of Protocol in org.aoju.bus.socket.protocol
Classes in org.aoju.bus.socket.protocol that implement ProtocolModifier and TypeClassDescriptionclassclassclass