Package com.esri.arcgis.enterprise.interceptor


package com.esri.arcgis.enterprise.interceptor
  • Class
    Description
    The IInterceptorConfig interface defines the configuration contract for an interceptor in the ArcGIS Enterprise framework.
    The IInterceptorRequest interface defines a contract for accessing and manipulating HTTP request data in an interceptor context.
    The IInterceptorResponse interface defines a contract for manipulating HTTP response data in an interceptor context.
    The Interceptor annotation is used to mark implementations of the IServerServicesInterceptor interface.