public interface SelectHandler
Modifier and Type | Method and Description |
---|---|
SelectHandler |
selectAccepted(SocketChannel channel)
A connection was accepted, opening the given channel.
|
void |
selectClosed(SocketChannel channel) |
void |
selectRead(SocketChannel channel) |
SelectHandler selectAccepted(SocketChannel channel)
channel
- opened by acceptvoid selectClosed(SocketChannel channel)
void selectRead(SocketChannel channel)
Copyright © 2017 Aspera Inc.. All rights reserved.