goldengate.commandexec.ssl.client
Class LocalExecSslClientPipelineFactory

java.lang.Object
  extended by goldengate.commandexec.client.LocalExecClientPipelineFactory
      extended by goldengate.commandexec.ssl.client.LocalExecSslClientPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class LocalExecSslClientPipelineFactory
extends LocalExecClientPipelineFactory

Version with SSL support

Author:
Frederic Bregier

Constructor Summary
LocalExecSslClientPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 void releaseResources()
          Release internal resources
 
Methods inherited from class goldengate.commandexec.client.LocalExecClientPipelineFactory
addChannel, removeChannel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecSslClientPipelineFactory

public LocalExecSslClientPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory)
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 LocalExecClientPipelineFactory
Throws:
Exception

releaseResources

public void releaseResources()
Release internal resources

Overrides:
releaseResources in class LocalExecClientPipelineFactory


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