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