Class SecurityServerTransportInterceptor.ProfileSecuredRequestHandler<T extends org.elasticsearch.transport.TransportRequest>

java.lang.Object
org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor.ProfileSecuredRequestHandler<T>
All Implemented Interfaces:
org.elasticsearch.transport.TransportRequestHandler<T>
Enclosing class:
SecurityServerTransportInterceptor

public static class SecurityServerTransportInterceptor.ProfileSecuredRequestHandler<T extends org.elasticsearch.transport.TransportRequest> extends Object implements org.elasticsearch.transport.TransportRequestHandler<T>
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • messageReceived

      public void messageReceived(T request, org.elasticsearch.transport.TransportChannel channel, org.elasticsearch.tasks.Task task)
      Specified by:
      messageReceived in interface org.elasticsearch.transport.TransportRequestHandler<T extends org.elasticsearch.transport.TransportRequest>