public interface ChannelOperation
Modifier and Type | Method and Description |
---|---|
void |
cancel(SocketAddress address,
Throwable cause)
Invoked when the callback cannot be invoked due to timeout or terminated pool.
|
void |
invoke(io.netty.channel.Channel channel)
Invoked on an active channel ready to be written
|
void invoke(io.netty.channel.Channel channel)
void cancel(SocketAddress address, Throwable cause)
address
- cause
- Copyright © 2021 JBoss by Red Hat. All rights reserved.