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 ChannelPipeline
getPipeline()
Returns a newly createdChannelPipeline
.
-
-
-
Method Detail
-
getPipeline
public ChannelPipeline getPipeline()
Description copied from interface:ChannelPipelineFactory
Returns a newly createdChannelPipeline
.- Specified by:
getPipeline
in interfaceChannelPipelineFactory
-
-