|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpEndpoint | |
---|---|
net.jini.jeri.tcp | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
Uses of TcpEndpoint in net.jini.jeri.tcp |
---|
Methods in net.jini.jeri.tcp that return TcpEndpoint | |
---|---|
static TcpEndpoint |
TcpEndpoint.getInstance(String host,
int port)
Returns a TcpEndpoint instance for the given
host name and TCP port number. |
static TcpEndpoint |
TcpEndpoint.getInstance(String host,
int port,
SocketFactory sf)
Returns a TcpEndpoint instance for the given host
name and TCP port number that contains the given
SocketFactory . |
(package private) TcpEndpoint |
TcpEndpoint.Handle.getTcpEndpoint()
|
private static TcpEndpoint |
TcpEndpoint.intern(TcpEndpoint endpoint)
Returns canonical instance equivalent to given instance. |
Methods in net.jini.jeri.tcp with parameters of type TcpEndpoint | |
---|---|
private static TcpEndpoint |
TcpEndpoint.intern(TcpEndpoint endpoint)
Returns canonical instance equivalent to given instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |