@Deprecated ChannelOutboundHandler.deregister(...)
This commit is contained in:
parent
795182843d
commit
4a5c840271
@ -69,6 +69,7 @@ public interface ChannelOutboundHandler extends ChannelHandler {
|
||||
* @param promise the {@link ChannelPromise} to notify once the operation completes
|
||||
* @throws Exception thrown if an error accour
|
||||
*/
|
||||
@Deprecated
|
||||
void deregister(ChannelHandlerContext ctx, ChannelPromise promise) throws Exception;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user