|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServerEndpoint | |
---|---|
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. |
Uses of HttpServerEndpoint in net.jini.jeri.http |
---|
Methods in net.jini.jeri.http that return HttpServerEndpoint | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |