Index

A C D F G I L N P R S U W 
All Classes and Interfaces|All Packages

G

getAppInterceptorRequest() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getAppInterceptorResponse() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getChainingOrder() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get chaining order of the interceptor.
getCharacterEncoding() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Method to fetch character encoding
getCharacterEncoding() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Returns the name of the character encoding
getCharacterEncoding() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getCharacterEncoding() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getCompressedResponseData(String) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Compresses the String response body and returns a byte array compressed in the GZIP file format
getContentLength() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Method to get length of the content in the request
getContentLength() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getContentLengthLong() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Method to get length of the content in the request
getContentLengthLong() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getContentType() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Method to fetch content-type of the request
getContentType() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Returns a String that indicates the content-type of the response
getContentType() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getContentType() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getDecompressedResponseData(byte[]) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Decompresses the response data which is in the GZIP file format and returns the uncompressed response body in String format
getDescription() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get description of the interceptor
getDisplayName() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get display name of the interceptor
getHeader(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns the value of the specified request header as a String
getHeader(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Returns the value of the specified request header as a String
getHeader(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getHeader(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getHeaderNames() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Gets the names of the headers of this response.
getHeaderNames() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getHeaders(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Gets the values of the response header with the given name.
getHeaders(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getHeaders(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getInputStream() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getInterceptorClass() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get interceptor class
getInterceptorName() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get name of the interceptor
getMethod() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getOperationName(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Get service operation from the request
getOutputStream() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
getParameter(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist
getParameter(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getParameterMap() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getParameterNames() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getParameterValues(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns an array of String objects containing all the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getPart(String) - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Gets the Part with the given name.
getPart(String) - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getParts() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Gets all the Part components of this request
getParts() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getProperties() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get custom properties of the interceptor.
getReader() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Retrieves the body of the request as binary data using a BufferedReader.
getReader() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getRequestURI() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request
getRequestURI() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorRequestWrapper
 
getServiceName(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Get service name from the request
getServiceType(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Get service type from the request
getUrlPatterns() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorConfig
Get URL pattern configuration of the interceptor.
getUsername(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Get username from the request
getUserRole(IInterceptorRequest, IInterceptorResponse) - Method in interface com.esri.arcgis.enterprise.interceptor.server.IServerServicesInterceptorHelper
Get list of roles of the current user from the request
getWriter() - Method in interface com.esri.arcgis.enterprise.interceptor.IInterceptorResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class com.esri.arcgis.enterprise.interceptor.server.ServerServicesInterceptorResponseWrapper
 
A C D F G I L N P R S U W 
All Classes and Interfaces|All Packages