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

Packages that use SslServerEndpointImpl.SslServerConnection
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.SslServerConnection in net.jini.jeri.ssl
 

Subclasses of SslServerEndpointImpl.SslServerConnection in net.jini.jeri.ssl
private  class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
          Implements ServerConnection.
 

Methods in net.jini.jeri.ssl that return SslServerEndpointImpl.SslServerConnection
(package private)  SslServerEndpointImpl.SslServerConnection SslServerEndpointImpl.SslListenHandle.serverConnection(Socket socket)
          Returns a connection for the specified socket.
(package private)  SslServerEndpointImpl.SslServerConnection HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle.serverConnection(Socket socket)
           
 

Methods in net.jini.jeri.ssl with parameters of type SslServerEndpointImpl.SslServerConnection
(package private)  void SslServerEndpointImpl.SslListenHandle.handleConnection(SslServerEndpointImpl.SslServerConnection connection, RequestDispatcher requestDispatcher)
          Handles a newly accepted server connection.
(package private)  void HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle.handleConnection(SslServerEndpointImpl.SslServerConnection connection, RequestDispatcher requestDispatcher)
           
(package private)  void SslServerEndpointImpl.SslListenHandle.noteConnectionClosed(SslServerEndpointImpl.SslServerConnection connection)
          Called when a connection is closed without a call to close on this listener.
 



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