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

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

Subclasses of SslServerEndpointImpl in net.jini.jeri.ssl
private static class HttpsServerEndpoint.HttpsServerEndpointImpl
          Implementation delegate.
 

Fields in net.jini.jeri.ssl declared as SslServerEndpointImpl
(package private)  SslServerEndpointImpl SslServerEndpoint.impl
          Implementation delegate.
 

Methods in net.jini.jeri.ssl that return SslServerEndpointImpl
private static SslServerEndpointImpl SslEndpoint.SslEndpointInternals.coerce(ServerEndpoint endpoint)
           
private  SslServerEndpointImpl SslServerEndpointImpl.SslListenEndpoint.getImpl()
          Returns the SslServerEndpointImpl associated with this listen endpoint.
 



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