Package reactor.netty.channel
Class AbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
reactor.netty.channel.AbortedException
- All Implemented Interfaces:
Serializable
An exception marking prematurely or unexpectedly closed inbound.
- Since:
- 0.6
- Author:
- Stephane Maldini
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbortedException
static boolean
Return true if connection has been simply aborted on a tcp level by verifying if the given inbound error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortedException
-
AbortedException
-
-
Method Details
-
isConnectionReset
Return true if connection has been simply aborted on a tcp level by verifying if the given inbound error.- Parameters:
err
- an inbound exception- Returns:
- true if connection has been simply aborted on a tcp level
-
beforeSend
-