Uses of Class
org.drasyl.handler.connection.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in org.drasyl.handler.connection
Subclasses of ConnectionException in org.drasyl.handler.connectionModifier and TypeClassDescriptionclass
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 aChannelOutboundHandler.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.Methods in org.drasyl.handler.connection with parameters of type ConnectionException