Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.util |
Modifier and Type | Method and Description |
---|---|
SocketFactory |
DefaultHapiContext.getSocketFactory() |
SocketFactory |
HapiContext.getSocketFactory() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHapiContext.setSocketFactory(SocketFactory socketFactory) |
void |
HapiContext.setSocketFactory(SocketFactory socketFactory) |
Modifier and Type | Method and Description |
---|---|
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,
boolean tls,
SocketFactory socketFactory) |
Connection |
ConnectionHub.attachLazily(String host,
int outboundPort,
int inboundPort,
Parser parser,
LowerLayerProtocol llp,
boolean tls,
SocketFactory socketFactory) |
Connection |
ConnectionHub.attachLazily(String host,
int port,
Parser parser,
LowerLayerProtocol llp,
boolean tls,
SocketFactory socketFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StandardSocketFactory |
Copyright © 2001–2017 University Health Network. All rights reserved.