Uses of Class
com.sun.jini.jeri.internal.http.HttpSettings

Packages that use HttpSettings
com.sun.jini.jeri.internal.http   
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
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 HttpSettings in com.sun.jini.jeri.internal.http
 

Methods in com.sun.jini.jeri.internal.http that return HttpSettings
static HttpSettings HttpSettings.getHttpSettings(boolean ssl)
          Returns an HttpSettings instance which can be used to query values of HTTP-related (if ssl is false) or HTTPS-related (if ssl is true) system properties.
 

Uses of HttpSettings in net.jini.jeri.http
 

Methods in net.jini.jeri.http that return HttpSettings
(package private) static HttpSettings HttpEndpoint.getHttpSettings()
          Returns current HTTP system property settings.
 

Uses of HttpSettings in net.jini.jeri.ssl
 

Methods in net.jini.jeri.ssl that return HttpSettings
(package private) static HttpSettings HttpsEndpoint.getHttpSettings()
          Returns current HTTP system property settings.
 



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