Package | Description |
---|---|
comingle.comms.datapipe | |
comingle.comms.receiver |
Modifier and Type | Method and Description |
---|---|
void |
DataPipe.setConnectExceptionListener(ExceptionListener listener)
Sets an exception listener for connecting operations.
|
void |
DataPipe.setExceptionListener(ExceptionListener listener)
Sets an exception listener to the receiver daemon.
|
void |
DataPipe.setReceiveExceptionListener(ExceptionListener listener)
Sets an exception listener to the receiver daemon.
|
void |
DataPipe.setSendExceptionListener(ExceptionListener listener)
Sets an exception listener for sending operations.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiverDaemon.setExceptionListener(ExceptionListener except_listener)
Set a exception listener to this network socket.
|