|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LLPException | |
---|---|
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.llp |
Uses of LLPException in ca.uhn.hl7v2.app |
---|
Methods in ca.uhn.hl7v2.app that throw LLPException | |
---|---|
void |
TestPanel.connect(java.lang.String host,
int port)
Sets up a connection to a remote server that uses the minimal lower layer protocol, and this TestPanel's GenericParser. |
void |
TestPanel.connect(java.lang.String host,
int inboundPort,
int outboundPort)
Sets up a connection to a remote server that uses the minimal lower layer protocol, and this TestPanel's GenericParser. |
Message |
Initiator.sendAndReceive(Message out)
Sends a message to a responder system, receives the reply, and returns the reply as a Message object. |
void |
TestPanel.sendAndRecieve()
Sends the message that is currently displayed in the outbound tree to the remote system that is currently connected. |
Constructors in ca.uhn.hl7v2.app that throw LLPException | |
---|---|
Connection(Parser parser,
LowerLayerProtocol llp,
java.net.Socket bidirectional)
Creates a new instance of Connection, with inbound and outbound communication on a single port. |
|
Connection(Parser parser,
LowerLayerProtocol llp,
java.net.Socket inbound,
java.net.Socket outbound)
Creates a new instance of Connection, with inbound communication on one port and outbound on another. |
|
Initiator(Connection conn)
Creates a new instance of Initiator. |
|
Responder(Parser parser)
Creates a new instance of Responder that optionally validates parsing of incoming messages using a system property. |
Uses of LLPException in ca.uhn.hl7v2.llp |
---|
Methods in ca.uhn.hl7v2.llp that throw LLPException | |
---|---|
java.lang.String |
HL7Reader.getMessage()
Reads a complete HL7 message from the underlying input stream |
java.lang.String |
MinLLPReader.getMessage()
Reads an HL7 encoded message from this Reader's InputStream. |
abstract HL7Reader |
LowerLayerProtocol.getReader(java.io.InputStream in)
Returns an HL7Reader that implements message reading according to this protocol. |
HL7Reader |
MinLowerLayerProtocol.getReader(java.io.InputStream in)
Creates an HL7Reader that implements message reading according to this protocol. |
abstract HL7Writer |
LowerLayerProtocol.getWriter(java.io.OutputStream out)
Returns an HL7Writer that implements message writing according to this protocol. |
HL7Writer |
MinLowerLayerProtocol.getWriter(java.io.OutputStream out)
Creates an HL7Writer that implements message writing according to this protocol. |
void |
HL7Writer.writeMessage(java.lang.String message)
Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer. |
void |
MinLLPWriter.writeMessage(java.lang.String message)
Sends a complete message to the underlying output stream, delimited according to the minimal lower layer protocol. |
void |
MinLLPWriter.writeMessage(java.lang.String message,
java.lang.String charset)
Sends a complete message to the underlying output stream, delimited according to the minimal lower layer protocol, using the specified character set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |