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