| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| cdac.medinfo.sdk.dcm30_04.services.tlsscp.commons |
This package provides classes for TLS Server Session.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSCPSessionStopListeningOptions |
EnumSCPSessionStopListeningOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSCPSessionStopListeningOptions[] |
EnumSCPSessionStopListeningOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSSCPSession.stopListening(EnumSCPSessionStopListeningOptions enumSCPSessionStopListeningOptions)
Stops listening on this SCPSession so that new client connection
not accepted and continue to process already connected clients.
|