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

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

Methods in net.jini.jeri.ssl that return SslServerEndpointImpl.SslListenCookie
private  SslServerEndpointImpl.SslListenCookie SslServerEndpointImpl.checkCookie(ServerEndpoint.ListenCookie cookie)
          Checks that the argument is a valid listen cookie for this server endpoint.
 

Methods in net.jini.jeri.ssl with parameters of type SslServerEndpointImpl.SslListenCookie
(package private)  Endpoint SslServerEndpointImpl.createEndpoint(String serverHost, SslServerEndpointImpl.SslListenCookie cookie)
          Creates an endpoint for this server endpoint corresponding to the specified server host and listen cookie.
(package private)  Endpoint HttpsServerEndpoint.HttpsServerEndpointImpl.createEndpoint(String serverHost, SslServerEndpointImpl.SslListenCookie cookie)
           
 



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