@Deprecated public final class SocketExceptionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAConnectionResetException(IOException e)
Deprecated.
To be removed in x.25
|
@Deprecated public static boolean isAConnectionResetException(IOException e)
NOTE: This is not reliable and shouldn't be used for anything critical. We use it to make logging less noisy, false negatives are acceptable and expected. It should not produce false positives, but there's no guarantees it doesn't.
e - The exceptionIOTools.isClosedException(java.lang.Exception)Copyright © 2023. All rights reserved.