goldengate.commandexec.ssl.client
Class LocalExecSslClientPipelineFactory
java.lang.Object
goldengate.commandexec.client.LocalExecClientPipelineFactory
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalExecSslClientPipelineFactory
public LocalExecSslClientPipelineFactory(goldengate.common.crypto.ssl.GgSslContextFactory ggSslContextFactory)
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.