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

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

Methods in net.jini.jeri.ssl that return HttpsEndpoint
static HttpsEndpoint HttpsEndpoint.getInstance(String serverHost, int port)
          Returns an HTTPS endpoint for the specified server host and port.
static HttpsEndpoint HttpsEndpoint.getInstance(String serverHost, int port, SocketFactory socketFactory)
          Returns an HTTPS endpoint for the specified server host, port, and socket factory.
 



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