goldengate.commandexec.ssl.server
Class LocalExecSslServerPipelineFactory
java.lang.Object
goldengate.commandexec.server.LocalExecServerPipelineFactory
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -
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.