Add Channel.deregister()

This commit is contained in:
Trustin Lee 2012-04-03 22:29:26 +09:00
parent 5a63cc4e1a
commit 049fb35bc1

View File

@ -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 {