public interface UcpEndpointErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onError(UcpEndpoint ep,
int status,
String errorMsg)
This callback routine is invoked when transport level error detected.
|
void onError(UcpEndpoint ep, int status, String errorMsg) throws Exception
ep - - Endpoint to handle transport level error. Upon return
from the callback, this endpoint is no longer usable and
all subsequent operations on this ep will fail with
the error code passed in status.ExceptionCopyright © 2021. All rights reserved.