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

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

Fields in net.jini.jeri.ssl declared as HttpsEndpoint.HttpsConnection
private  HttpsEndpoint.HttpsConnection HttpsEndpoint.HttpClient.connection
          The associated secure connection.
private  HttpsEndpoint.HttpsConnection HttpsEndpoint.HttpsOutboundRequest.connection
           
 

Methods in net.jini.jeri.ssl that return HttpsEndpoint.HttpsConnection
(package private)  HttpsEndpoint.HttpsConnection HttpsEndpoint.EndpointInfo.connect(CallContext context)
          Chooses and returns an idle connection that satisfies the constraints, removing the connection from the list of idle connections and adding it to the list of ones in use, else returns null.
 

Methods in net.jini.jeri.ssl with parameters of type HttpsEndpoint.HttpsConnection
(package private)  void HttpsEndpoint.EndpointInfo.noteClosed(HttpsEndpoint.HttpsConnection connection)
          Removes a connection from the set of connections in use.
(package private)  void HttpsEndpoint.EndpointInfo.noteIdle(HttpsEndpoint.HttpsConnection connection)
          Removes a connection from the set of connections in use and adds it to the set of idle connections.
(package private)  void HttpsEndpoint.EndpointInfo.noteInUse(HttpsEndpoint.HttpsConnection connection)
          Adds a connection to the set of connections in use.
private  void HttpsEndpoint.HttpsEndpointImpl.pingEndpoint(HttpsEndpoint.HttpsConnection connection)
          Ping the server endpoint to test the connection.
 

Constructors in net.jini.jeri.ssl with parameters of type HttpsEndpoint.HttpsConnection
HttpsEndpoint.HttpClient(String host, int port, HttpsEndpoint.HttpsConnection connection)
           
HttpsEndpoint.HttpClient(String targetHost, int targetPort, String proxyHost, int proxyPort, HttpsEndpoint.HttpsConnection connection)
           
HttpsEndpoint.HttpsOutboundRequest(OutboundRequest request, HttpsEndpoint.HttpsConnection connection, OutboundRequestHandle handle)
           
 



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