|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpServerEndpoint | |
---|---|
net.jini.jeri.tcp | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
Uses of TcpServerEndpoint in net.jini.jeri.tcp |
---|
Methods in net.jini.jeri.tcp that return TcpServerEndpoint | |
---|---|
static TcpServerEndpoint |
TcpServerEndpoint.getInstance(int port)
Returns a TcpServerEndpoint instance for the given
TCP port number. |
static TcpServerEndpoint |
TcpServerEndpoint.getInstance(String host,
int port)
Returns a TcpServerEndpoint instance for the given
host name and TCP port number. |
static TcpServerEndpoint |
TcpServerEndpoint.getInstance(String host,
int port,
SocketFactory sf,
ServerSocketFactory ssf)
Returns a TcpServerEndpoint instance for the given
host name and TCP port number that contains the given
SocketFactory and
ServerSocketFactory . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |