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