Class TestConductorPipelineFactory

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelPipelineFactory

    public class TestConductorPipelineFactory
    extends java.lang.Object
    implements org.jboss.netty.channel.ChannelPipelineFactory
    INTERNAL API.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestConductorPipelineFactory​(org.jboss.netty.channel.ChannelUpstreamHandler handler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jboss.netty.channel.ChannelPipeline getPipeline()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestConductorPipelineFactory

        public TestConductorPipelineFactory​(org.jboss.netty.channel.ChannelUpstreamHandler handler)
    • Method Detail

      • getPipeline

        public org.jboss.netty.channel.ChannelPipeline getPipeline()
        Specified by:
        getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory