|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |