类 WebsocketServerBusinessThreadExecution
- java.lang.Object
-
- com.github.thierrysquirrel.websocket.netty.server.thread.AbstractWebsocketServerBusinessThread
-
- com.github.thierrysquirrel.websocket.netty.server.thread.execution.WebsocketServerBusinessThreadExecution
-
- 所有已实现的接口:
Runnable
public class WebsocketServerBusinessThreadExecution extends AbstractWebsocketServerBusinessThread
ClassName: WebsocketServerBusinessThreadExecution Description: date: 2020/8/18 0:40- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
构造器概要
构造器 构造器 说明 WebsocketServerBusinessThreadExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidbusinessExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)businessExecution-
从类继承的方法 com.github.thierrysquirrel.websocket.netty.server.thread.AbstractWebsocketServerBusinessThread
run
-
-
-
-
构造器详细资料
-
WebsocketServerBusinessThreadExecution
public WebsocketServerBusinessThreadExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
-
-
方法详细资料
-
businessExecution
protected void businessExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)
businessExecution- 指定者:
businessExecution在类中AbstractWebsocketServerBusinessThread- 参数:
websocketRouteTemplate- websocketRouteTemplatewebsocketChannelTemplate- websocketChannelTemplatewebSocketFrame- webSocketFrame
-
-