@Deprecated ChannelOutboundHandler.deregister(...)

This commit is contained in:
Norman Maurer 2013-09-01 12:54:29 +02:00
parent 795182843d
commit 4a5c840271

View File

@ -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;
/**