final class RemoteReadListener
extends java.lang.Object
implements org.xnio.ChannelListener<org.xnio.channels.ConnectedMessageChannel>
| Modifier and Type | Field and Description |
|---|---|
private RemoteConnection |
connection |
private RemoteConnectionHandler |
handler |
| Constructor and Description |
|---|
RemoteReadListener(RemoteConnectionHandler handler,
RemoteConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(org.xnio.channels.ConnectedMessageChannel channel) |
private void |
refuseService(int channelId,
java.lang.String reason) |
private final RemoteConnectionHandler handler
private final RemoteConnection connection
RemoteReadListener(RemoteConnectionHandler handler, RemoteConnection connection)