|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| Methods in ca.uhn.hl7v2.app with parameters of type LowerLayerProtocol | |
|---|---|
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
LowerLayerProtocol llp,
boolean tls)
|
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
LowerLayerProtocol llp,
boolean tls)
|
| Method parameters in ca.uhn.hl7v2.app with type arguments of type LowerLayerProtocol | |
|---|---|
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass)
|
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass,
boolean tls)
|
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass)
Returns a Connection to the given address, opening this Connection if necessary. |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass,
boolean tls)
|
| Constructors in ca.uhn.hl7v2.app with parameters of type LowerLayerProtocol | |
|---|---|
Connection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional)
Creates a new instance of Connection, with inbound and outbound communication on a single port. |
|
Connection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional,
ExecutorService executorService)
|
|
Connection(Parser parser,
LowerLayerProtocol llp,
Socket inbound,
Socket outbound)
Creates a new instance of Connection, with inbound communication on one port and outbound on another. |
|
Connection(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. |
|
HL7Service(Parser parser,
LowerLayerProtocol llp)
Creates a new instance of Server using a default thread pool |
|
HL7Service(Parser parser,
LowerLayerProtocol llp,
ExecutorService executorService)
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. |
|
SimpleServer(int port,
LowerLayerProtocol llp,
Parser parser,
boolean tls)
Creates a new instance of SimpleServer that listens on the given port. |
|
SimpleServer(int port,
LowerLayerProtocol llp,
Parser parser,
boolean tls,
ExecutorService executorService)
Creates a new instance of SimpleServer using a custom {link ExecutorService. |
|
TwoPortService(Parser parser,
LowerLayerProtocol llp,
int inboundPort,
int outboundPort,
boolean tls)
Creates a new instance of TwoPortService |
|
TwoPortService(Parser parser,
LowerLayerProtocol llp,
int inboundPort,
int outboundPort,
boolean tls,
ExecutorService executorService)
Creates a new instance of TwoPortService |
|
| Uses of LowerLayerProtocol in ca.uhn.hl7v2.llp |
|---|
| Subclasses of LowerLayerProtocol in ca.uhn.hl7v2.llp | |
|---|---|
class |
ExtendedMinLowerLayerProtocol
Minimal Lower Layer Protocol implementation which is detects the text character set being used by reading in the MSH-18 value. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||