接口的使用
com.github.thierrysquirrel.websocket.core.template.WebsocketRouteTemplate
-
-
com.github.thierrysquirrel.websocket.core.container中WebsocketRouteTemplate的使用
返回WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.core.container中的方法 修饰符和类型 方法 说明 static WebsocketRouteTemplateWebsocketRouteContainer. getWebsocketRouteTemplate(String requestUri)参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.core.container中的方法 修饰符和类型 方法 说明 static voidWebsocketRouteContainer. putWebsocketRouteTemplate(String route, WebsocketRouteTemplate websocketRouteTemplate) -
com.github.thierrysquirrel.websocket.core.template中WebsocketRouteTemplate的使用
实现WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.core.template中的类 修饰符和类型 类 说明 classAbstractWebsocketRouteTemplateClassName: AbstractWebsocketRouteTemplate Description: date: 2020/8/17 22:28 -
com.github.thierrysquirrel.websocket.core.template.core.factory中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.core.template.core.factory中的方法 修饰符和类型 方法 说明 static StringWebsocketRouteTemplateFactory. getRoute(WebsocketRouteTemplate routeTemplate) -
com.github.thierrysquirrel.websocket.init.core.factory中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.init.core.factory中的方法 修饰符和类型 方法 说明 static voidWebsocketRouteInitFactory. addWebsocketRouteTemplate(WebsocketRouteTemplate routeTemplate) -
com.github.thierrysquirrel.websocket.netty.server.handler中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.handler中的构造器 构造器 说明 WebsocketServerHandler(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate) -
com.github.thierrysquirrel.websocket.netty.server.handler.core.factory中WebsocketRouteTemplate的使用
返回WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.handler.core.factory中的方法 修饰符和类型 方法 说明 static WebsocketRouteTemplateHandshakeFactory. pathValidation(String requestUri)参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.handler.core.factory中的方法 修饰符和类型 方法 说明 static voidHandshakeFactory. upgradePipeline(WebsocketRouteTemplate websocketRouteTemplate, int readTimeoutMilli, io.netty.channel.Channel channel, io.netty.handler.codec.http.FullHttpRequest request)static voidChannelPipelineFactory. upgradeWebsocketPipeline(io.netty.channel.Channel channel, int readTimeoutMilli, HttpUpgradeRequest request, WebsocketRouteTemplate websocketRouteTemplate) -
com.github.thierrysquirrel.websocket.netty.server.handler.core.factory.execution中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.handler.core.factory.execution中的方法 修饰符和类型 方法 说明 static voidWebsocketServerHandlerFactoryExecution. business(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)static voidWebsocketServerHandlerFactoryExecution. closeEvent(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)static voidWebsocketServerHandlerFactoryExecution. timeoutEvent(io.netty.handler.timeout.IdleState state, WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate) -
com.github.thierrysquirrel.websocket.netty.server.handler.core.strategy中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.handler.core.strategy中的方法 修饰符和类型 方法 说明 static voidMessageEventStrategy. messageEvent(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame frame) -
com.github.thierrysquirrel.websocket.netty.server.thread中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.thread中的方法 修饰符和类型 方法 说明 protected abstract voidAbstractWebsocketServerBusinessThread. businessExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)businessExecutionprotected abstract voidAbstractWebsocketServerCloseThread. close(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)closeprotected abstract voidAbstractWebsocketServerTimeoutThread. timeout(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)timeout参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.thread中的构造器 构造器 说明 AbstractWebsocketServerBusinessThread(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)AbstractWebsocketServerCloseThread(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)AbstractWebsocketServerTimeoutThread(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate) -
com.github.thierrysquirrel.websocket.netty.server.thread.execution中WebsocketRouteTemplate的使用
参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.thread.execution中的方法 修饰符和类型 方法 说明 protected voidWebsocketServerBusinessThreadExecution. businessExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)protected voidWebsocketServerCloseThreadExecution. close(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)protected voidWebsocketServerTimeoutThreadExecution. timeout(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)参数类型为WebsocketRouteTemplate的com.github.thierrysquirrel.websocket.netty.server.thread.execution中的构造器 构造器 说明 WebsocketServerBusinessThreadExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame)WebsocketServerCloseThreadExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)WebsocketServerTimeoutThreadExecution(WebsocketRouteTemplate websocketRouteTemplate, WebsocketChannelTemplate websocketChannelTemplate)
-