|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Socket | |
---|---|
ch.elca.el4j.services.remoting.socketfactory | |
ch.elca.el4j.services.tcpforwarder |
Uses of Socket in ch.elca.el4j.services.remoting.socketfactory |
---|
Methods in ch.elca.el4j.services.remoting.socketfactory that return Socket | |
---|---|
Socket |
RMITimeoutSocketFactory.createSocket(String host,
int port)
|
Uses of Socket in ch.elca.el4j.services.tcpforwarder |
---|
Fields in ch.elca.el4j.services.tcpforwarder declared as Socket | |
---|---|
protected Socket |
UnidirectionalForwarderThread.m_inputSocket
Is the input source. |
protected Socket |
Link.m_listenSocket
The listen/input socket. |
protected Socket |
UnidirectionalForwarderThread.m_outputSocket
Is the output drain. |
protected Socket |
Link.m_targetSocket
The target/output socket. |
Constructors in ch.elca.el4j.services.tcpforwarder with parameters of type Socket | |
---|---|
Link(TcpForwarder tcpForwarder,
Socket listenSocket,
Socket targetSocket)
Establishes a forwarding link between listenSocket and
targetSocket . |
|
UnidirectionalForwarderThread(Link link,
Socket inputSocket,
Socket outputSocket)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |