|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpConnection | |
solar.service.transport | Contains the data transport service. |
Uses of TcpConnection in solar.service.transport |
Methods in solar.service.transport that return TcpConnection | |
protected TcpConnection |
TcpObjectTransport.makeTcpConnection(java.net.Socket socket,
SocketAddress peer)
|
protected TcpConnection |
TcpTransport.makeTcpConnection(java.net.Socket socket,
SocketAddress peer)
Create a TcpConenction based on the socket and peer address. |
protected TcpConnection |
TcpTransport.getConnection(SocketAddress peer)
Get the connection for specified peer address. |
protected TcpConnection |
TcpTransport.openConnection(SocketAddress dest)
Open a new connection to a specified address. |
Methods in solar.service.transport with parameters of type TcpConnection | |
protected void |
TcpTransport.addConnection(SocketAddress peer,
TcpConnection conn)
Add a new connection to peer address. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |