Uses of Interface
org.miaixz.bus.socket.Protocol
Packages that use Protocol
Package
Description
定义用户进行通信开发所需实现的接口
KCP相关实现
字符协议等实现
-
Uses of Protocol in org.miaixz.bus.socket
Methods in org.miaixz.bus.socket that return ProtocolMethods in org.miaixz.bus.socket with parameters of type Protocol -
Uses of Protocol in org.miaixz.bus.socket.accord
Constructors in org.miaixz.bus.socket.accord with parameters of type ProtocolModifierConstructorDescription当前构造方法设置了启动Aio客户端的必要参数,基本实现开箱即用。设置服务端启动必要参数配置UdpBootstrap(Protocol<Request> protocol, Handler<Request> handler) UdpBootstrap(Protocol<Request> protocol, Handler<Request> handler, Worker worker) -
Uses of Protocol in org.miaixz.bus.socket.accord.kcp
Classes in org.miaixz.bus.socket.accord.kcp that implement Protocol -
Uses of Protocol in org.miaixz.bus.socket.metric.protocol
Classes in org.miaixz.bus.socket.metric.protocol that implement ProtocolModifier and TypeClassDescriptionclass字节数组模式class固定长度字节模式class字符模式