Uses of Class
net.jini.jeri.ssl.SslServerEndpointImpl.SslListenHandle

Packages that use SslServerEndpointImpl.SslListenHandle
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of SslServerEndpointImpl.SslListenHandle in net.jini.jeri.ssl
 

Subclasses of SslServerEndpointImpl.SslListenHandle in net.jini.jeri.ssl
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
          Implements ListenHandle
 

Fields in net.jini.jeri.ssl declared as SslServerEndpointImpl.SslListenHandle
private  SslServerEndpointImpl.SslListenHandle SslServerEndpointImpl.SslServerConnection.listenHandle
          The listen handle that accepted this connection
 

Constructors in net.jini.jeri.ssl with parameters of type SslServerEndpointImpl.SslListenHandle
SslServerEndpointImpl.SslServerConnection(SslServerEndpointImpl.SslListenHandle listenHandle, Socket socket)
          Creates a server connection
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.