org.littleshoot.proxy
Class SslHandshakeHandlerFactory

java.lang.Object
  extended by org.littleshoot.proxy.SslHandshakeHandlerFactory
All Implemented Interfaces:
HandshakeHandlerFactory
Direct Known Subclasses:
SelfSignedSslHandshakeHandlerFactory

public class SslHandshakeHandlerFactory
extends Object
implements HandshakeHandlerFactory


Constructor Summary
SslHandshakeHandlerFactory(KeyStoreManager ksm)
           
 
Method Summary
 HandshakeHandler newHandshakeHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslHandshakeHandlerFactory

public SslHandshakeHandlerFactory(KeyStoreManager ksm)
Method Detail

newHandshakeHandler

public HandshakeHandler newHandshakeHandler()
Specified by:
newHandshakeHandler in interface HandshakeHandlerFactory


Copyright © 2009-2013 LittleShoot. All Rights Reserved.