public class InboundWebsocketChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
Constructor and Description |
---|
InboundWebsocketChannelInitializer() |
Modifier and Type | Method and Description |
---|---|
protected void |
initChannel(io.netty.channel.socket.SocketChannel websocketChannel) |
void |
setClientBroadcastLevel(int clientBroadcastLevel) |
void |
setDispatchToCustomSequence(String dispatchToCustomSequence) |
void |
setOutflowDispatchSequence(String outflowDispatchSequence) |
void |
setOutflowErrorSequence(String outflowErrorSequence) |
void |
setPipelineHandler(io.netty.channel.ChannelHandler name) |
void |
setPortOffset(int portOffset) |
void |
setSslConfiguration(InboundWebsocketSSLConfiguration sslConfiguration) |
void |
setSubprotocolHandlers(ArrayList<AbstractSubprotocolHandler> subprotocolHandlers) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public void setSslConfiguration(InboundWebsocketSSLConfiguration sslConfiguration)
public void setPipelineHandler(io.netty.channel.ChannelHandler name)
public void setDispatchToCustomSequence(String dispatchToCustomSequence)
public void setClientBroadcastLevel(int clientBroadcastLevel)
public void setOutflowDispatchSequence(String outflowDispatchSequence)
public void setOutflowErrorSequence(String outflowErrorSequence)
public void setSubprotocolHandlers(ArrayList<AbstractSubprotocolHandler> subprotocolHandlers)
protected void initChannel(io.netty.channel.socket.SocketChannel websocketChannel) throws Exception
initChannel
in class io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
Exception
public void setPortOffset(int portOffset)
Copyright © 2021 WSO2. All rights reserved.