Package ch.qos.logback.core.net
Interface SocketConnector.ExceptionHandler
-
- All Known Implementing Classes:
AbstractSocketAppender,AbstractSSLSocketAppender,SocketAppender,SocketReceiver,SSLSocketAppender,SSLSocketReceiver
- Enclosing interface:
- SocketConnector
@Deprecated(since="2022-01-27") public static interface SocketConnector.ExceptionHandlerDeprecated.This internal logback API is not supported by AEM as a Cloud Service.An exception handler that is notified of all exceptions that occur during the (re)connection process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconnectionFailed(SocketConnector connector, java.lang.Exception ex)Deprecated.
-
-
-
Method Detail
-
connectionFailed
void connectionFailed(SocketConnector connector, java.lang.Exception ex)
Deprecated.
-
-