类 AbstractWebsocketServerBusinessThread

  • 所有已实现的接口:
    Runnable
    直接已知子类:
    WebsocketServerBusinessThreadExecution

    public abstract class AbstractWebsocketServerBusinessThread
    extends Object
    implements Runnable
    ClassName: AbstractWebsocketServerBusinessThread Description: date: 2020/8/18 0:39
    从以下版本开始:
    JDK 1.8
    作者:
    ThierrySquirrel
    • 构造器详细资料

      • AbstractWebsocketServerBusinessThread

        public AbstractWebsocketServerBusinessThread​(WebsocketRouteTemplate websocketRouteTemplate,
                                                     WebsocketChannelTemplate websocketChannelTemplate,
                                                     io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
    • 方法详细资料

      • businessExecution

        protected abstract void businessExecution​(WebsocketRouteTemplate websocketRouteTemplate,
                                                  WebsocketChannelTemplate websocketChannelTemplate,
                                                  io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
        businessExecution
        参数:
        websocketRouteTemplate - websocketRouteTemplate
        websocketChannelTemplate - websocketChannelTemplate
        webSocketFrame - webSocketFrame
      • run

        public void run()
        指定者:
        run 在接口中 Runnable