public class WebSocketServerPipelineFactory extends java.lang.Object implements ChannelPipelineFactory
| Modifier and Type | Field and Description |
|---|---|
private SslContext |
sslCtx |
| Constructor and Description |
|---|
WebSocketServerPipelineFactory(SslContext sslCtx) |
| Modifier and Type | Method and Description |
|---|---|
ChannelPipeline |
getPipeline()
Returns a newly created
ChannelPipeline. |
private final SslContext sslCtx
public WebSocketServerPipelineFactory(SslContext sslCtx)
public ChannelPipeline getPipeline()
ChannelPipelineFactoryChannelPipeline.getPipeline in interface ChannelPipelineFactory