org.littleshoot.proxy
Class SslHandshakeHandler

java.lang.Object
  extended by org.littleshoot.proxy.SslHandshakeHandler
All Implemented Interfaces:
HandshakeHandler

public class SslHandshakeHandler
extends Object
implements HandshakeHandler


Constructor Summary
SslHandshakeHandler(String id, org.jboss.netty.handler.ssl.SslHandler sslHandler)
           
 
Method Summary
 org.jboss.netty.channel.ChannelHandler getChannelHandler()
           
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslHandshakeHandler

public SslHandshakeHandler(String id,
                           org.jboss.netty.handler.ssl.SslHandler sslHandler)
Method Detail

getChannelHandler

public org.jboss.netty.channel.ChannelHandler getChannelHandler()
Specified by:
getChannelHandler in interface HandshakeHandler

getId

public String getId()
Specified by:
getId in interface HandshakeHandler


Copyright © 2009-2013 LittleShoot. All Rights Reserved.