Index

A C D E F G H I O P R S T W 
All Classes All Packages

A

addCookie(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Adds a cookie.
addHeader(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Adds the header.
ATTRIBUTE_REST_RESOURCE_PATH - Static variable in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
The Constant ATTRIBUTE_REST_RESOURCE_PATH.

C

close() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Closes the response output stream.
containsHeader(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Checks if the response contains a header with the specified name.
createDeleteRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP DELETE Request.
createGetRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP GET Request.
createHeadRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP HEAD Request.
createPatchRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP PATCH Request.
createPostRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP POST Request.
createPutRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP PUT Request.
createTraceRequest(String, HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Build HTTP TRACE Request.

D

delete(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a DELETE request for the specified URL and options.

E

encodeRedirectURL(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Encode redirect URL.
encodeURL(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Encodes the specified URL.

F

flush() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Flushes the response.

G

get(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a GET request for the specified URL and options.
getAttribute(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the attribute as string.
getAttribute(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the object bound to the specified name.
getAttributeNames() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the attribute names.
getAttributeNames() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the attribute names.
getAttributeNamesJson() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the attribute names.
getAuthType() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the auth type.
getBytes() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the bytes.
getCharacterEncoding() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the character encoding.
getCharacterEncoding() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the character encoding.
getCharacterEncoding() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the character encoding.
getConnectionRequestTimeout() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the connection request timeout.
getConnectTimeout() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the connect timeout.
getContentLength() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the content length.
getContentType() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the content type.
getContentType() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the content type.
getContentType() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the content type.
getContext() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the context.
getContextPath() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the context path.
getCookies() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the cookies.
getCookieSpec() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the cookie spec.
getCreationTime() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the time the session was created.
getData() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the data.
getData() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the data.
getFiles() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the files.
getHeader(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the value of the specified request header as a String.
getHeader(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the value of the header with the specified name.
getHeaderNames() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the header names.
getHeaderNames() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the header names.
getHeaders() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the headers.
getHeaders() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the headers.
getHeaders(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the headers.
getHeaders(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the headers.
getHttpClient(boolean) - Static method in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
Returns the http client.
getId() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the id of the session.
getInputStream() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the input stream.
getLastAccessedTime() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the last accessed time.
getLocalAddr() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the local addr.
getLocale() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the locale.
getLocale() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the locale.
getLocalName() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the local name.
getLocalPort() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the local port.
getMaxInactiveInterval() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Returns the max inactive interval.
getMaxRedirects() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the max redirects.
getMethod() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the name of the HTTP method with which this request in the current thread context was made.
getName() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientHeader
Returns the name.
getName() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientParam
Returns the name.
getOutputStream() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Open the output stream of the current servlet response.
getParameter(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the parameter.
getParameterNames() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the parameter names.
getParameters() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the parameters.
getParameterValues(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the parameter values.
getParams() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the params.
getPathInfo() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getProtocol() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the protocol.
getProtocol() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the protocol.
getProxyHost() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the proxy host.
getProxyPort() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the proxy port.
getProxyPreferredAuthSchemes() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the proxy preferred auth schemes.
getQueryString() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the query string.
getRemoteAddress() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the remote address.
getRemoteHost() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the remote host.
getRemotePort() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the remote port.
getRemoteUser() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the login of the user making the request or null if the user hasn't been authenticated.
getRequest() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the request in the current thread context.
getRequestURI() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the request URI.
getRequestURL() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the request URL.
getResourcePath() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the resource path.
getResponse() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Returns the HttpServletResponse associated with the current thread context.
getScheme() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the scheme.
getServerName() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the server name.
getServerPort() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the server port.
getServicePath() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the service path.
getSocketTimeout() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the socket timeout.
getStatusCode() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the status code.
getStatusMessage() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the status message.
getTargetPreferredAuthSchemes() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the target preferred auth schemes.
getText() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Gets the text.
getText() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Gets the text.
getText() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Returns the text.
getValue() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientHeader
Returns the value.
getValue() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientParam
Returns the value.

H

head(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a HEAD request for the specified URL and options.
headerNamesToList(Iterator<String>) - Static method in class org.eclipse.dirigible.api.v3.http.HttpUploadFacade
Converts header names iterator object to list object.
HTTP_NON_PROXY_HOSTS - Static variable in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
The HTTP_NON_PROXY_HOSTS.
HTTP_PROXY_HOST - Static variable in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
The HTTP_PROXY_HOST.
HTTP_PROXY_PORT - Static variable in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
The HTTP_PROXY_PORT.
HttpClientFacade - Class in org.eclipse.dirigible.api.v3.http
Java face for HTTP operations.
HttpClientFacade() - Constructor for class org.eclipse.dirigible.api.v3.http.HttpClientFacade
 
HttpClientHeader - Class in org.eclipse.dirigible.api.v3.http.client
Represents an HTTP header.
HttpClientHeader(String, String) - Constructor for class org.eclipse.dirigible.api.v3.http.client.HttpClientHeader
Instantiates a new http client header.
HttpClientParam - Class in org.eclipse.dirigible.api.v3.http.client
Represents an HTTP param.
HttpClientParam(String, String) - Constructor for class org.eclipse.dirigible.api.v3.http.client.HttpClientParam
Instantiates a new http client param.
HttpClientProxyUtils - Class in org.eclipse.dirigible.api.v3.http.client
Utility class for working with proxies.
HttpClientProxyUtils() - Constructor for class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
 
HttpClientRequestOptions - Class in org.eclipse.dirigible.api.v3.http.client
The Class HttpClientRequestOptions.
HttpClientRequestOptions() - Constructor for class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
 
HttpClientResponse - Class in org.eclipse.dirigible.api.v3.http.client
The Class HttpClientResponse.
HttpClientResponse() - Constructor for class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
 
HttpRequestFacade - Class in org.eclipse.dirigible.api.v3.http
Java facade for working with HttpServletRequest.
HttpRequestFacade() - Constructor for class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
 
HttpResponseFacade - Class in org.eclipse.dirigible.api.v3.http
Java facade for working HttpServletResponse.
HttpResponseFacade() - Constructor for class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
 
HTTPS_PROXY_HOST - Static variable in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
The HTTPS_PROXY_HOST.
HTTPS_PROXY_PORT - Static variable in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
The HTTPS_PROXY_PORT.
HttpSessionFacade - Class in org.eclipse.dirigible.api.v3.http
Java facade for working with HttpSession.
HttpSessionFacade() - Constructor for class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
 
HttpUploadFacade - Class in org.eclipse.dirigible.api.v3.http
Java facade for working uploading files.
HttpUploadFacade() - Constructor for class org.eclipse.dirigible.api.v3.http.HttpUploadFacade
 

I

IAccessManager - Interface in org.eclipse.dirigible.api.v3.http.access
The Interface IAccessManager.
invalidate() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Invalidates the session.
isAuthenticationEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is authentication enabled.
isBinary() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is binary.
isBinary() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Checks if is binary.
isCharacterEncodingEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if the character encoding is enabled.
isCircularRedirectsAllowed() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is circular redirects allowed.
isCommitted() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Checks if the response is committed.
isContentCompressionEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is content compression enabled.
isExpectContinueEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is expect continue enabled.
isInRole(HttpServletRequest, String) - Method in interface org.eclipse.dirigible.api.v3.http.access.IAccessManager
Checks if is in role.
isMultipartContent() - Static method in class org.eclipse.dirigible.api.v3.http.HttpUploadFacade
Checks if the request contains multipart content.
isNew() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Checks if the session is new.
isRedirectsEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is redirects enabled.
isRelativeRedirectsAllowed() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is relative redirects allowed.
isSecure() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Checks if is secure.
isSslTrustAllEnabled() - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Checks if is ssl trust all enabled.
isUserInRole(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Checks if is user in role.
isValid() - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Checks if there is a request in the current thread context.
isValid() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Checks if there is a HttpServletResponse associated with the current thread context.
isValid() - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Checks if there is a session associated with the current thread context.

O

org.eclipse.dirigible.api.v3.http - package org.eclipse.dirigible.api.v3.http
 
org.eclipse.dirigible.api.v3.http.access - package org.eclipse.dirigible.api.v3.http.access
 
org.eclipse.dirigible.api.v3.http.client - package org.eclipse.dirigible.api.v3.http.client
 

P

parseOptions(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Parse HTTP Request Options.
parseRequest() - Static method in class org.eclipse.dirigible.api.v3.http.HttpUploadFacade
Parses the request.
patch(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a PATCH request for the specified URL and options.
post(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a POST request for the specified URL and options.
prepareConfig(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Prepare HTTP Request Configurations.
prepareConfig(HttpClientRequestOptions) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Prepare HTTP Request Configurations.
print(double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the double primitive as text.
print(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the int primitive as text.
print(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the double as text.
print(Integer) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the integer as text.
print(Object) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the object as text.
print(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the text.
println(double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the double primitive as text with a carriage return.
println(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the int primitive as text with a carriage return.
println(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the Double as text with a carriage return.
println(Integer) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the Integer as text with a carriage return.
println(Object) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the object as text with a carriage return.
println(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Prints the text with a carriage return.
processHttpClientResponse(CloseableHttpResponse, boolean) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Process http client response.
put(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a PUT request for the specified URL and options.

R

removeAttribute(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Removes the attribute.
removeAttribute(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Removes the attribute.
reset() - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Reset the buffer.

S

sendError(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sends error.
sendError(int, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sends and error.
sendError(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sends error.
sendError(Double, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sends error.
sendRedirect(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sends redirect.
setAttribute(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpRequestFacade
Sets the attribute.
setAttribute(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Sets the attribute.
setAuthenticationEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the authentication enabled.
setBinary(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the binary.
setBinary(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the binary.
setCharacterEncoding(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the character encoding.
setCharacterEncoding(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the character encoding.
setCharacterEncodingEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the character encoding enabled.
setCircularRedirectsAllowed(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the circular redirects allowed.
setConnectionRequestTimeout(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the connection request timeout.
setConnectTimeout(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the connect timeout.
setContentCompressionEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the content compression enabled.
setContentLength(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the content length.
setContentLength(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the content length.
setContentType(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the content type.
setContentType(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the content type.
setContext(JsonObject) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the context.
setCookieSpec(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the cookie spec.
setData(byte[]) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the data.
setData(byte[]) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the data.
setExpectContinueEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the expect continue enabled.
setFiles(String[]) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the files.
setHeader(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the header.
setHeaders(List<HttpClientHeader>) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the headers.
setHeaders(List<HttpClientHeader>) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the headers.
setLocale(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the locale.
setLocale(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the locale.
setLocale(String, String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the locale.
setMaxInactiveInterval(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Sets the max inactive interval.
setMaxInactiveInterval(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpSessionFacade
Sets the max inactive interval.
setMaxRedirects(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the max redirects.
setName(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientHeader
Sets the name.
setName(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientParam
Sets the name.
setParams(List<HttpClientParam>) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the params.
setProtocol(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the protocol.
setProxyHost(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the proxy host.
setProxyPort(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the proxy port.
setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the proxy preferred auth schemes.
setProxySettings() - Static method in class org.eclipse.dirigible.api.v3.http.client.HttpClientProxyUtils
Sets the proxy settings.
setRedirectsEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the redirects enabled.
setRelativeRedirectsAllowed(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the relative redirects allowed.
setSocketTimeout(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the socket timeout.
setSslTrustAllEnabled(boolean) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the ssl trust all enabled.
setStatus(int) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the status.
setStatus(Double) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Sets the status.
setStatusCode(int) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the status code.
setStatusMessage(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the status message.
setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the target preferred auth schemes.
setText(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientRequestOptions
Sets the text.
setText(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientResponse
Sets the text.
setValue(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientHeader
Sets the value.
setValue(String) - Method in class org.eclipse.dirigible.api.v3.http.client.HttpClientParam
Sets the value.

T

trace(String, String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpClientFacade
Performs a TRACE request for the specified URL and options.

W

write(byte[]) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Writes the bytes to the output stream.
write(String) - Static method in class org.eclipse.dirigible.api.v3.http.HttpResponseFacade
Writes the string bytes to the output stream.
A C D E F G H I O P R S T W 
All Classes All Packages