| Package | Description |
|---|---|
| ca.uhn.hl7v2 | |
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.llp |
| Modifier and Type | Method and Description |
|---|---|
LowerLayerProtocol |
HapiContext.getLowerLayerProtocol() |
LowerLayerProtocol |
DefaultHapiContext.getLowerLayerProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
HapiContext.setLowerLayerProtocol(LowerLayerProtocol llp) |
void |
DefaultHapiContext.setLowerLayerProtocol(LowerLayerProtocol llp) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
LowerLayerProtocol llp,
boolean tls) |
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
LowerLayerProtocol llp,
boolean tls,
SocketFactory socketFactory) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
LowerLayerProtocol llp) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
LowerLayerProtocol llp,
boolean tls) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
LowerLayerProtocol llp,
boolean tls,
SocketFactory socketFactory) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass,
boolean tls) |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LowerLayerProtocol |
LowerLayerProtocol.makeLLP()
Deprecated.
as there is now the choice between
MinLowerLayerProtocol
and ExtendedMinLowerLayerProtocol. |
Copyright © 2001-2013 University Health Network. All Rights Reserved.