org.infinispan.server.core.transport.netty
Class NettyChannelPipelineFactory
java.lang.Object
org.infinispan.server.core.transport.netty.NettyChannelPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class NettyChannelPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
NettyChannelPipelineFactory.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Constructor Summary |
NettyChannelPipelineFactory(org.jboss.netty.channel.ChannelUpstreamHandler decoder,
org.jboss.netty.channel.ChannelDownstreamHandler encoder,
org.jboss.netty.channel.ChannelHandler handler)
|
Method Summary |
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NettyChannelPipelineFactory
public NettyChannelPipelineFactory(org.jboss.netty.channel.ChannelUpstreamHandler decoder,
org.jboss.netty.channel.ChannelDownstreamHandler encoder,
org.jboss.netty.channel.ChannelHandler handler)
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.