Uses of Interface
com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Packages that use IInterceptorResponse
-
Uses of IInterceptorResponse in com.esri.arcgis.enterprise.interceptor.server
Classes in com.esri.arcgis.enterprise.interceptor.server that implement IInterceptorResponseMethods in com.esri.arcgis.enterprise.interceptor.server that return IInterceptorResponseModifier and TypeMethodDescriptionServerServicesInterceptorResponseWrapper.getAppInterceptorResponse()Methods in com.esri.arcgis.enterprise.interceptor.server with parameters of type IInterceptorResponseModifier and TypeMethodDescriptionIServerServicesInterceptorHelper.getOperationName(IInterceptorRequest request, IInterceptorResponse response) Get service operation from the requestIServerServicesInterceptorHelper.getServiceName(IInterceptorRequest request, IInterceptorResponse response) Get service name from the requestIServerServicesInterceptorHelper.getServiceType(IInterceptorRequest request, IInterceptorResponse response) Get service type from the requestIServerServicesInterceptorHelper.getUsername(IInterceptorRequest request, IInterceptorResponse response) Get username from the requestIServerServicesInterceptorHelper.getUserRole(IInterceptorRequest request, IInterceptorResponse response) Get list of roles of the current user from the requestvoidIServerServicesInterceptor.intercept(IInterceptorRequest request, IInterceptorResponse response, IServerServicesInterceptorChain interceptorChain) Intercept the requestvoidIServerServicesInterceptorChain.intercept(IInterceptorRequest request, IInterceptorResponse response) Invokes the next interceptor in the chain.booleanIServerServicesInterceptorHelper.isOutputStreamCompressed(IInterceptorRequest request, IInterceptorResponse response) Returns whether the response data is in compressed format or notConstructors in com.esri.arcgis.enterprise.interceptor.server with parameters of type IInterceptorResponseModifierConstructorDescriptionServerServicesInterceptorResponseWrapper(IInterceptorResponse interceptorResponse)