Interface NetworkClientHandler
- All Superinterfaces:
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
public interface NetworkClientHandler
extends org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
Channel handler to read and write network messages on client side.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler.Sharable -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInputChannel(RemoteInputChannel inputChannel) voidcancelRequestFor(InputChannelID inputChannelId) getInputChannel(InputChannelID inputChannelId) booleanReturn whether there is channel error.voidremoveInputChannel(RemoteInputChannel inputChannel) voidsetConnectionId(ConnectionID connectionId) Methods inherited from interface org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Method Details
-
addInputChannel
- Throws:
IOException
-
removeInputChannel
-
getInputChannel
-
cancelRequestFor
-
setConnectionId
-
hasChannelError
boolean hasChannelError()Return whether there is channel error.- Returns:
- true if there is channel error
-