Uses of Class
net.jini.jeri.ssl.HttpsEndpoint.HttpsEndpointImpl

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

Fields in net.jini.jeri.ssl declared as HttpsEndpoint.HttpsEndpointImpl
private  HttpsEndpoint.HttpsEndpointImpl HttpsEndpoint.HttpsConnection.endpoint
          The associated endpoint.
private  HttpsEndpoint.HttpsEndpointImpl HttpsEndpoint.EndpointInfo.endpoint
          A representative endpoint that equals the endpoint for all the connections.
private  HttpsEndpoint.HttpsEndpointImpl HttpsEndpoint.impl
          Implementation delegate.
 

Constructors in net.jini.jeri.ssl with parameters of type HttpsEndpoint.HttpsEndpointImpl
HttpsEndpoint.EndpointInfo(HttpsEndpoint.HttpsEndpointImpl endpoint)
           
HttpsEndpoint.HttpsConnection(HttpsEndpoint.HttpsEndpointImpl endpoint, CallContext context, String serverHost, int port, String proxyHost, int proxyPort, SocketFactory socketFactory)
          Creates a connection.
 



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