| Package | Description |
|---|---|
| ca.uhn.hl7v2.hoh.api | |
| ca.uhn.hl7v2.hoh.hapi.client | |
| ca.uhn.hl7v2.hoh.raw.client | |
| ca.uhn.hl7v2.hoh.sockets | |
| ca.uhn.hl7v2.hoh.util |
| Modifier and Type | Method and Description |
|---|---|
ISocketFactory |
IClient.getSocketFactory()
Returns the socket factory used by this client
|
| Modifier and Type | Method and Description |
|---|---|
void |
IClient.setSocketFactory(ISocketFactory theSocketFactory)
Sets the socket factory used by this client.
|
| Modifier and Type | Method and Description |
|---|---|
ISocketFactory |
AbstractClient.getSocketFactory()
Returns the socket factory used by this client
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.setSocketFactory(ISocketFactory theSocketFactory)
Sets the socket factory used by this client.
|
| Modifier and Type | Method and Description |
|---|---|
ISocketFactory |
AbstractRawClient.getSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRawClient.setSocketFactory(ISocketFactory theSocketFactory)
Sets the socket factory used by this client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomCertificateTlsSocketFactory
Socket Factory which creates a TLS/SSL socket using a custom keystore and
certificate.
|
class |
StandardSocketFactory
Socket Factory which returns a normal, non encrypted TCP socket
|
class |
TlsSocketFactory
Socket Factory which creates an encrypted TLS/SSL socket
|
| Constructor and Description |
|---|
HapiSocketTlsFactoryWrapper(ISocketFactory theSocketFactoryToWrap)
Constuctor
|
Copyright © 2012–2017 University Health Network. All rights reserved.