Index
All Classes and Interfaces|All Packages
I
- IInterceptorConfig - Interface in com.esri.arcgis.enterprise.interceptor
-
Configuration of the Interceptor passed during the interceptor initialization
IServerServicesInterceptor.init(IInterceptorConfig, IServerServicesInterceptorHelper, IServerInterceptorLogger)
- IInterceptorRequest - Interface in com.esri.arcgis.enterprise.interceptor
- IInterceptorResponse - Interface in com.esri.arcgis.enterprise.interceptor
- 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 Type in com.esri.arcgis.enterprise.interceptor
-
Used to annotate
IServerServicesInterceptor
. - 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
- IServerInterceptorLogger - Interface in com.esri.arcgis.enterprise.interceptor.server
-
Logger for Interceptors
- IServerServicesInterceptor - Interface in com.esri.arcgis.enterprise.interceptor.server
-
Enterprise Interceptor is an Enterprise level interceptor (Server and Portal) that can be used to intercept requests/responses to/from different components of the system.
- 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
- 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
All Classes and Interfaces|All Packages