Uses of Class
ca.uhn.hl7v2.llp.LLPException
Packages that use LLPException
-
Uses of LLPException in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app that throw LLPExceptionModifier and TypeMethodDescriptionActiveInitiator.sendAndReceive(Message out) Sends a message to a responder system, receives the reply, and returns the reply as a Message object.Initiator.sendAndReceive(Message outgoing) Sends a message to a server and waits for the responseConstructors in ca.uhn.hl7v2.app that throw LLPExceptionModifierConstructorDescriptionActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional) Creates a new instance of Connection, with inbound and outbound communication on a single port.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound, ExecutorService executorService) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService) ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService, boolean acceptAllMsg) -
Uses of LLPException in ca.uhn.hl7v2.llp
Methods in ca.uhn.hl7v2.llp that throw LLPExceptionModifier and TypeMethodDescriptionHL7Reader.getMessage()Reads a complete HL7 message from the underlying input streamExtendedMinLowerLayerProtocol.getReader(InputStream in) Deprecated.Returns an HL7Reader that implements message reading according to this protocol.abstract HL7ReaderLowerLayerProtocol.getReader(InputStream in) Returns an HL7Reader that implements message reading according to this protocol.MinLowerLayerProtocol.getReader(InputStream in) Creates an HL7Reader that implements message reading according to this protocol.ExtendedMinLowerLayerProtocol.getWriter(OutputStream theOut) Deprecated.Returns an HL7Writer that implements message writing according to this protocol.abstract HL7WriterLowerLayerProtocol.getWriter(OutputStream out) Returns an HL7Writer that implements message writing according to this protocol.MinLowerLayerProtocol.getWriter(OutputStream out) Creates an HL7Writer that implements message writing according to this protocol.voidHL7Writer.writeMessage(String message) Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer.