See: Description
| Interface | Description |
|---|---|
| IClientStatusListener |
The listener interface for receiving IClientStatus events.
|
| IProcessHandler |
The Process Handler interface for processing user request.
|
| Class | Description |
|---|---|
| ClientSession |
Client Session implements as an interface between service class provider and user.
|
| ProcessHandler |
This class process the user request.
|
| SCP |
This abstract class in inherited by all SCP.
|
| SCPController |
SCP controller works as a agent at SCP side which manages different client when a client request comes
|
| SCPSession |
This class starts the SCP Session.
|
| ServerSideAssociationAgent |
This class provides communication between DataNotificationReceiver and PDUHandler.
|