private class EndpointImpl.ConnectionCloseHandler extends java.lang.Object implements CloseHandler<Connection>
| Modifier | Constructor and Description |
|---|---|
private |
ConnectionCloseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleClose(Connection closed,
java.io.IOException exception)
Receive a notification that the resource was closed.
|
public void handleClose(Connection closed, java.io.IOException exception)
CloseHandlerhandleClose in interface CloseHandler<Connection>closed - the closed resourceexception - the exception which occurred during close, if any