Add Channel.deregister()
This commit is contained in:
parent
5a63cc4e1a
commit
049fb35bc1
@ -376,6 +376,9 @@ public interface Channel extends Comparable<Channel> {
|
||||
*/
|
||||
void setAttachment(Object attachment);
|
||||
|
||||
ChannelFuture deregister();
|
||||
void deregister(ChannelFuture future);
|
||||
|
||||
Unsafe unsafe();
|
||||
|
||||
public interface Unsafe {
|
||||
|
Loading…
x
Reference in New Issue
Block a user