public class WebSocketServerChannel extends NettyServerChannel
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cumulative |
allChannels, sslContextchannelHandler, logger, loggerFactory, maxIdleTimeSeconds, port| Constructor and Description |
|---|
WebSocketServerChannel(int port) |
WebSocketServerChannel(int port,
boolean cumulative) |
WebSocketServerChannel(LoggerFactory factory,
int port) |
WebSocketServerChannel(LoggerFactory factory,
int port,
boolean cumulative) |
| Modifier and Type | Method and Description |
|---|---|
protected WebSocketServerUpstreamHandler |
createHandler() |
protected void |
prepareBootstrap(org.jboss.netty.bootstrap.ServerBootstrap bootstrap) |
protected void |
preparePipeline(org.jboss.netty.channel.ChannelPipeline pipeline) |
run, setSSLContext, stopsetChannelHandler, setMaxIdleTimeSecondspublic WebSocketServerChannel(int port)
public WebSocketServerChannel(int port,
boolean cumulative)
public WebSocketServerChannel(LoggerFactory factory, int port)
public WebSocketServerChannel(LoggerFactory factory, int port, boolean cumulative)
protected void preparePipeline(org.jboss.netty.channel.ChannelPipeline pipeline)
preparePipeline in class NettyServerChannelprotected void prepareBootstrap(org.jboss.netty.bootstrap.ServerBootstrap bootstrap)
prepareBootstrap in class NettyServerChannelprotected WebSocketServerUpstreamHandler createHandler()
Copyright © 2021. All rights reserved.