Uses of Class
net.jini.jeri.ssl.HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection

Packages that use HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
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 HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
private  HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection HttpsServerEndpoint.HttpsServerEndpointImpl.HttpServer.connection
           
private  HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsRequestDispatcher.connection
           
 

Constructors in net.jini.jeri.ssl with parameters of type HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpServer(Socket socket, RequestDispatcher requestDispatcher, HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection connection)
           
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsRequestDispatcher(RequestDispatcher requestDispatcher, HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection connection)
           
 



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