goldengate.commandexec.ssl.server
Class LocalExecSslServerPipelineFactory

java.lang.Object
  extended by goldengate.commandexec.server.LocalExecServerPipelineFactory
      extended by goldengate.commandexec.ssl.server.LocalExecSslServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class LocalExecSslServerPipelineFactory
extends LocalExecServerPipelineFactory

Version with SSL support

Author:
Frederic Bregier

Constructor Summary
LocalExecSslServerPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory)
          Constructor with default delay
LocalExecSslServerPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory, long newdelay)
          Constructor with a specific default delay
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void releaseResources()
          Release internal resources
 
Methods inherited from class goldengate.commandexec.server.LocalExecServerPipelineFactory
addChannel, removeChannel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecSslServerPipelineFactory

public LocalExecSslServerPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory)
Constructor with default delay

Parameters:
ggSslContextFactory -

LocalExecSslServerPipelineFactory

public LocalExecSslServerPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory,
                                         long newdelay)
Constructor with a specific default delay

Parameters:
ggSslContextFactory -
newdelay -
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Overrides:
getPipeline in class LocalExecServerPipelineFactory
Throws:
Exception

releaseResources

public void releaseResources()
Release internal resources

Overrides:
releaseResources in class LocalExecServerPipelineFactory


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