Index
All Classes and Interfaces|All Packages
I
- IInterceptorConfig - Interface in com.esri.arcgis.enterprise.interceptor
-
The
IInterceptorConfiginterface defines the configuration contract for an interceptor in the ArcGIS Enterprise framework. - IInterceptorRequest - Interface in com.esri.arcgis.enterprise.interceptor
-
The
IInterceptorRequestinterface defines a contract for accessing and manipulating HTTP request data in an interceptor context. - IInterceptorResponse - Interface in com.esri.arcgis.enterprise.interceptor
-
The
IInterceptorResponseinterface defines a contract for manipulating HTTP response data in an interceptor context. - info(String) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerInterceptorLogger
-
Log message at info log level
- init(IInterceptorConfig, IServerServicesInterceptorHelper, IServerInterceptorLogger) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptor
-
Initialize the interceptor
- intercept(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorChain
-
Invokes the next interceptor in the chain.
- intercept(IInterceptorRequest, IInterceptorResponse, IServerServicesInterceptorChain) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptor
-
Intercept the request
- Interceptor - Annotation Interface in com.esri.arcgis.enterprise.interceptor
-
The
Interceptorannotation is used to mark implementations of theIServerServicesInterceptorinterface. - isCommitted() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
-
Returns a boolean indicating if the response has been committed.
- isCommitted() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
- isEnabled() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
-
Check if interceptor is enabled
- IServerInterceptorLogger - Interface in com.esri.arcgis.enterprise.interceptor.server
-
Logger for Service Interceptors
- IServerServicesInterceptor - Interface in com.esri.arcgis.enterprise.interceptor.server
-
The
IServerServicesInterceptorinterface defines the contract for implementing interceptors that can process and manipulate HTTP requests and responses within the ArcGIS Enterprise server services framework. - IServerServicesInterceptorChain - Interface in com.esri.arcgis.enterprise.interceptor.server
-
InterceptorChain is used to manage the execution of chain of interceptors for a particular request.
- IServerServicesInterceptorHelper - Interface in com.esri.arcgis.enterprise.interceptor.server
-
The
IServerServicesInterceptorHelperinterface 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. - isOutputStreamCompressed(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
-
Returns whether the response data is in compressed format or not
- isRestRequest(IInterceptorRequest, IServerServicesInterceptorChain) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
-
Check if the request is a REST request or not
- isRestRequestChain() - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorChain
-
Check if the request is a REST request chain
All Classes and Interfaces|All Packages