|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServerManager | |
---|---|
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 HttpServerManager in com.sun.jini.jeri.internal.http |
---|
Fields in com.sun.jini.jeri.internal.http declared as HttpServerManager | |
---|---|
private HttpServerManager |
HttpServerConnection.manager
|
Constructors in com.sun.jini.jeri.internal.http with parameters of type HttpServerManager | |
---|---|
HttpServerConnection(Socket sock,
RequestDispatcher dispatcher,
HttpServerManager manager)
Creates new HttpServerConnection on top of given socket. |
Uses of HttpServerManager in net.jini.jeri.http |
---|
Fields in net.jini.jeri.http declared as HttpServerManager | |
---|---|
private static HttpServerManager |
HttpServerEndpoint.serverManager
HTTP server manager |
Uses of HttpServerManager in net.jini.jeri.ssl |
---|
Fields in net.jini.jeri.ssl declared as HttpServerManager | |
---|---|
(package private) static HttpServerManager |
HttpsServerEndpoint.httpServerManager
Manager for HTTP server connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |