Uses of Class
ca.uhn.hl7v2.llp.LowerLayerProtocol

Packages that use LowerLayerProtocol
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.llp   
 

Uses of LowerLayerProtocol in ca.uhn.hl7v2.app
 

Fields in ca.uhn.hl7v2.app declared as LowerLayerProtocol
protected  LowerLayerProtocol HL7Service.llp
           
 

Method parameters in ca.uhn.hl7v2.app with type arguments of type LowerLayerProtocol
 Connection ConnectionHub.attach(java.lang.String host, int port, Parser parser, java.lang.Class<? extends LowerLayerProtocol> llpClass)
          Returns a Connection to the given address, opening this Connection if necessary.
 

Constructors in ca.uhn.hl7v2.app with parameters of type LowerLayerProtocol
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.
HL7Service(Parser parser, LowerLayerProtocol llp)
          Creates a new instance of Server
SimpleServer(int port, LowerLayerProtocol llp, Parser parser)
          Creates a new instance of SimpleServer that listens on the given port.
TwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort)
          Creates a new instance of TwoPortService
 

Uses of LowerLayerProtocol in ca.uhn.hl7v2.llp
 

Subclasses of LowerLayerProtocol in ca.uhn.hl7v2.llp
 class MinLowerLayerProtocol
          Implements the "Minimal Lower Layer Protocol" from the HL7 Implementation Guide, Appendix C.
 

Methods in ca.uhn.hl7v2.llp that return LowerLayerProtocol
static LowerLayerProtocol LowerLayerProtocol.makeLLP()
          Returns a particular implementation of LowerLayerProtocol.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.