goldengate.commandexec.ssl.client
Class LocalExecSslClientHandler

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelUpstreamHandler
      extended by goldengate.commandexec.client.LocalExecClientHandler
          extended by goldengate.commandexec.ssl.client.LocalExecSslClientHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class LocalExecSslClientHandler
extends LocalExecClientHandler

Author:
Frederic Bregier

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Field Summary
 
Fields inherited from class goldengate.commandexec.client.LocalExecClientHandler
factory
 
Constructor Summary
LocalExecSslClientHandler(LocalExecClientPipelineFactory factory)
           
 
Method Summary
 void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e)
           
 
Methods inherited from class goldengate.commandexec.client.LocalExecClientHandler
channelClosed, channelDisconnected, exceptionCaught, initExecClient, messageReceived, waitFor
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelBound, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, handleUpstream, writeComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecSslClientHandler

public LocalExecSslClientHandler(LocalExecClientPipelineFactory factory)
Parameters:
factory -
Method Detail

channelConnected

public void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
                             org.jboss.netty.channel.ChannelStateEvent e)
                      throws Exception
Overrides:
channelConnected in class LocalExecClientHandler
Throws:
Exception


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