org.jboss.messaging.core.remoting.impl.mina
Class FilterChainSupport

java.lang.Object
  extended by org.jboss.messaging.core.remoting.impl.mina.FilterChainSupport

public class FilterChainSupport
extends java.lang.Object

Version:
$Revision$
Author:
Jeff Mesnil, Tim Fox

Constructor Summary
FilterChainSupport()
           
 
Method Summary
static void addCodecFilter(org.apache.mina.common.DefaultIoFilterChainBuilder filterChain)
           
static void addSSLFilter(org.apache.mina.common.DefaultIoFilterChainBuilder filterChain, boolean client, java.lang.String keystorePath, java.lang.String keystorePassword, java.lang.String trustStorePath, java.lang.String trustStorePassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainSupport

public FilterChainSupport()
Method Detail

addCodecFilter

public static void addCodecFilter(org.apache.mina.common.DefaultIoFilterChainBuilder filterChain)

addSSLFilter

public static void addSSLFilter(org.apache.mina.common.DefaultIoFilterChainBuilder filterChain,
                                boolean client,
                                java.lang.String keystorePath,
                                java.lang.String keystorePassword,
                                java.lang.String trustStorePath,
                                java.lang.String trustStorePassword)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.