goldengate.commandexec.ssl.server
Class LocalExecSslServerHandler

java.lang.Object
  extended by org.jboss.netty.channel.SimpleChannelUpstreamHandler
      extended by goldengate.commandexec.server.LocalExecServerHandler
          extended by goldengate.commandexec.ssl.server.LocalExecSslServerHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

public class LocalExecSslServerHandler
extends LocalExecServerHandler

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.server.LocalExecServerHandler
answered, factory, isShutdown
 
Constructor Summary
LocalExecSslServerHandler(LocalExecServerPipelineFactory factory, long newdelay)
           
 
Method Summary
 void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e)
           
 
Methods inherited from class goldengate.commandexec.server.LocalExecServerHandler
channelDisconnected, exceptionCaught, isShutdown, messageReceived, setNewDelay
 
Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelBound, channelClosed, 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

LocalExecSslServerHandler

public LocalExecSslServerHandler(LocalExecServerPipelineFactory factory,
                                 long newdelay)
Parameters:
factory -
newdelay -
Method Detail

channelConnected

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


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