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 HttpEndpoint |
HttpEndpoint.getInstance(String host,
int port)
Returns an
HttpEndpoint instance for the given host name
and TCP port number. |
static HttpEndpoint |
HttpEndpoint.getInstance(String host,
int port,
SocketFactory sf)
Returns an
HttpEndpoint instance for the given
host name and TCP port number that contains the given SocketFactory . |
Copyright © 2016–2018. All rights reserved.