| Package | Description |
|---|---|
| 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. |
| org.apache.river.jeri.internal.http |
| Modifier and Type | Field and Description |
|---|---|
private static HttpServerManager |
HttpServerEndpoint.serverManager
HTTP server manager
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static HttpServerManager |
HttpsServerEndpoint.httpServerManager
Manager for HTTP server connections.
|
| Modifier and Type | Field and Description |
|---|---|
private HttpServerManager |
HttpServerConnection.manager |
| Constructor and Description |
|---|
HttpServerConnection(Socket sock,
RequestDispatcher dispatcher,
HttpServerManager manager)
Creates new HttpServerConnection on top of given socket.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.