Package ca.uhn.hl7v2.protocol.impl
Class ClientSocketStreamSource
java.lang.Object
ca.uhn.hl7v2.protocol.impl.SocketStreamSource
ca.uhn.hl7v2.protocol.impl.ClientSocketStreamSource
- All Implemented Interfaces:
StreamSource
A client-side
SocketStreamSource.- Version:
- $Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:26 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.hl7v2.protocol.impl.SocketStreamSource
disconnect, getInboundStream, getOutboundStream
-
Constructor Details
-
ClientSocketStreamSource
- Parameters:
theAddress- the address at which to connect sockets
-
-
Method Details
-
getSocket
- Specified by:
getSocketin classSocketStreamSource- Returns:
- a socket from which input and output streams for message exchages are to be obtained
- See Also:
-
connect
Gets fresh instances of sockets.- Specified by:
connectin interfaceStreamSource- Specified by:
connectin classSocketStreamSource- Throws:
TransportException
-