Add Channel.deregister()
This commit is contained in:
parent
5a63cc4e1a
commit
049fb35bc1
@ -373,9 +373,12 @@ public interface Channel extends Comparable<Channel> {
|
||||
|
||||
/**
|
||||
* Attaches an object to this {@link Channel} to store a stateful information
|
||||
*/
|
||||
*/
|
||||
void setAttachment(Object attachment);
|
||||
|
||||
ChannelFuture deregister();
|
||||
void deregister(ChannelFuture future);
|
||||
|
||||
Unsafe unsafe();
|
||||
|
||||
public interface Unsafe {
|
||||
|
Loading…
Reference in New Issue
Block a user