Package com.floragunn.searchguard.ssl
Interface SslExceptionHandler
-
- All Known Implementing Classes:
AuditLogSslExceptionHandler
public interface SslExceptionHandler
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidlogError(Throwable t, boolean isRest)default voidlogError(Throwable t, org.elasticsearch.rest.RestRequest request, int type)default voidlogError(Throwable t, org.elasticsearch.transport.TransportRequest request, String action, org.elasticsearch.tasks.Task task, int type)
-