openr66.protocol.networkhandler.ssl
Class NetworkSslServerPipelineFactory

java.lang.Object
  extended by openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class NetworkSslServerPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Author:
Frederic Bregier

Field Summary
static goldengate.common.crypto.ssl.GgSecureKeyStore ggSecureKeyStore
           
static goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory
           
 org.jboss.netty.util.HashedWheelTimer timer
          Global HashedWheelTimer
 
Constructor Summary
NetworkSslServerPipelineFactory(boolean isClient, ExecutorService executor)
           
 
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
 

Field Detail

ggSslContextFactory

public static goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory

ggSecureKeyStore

public static goldengate.common.crypto.ssl.GgSecureKeyStore ggSecureKeyStore

timer

public org.jboss.netty.util.HashedWheelTimer timer
Global HashedWheelTimer

Constructor Detail

NetworkSslServerPipelineFactory

public NetworkSslServerPipelineFactory(boolean isClient,
                                       ExecutorService executor)
Parameters:
isClient - True if this Factory is to be used in Client mode
Method Detail

getPipeline

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


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.