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 ClientSocketChannelFactory
cf
-
Constructor Summary
Constructors Constructor Description HexDumpProxyPipelineFactory(ClientSocketChannelFactory cf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPipeline
getPipeline()
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:ChannelPipelineFactory
Returns a newly createdChannelPipeline
.- Specified by:
getPipeline
in interfaceChannelPipelineFactory
-
-