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

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

Methods in net.jini.jeri.ssl that return HttpsServerEndpoint
static HttpsServerEndpoint HttpsServerEndpoint.getInstance(int port)
          Returns an HTTPS server endpoint for the specified port.
static HttpsServerEndpoint HttpsServerEndpoint.getInstance(String serverHost, int port)
          Returns an HTTPS server endpoint for the specified server host and port.
static HttpsServerEndpoint HttpsServerEndpoint.getInstance(String serverHost, int port, SocketFactory socketFactory, ServerSocketFactory serverSocketFactory)
          Returns an HTTPS server endpoint for the specified server host, port, and socket factories.
static HttpsServerEndpoint HttpsServerEndpoint.getInstance(Subject serverSubject, X500Principal[] serverPrincipals, String serverHost, int port)
          Returns an HTTPS server endpoint for the specified server subject, server principals, server host, and port.
static HttpsServerEndpoint HttpsServerEndpoint.getInstance(Subject serverSubject, X500Principal[] serverPrincipals, String serverHost, int port, SocketFactory socketFactory, ServerSocketFactory serverSocketFactory)
          Returns an HTTPS server endpoint for the specified server subject, server principals, server host, port, and socket factories.
 



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