Connection-oriented communication with peers.
-
class
This exception is thrown when a SEND CALL is performed on an already opened connection.
class
This exception is thrown when a OPEN call on an already opened connection is called.
class
This exception is thrown when a connection is closing.
class
This exception is thrown when a
ChannelOutboundHandler.write(ChannelHandlerContext, Object, ChannelPromise)
call,
ChannelOutboundHandler.read(ChannelHandlerContext)
call,
ConnectionHandler.userCallStatus()
call,
ChannelOutboundHandler.close(ChannelHandlerContext, ChannelPromise)
call
is performed on a closed connection.
class
This exception is thrown, when the remote peer refuses to establish a connection with us.
class
This exception is thrown when a connection is aborted.