Class HttpHelloWorldServerPipelineFactory
- java.lang.Object
-
- org.jboss.netty.example.http.helloworld.HttpHelloWorldServerPipelineFactory
-
- All Implemented Interfaces:
ChannelPipelineFactory
public class HttpHelloWorldServerPipelineFactory extends java.lang.Object implements ChannelPipelineFactory
-
-
Field Summary
Fields Modifier and Type Field Description private SslContext
sslCtx
-
Constructor Summary
Constructors Constructor Description HttpHelloWorldServerPipelineFactory(SslContext sslCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPipeline
getPipeline()
Returns a newly createdChannelPipeline
.
-
-
-
Field Detail
-
sslCtx
private final SslContext sslCtx
-
-
Constructor Detail
-
HttpHelloWorldServerPipelineFactory
public HttpHelloWorldServerPipelineFactory(SslContext sslCtx)
-
-
Method Detail
-
getPipeline
public ChannelPipeline getPipeline()
Description copied from interface:ChannelPipelineFactory
Returns a newly createdChannelPipeline
.- Specified by:
getPipeline
in interfaceChannelPipelineFactory
-
-