public interface SslExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
logError(Throwable t,
boolean isRest) |
default void |
logError(Throwable t,
org.elasticsearch.rest.RestRequest request,
int type) |
default void |
logError(Throwable t,
org.elasticsearch.transport.TransportRequest request,
String action,
org.elasticsearch.tasks.Task task,
int type) |
Copyright © 2015–2018. All rights reserved.