类 RequestOnlyProcessor

  • 所有已实现的接口:
    Runnable

    public class RequestOnlyProcessor
    extends Object
    implements Runnable
    不需要回执的请求处理线程 Request processing threads that do not require a receipt
    作者:
    tag
    • 构造器详细资料

      • RequestOnlyProcessor

        public RequestOnlyProcessor​(ConnectData connectData)
    • 方法详细资料

      • run

        public void run()
        消费从服务端获取的消息 Consume the messages from servers
        指定者:
        run 在接口中 Runnable