Class AutobahnServerPipelineFactory
- java.lang.Object
-
- org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerPipelineFactory
-
- All Implemented Interfaces:
ChannelPipelineFactory
public class AutobahnServerPipelineFactory extends java.lang.Object implements ChannelPipelineFactory
-
-
Constructor Summary
Constructors Constructor Description AutobahnServerPipelineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelPipelinegetPipeline()Returns a newly createdChannelPipeline.
-
-
-
Method Detail
-
getPipeline
public ChannelPipeline getPipeline()
Description copied from interface:ChannelPipelineFactoryReturns a newly createdChannelPipeline.- Specified by:
getPipelinein interfaceChannelPipelineFactory
-
-