Package com.esri.arcgis.enterprise.interceptor.server
package com.esri.arcgis.enterprise.interceptor.server
-
ClassDescriptionLogger for Service InterceptorsThe
IServerServicesInterceptorinterface defines the contract for implementing interceptors that can process and manipulate HTTP requests and responses within the ArcGIS Enterprise server services framework.InterceptorChain is used to manage the execution of chain of interceptors for a particular request.TheIServerServicesInterceptorHelperinterface provides utility methods to assist interceptor implementations in extracting user, service, and request metadata, as well as handling response data compression and decompression within the ArcGIS Enterprise server services framework.TheServerServicesInterceptorRequestWrapperclass is an implementation of theIInterceptorRequestinterface that wraps an underlyingHttpServletRequest.TheServerServicesInterceptorResponseWrapperclass is an implementation of theIInterceptorResponseinterface that wraps an underlyingHttpServletResponse.