public interface IProcessHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onAssociateReceive(ClientSession objClientSession)
Process association.
|
void |
onClose(ClientSession objClientSession)
Closess the Connection.
|
void |
onConnect(ClientSession objClientSession)
Accept connection.
|
void |
onException(ClientSession objClientSession,
DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
onServiceRequest(ClientSession objClientSession)
Process service request.
|
void onConnect(ClientSession objClientSession)
objClientSession - object of Client Session.void onAssociateReceive(ClientSession objClientSession)
objClientSession - object of client session.java.io.IOException - Signals that an IO Exception occurs.void onServiceRequest(ClientSession objClientSession) throws java.io.IOException
objClientSession - object of Client Session.java.io.IOException - Signals that an I/O exception has occurred.void onClose(ClientSession objClientSession)
objClientSession - object of Client Session.void onException(ClientSession objClientSession, DicomException ex, EnumErrorCode ErrorCode)
objClientSession - - object of Client Session.ex - - the exception objectErrorCode - - the reason of the DicomException