Uses of Class
org.mpisws.p2p.transport.ssl.SSLSocketManager

Packages that use SSLSocketManager
org.mpisws.p2p.transport.ssl   
 

Uses of SSLSocketManager in org.mpisws.p2p.transport.ssl
 

Fields in org.mpisws.p2p.transport.ssl with type parameters of type SSLSocketManager
protected  Continuation<SSLSocketManager<Identifier>,Exception> SSLSocketManager.c
           
 

Methods in org.mpisws.p2p.transport.ssl that return SSLSocketManager
protected  SSLSocketManager<Identifier> SSLTransportLayerImpl.getSocketManager(SSLTransportLayerImpl<Identifier,?> sslTL, P2PSocket<Identifier> s, Continuation<SSLSocketManager<Identifier>,Exception> c, boolean server, boolean useClientAuth)
           
 

Method parameters in org.mpisws.p2p.transport.ssl with type arguments of type SSLSocketManager
protected  SSLSocketManager<Identifier> SSLTransportLayerImpl.getSocketManager(SSLTransportLayerImpl<Identifier,?> sslTL, P2PSocket<Identifier> s, Continuation<SSLSocketManager<Identifier>,Exception> c, boolean server, boolean useClientAuth)
           
 

Constructor parameters in org.mpisws.p2p.transport.ssl with type arguments of type SSLSocketManager
SSLSocketManager(SSLTransportLayerImpl<Identifier,?> sslTL, P2PSocket<Identifier> s, Continuation<SSLSocketManager<Identifier>,Exception> c, boolean server, boolean useClientAuth)
          Called on incoming side
 



Copyright © 2010. All Rights Reserved.