| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpServerEndpoint | 
HttpServerEndpoint.getInstance(int port)
Returns an  
HttpServerEndpoint instance for the
 given TCP port number. | 
static HttpServerEndpoint | 
HttpServerEndpoint.getInstance(String host,
           int port)
Returns an  
HttpServerEndpoint instance for the given
 host name and TCP port number. | 
static HttpServerEndpoint | 
HttpServerEndpoint.getInstance(String host,
           int port,
           SocketFactory sf,
           ServerSocketFactory ssf)
Returns an  
HttpServerEndpoint instance for the
 given host name and TCP port number that contains the given
 SocketFactory and
 ServerSocketFactory. |