org.jboss.messaging.integration.transports.netty
Class ChannelPipelineSupport

java.lang.Object
  extended by org.jboss.messaging.integration.transports.netty.ChannelPipelineSupport

public class ChannelPipelineSupport
extends java.lang.Object

Version:
$Rev: 5499 $, $Date: 2008-12-10 10:49:10 +0000 (Wed, 10 Dec 2008) $
Author:
Jeff Mesnil, Tim Fox, Clebert Suconic, Trustin Lee

Method Summary
static void addCodecFilter(ChannelPipeline pipeline, BufferHandler handler)
           
static void addSSLFilter(ChannelPipeline pipeline, javax.net.ssl.SSLContext context, boolean client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addCodecFilter

public static void addCodecFilter(ChannelPipeline pipeline,
                                  BufferHandler handler)

addSSLFilter

public static void addSSLFilter(ChannelPipeline pipeline,
                                javax.net.ssl.SSLContext context,
                                boolean client)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.