Skip navigation links
B C E G H M O P Q R 

B

basePath(String) - Method in class org.everit.http.restclient.RestRequest.Builder
The base path of the request with probably the protocol, hostname and optionally the port.
build() - Method in class org.everit.http.restclient.RestRequest.Builder
Builds the unmodifiable rest request instance.
builder() - Static method in class org.everit.http.restclient.RestRequest
Creates builder to build RestRequest.
builderFrom(RestRequest) - Static method in class org.everit.http.restclient.RestRequest
Creates a builder to build RestRequest and initialize it with the given object.
buildPathWithPathParams() - Method in class org.everit.http.restclient.RestRequest
Builds the path that will be used by this request including the path parameters.
buildURI() - Method in class org.everit.http.restclient.RestRequest
Builds the full URL that will be used to send this request, including the basePath, the path with the injected path parameters and the query parameters.

C

callEndpoint(HttpClient, RestRequest, Optional<RestRequestEnhancer>) - Static method in class org.everit.http.restclient.RestCallUtil
Calls a rest endpoint asynchronously where there is no response body.
callEndpoint(HttpClient, RestRequest, Optional<RestRequestEnhancer>, TypeReference<T>) - Static method in class org.everit.http.restclient.RestCallUtil
Calls a rest endpoint asynchronously.

E

enhanceRestRequest(RestRequest) - Method in interface org.everit.http.restclient.RestRequestEnhancer
Enhances the rest request by creating a new instance.

G

getBasePath() - Method in class org.everit.http.restclient.RestRequest
The base path of the request with probably the protocol, hostname and optionally the port.
getHeaders() - Method in class org.everit.http.restclient.RestRequest
The headers of the rest request.
getHttpCode() - Method in exception org.everit.http.restclient.RestException
 
getMethod() - Method in class org.everit.http.restclient.RestRequest
Method of the rest request.
getPath() - Method in class org.everit.http.restclient.RestRequest
Path of the rest request.
getPathParams() - Method in class org.everit.http.restclient.RestRequest
Path parameters that will be injected within #path(String).
getQueryParams() - Method in class org.everit.http.restclient.RestRequest
Query parameters that will be appended after the path.
getRequestBody() - Method in class org.everit.http.restclient.RestRequest
Optional body of the request.
getResponseBody() - Method in exception org.everit.http.restclient.RestException
 

H

headers(Map<String, String>) - Method in class org.everit.http.restclient.RestRequest.Builder
The headers of the rest request.

M

method(HttpMethod) - Method in class org.everit.http.restclient.RestRequest.Builder
Method of the rest request.

O

objectCollectionToStringCollection(Collection<?>) - Static method in class org.everit.http.restclient.RestCallUtil
Converts any kind of collection to a string collection.
org.everit.http.restclient - package org.everit.http.restclient
 

P

path(String) - Method in class org.everit.http.restclient.RestRequest.Builder
Path of the rest request.
pathParams(Map<String, String>) - Method in class org.everit.http.restclient.RestRequest.Builder
Path parameters that will be injected within RestRequest.Builder.path(String).

Q

queryParams(Map<String, Collection<String>>) - Method in class org.everit.http.restclient.RestRequest.Builder
Query parameters that will be appended after the path.

R

requestBody(Optional<?>) - Method in class org.everit.http.restclient.RestRequest.Builder
Optional body of the request.
RestCallUtil - Class in org.everit.http.restclient
Helper methods to call REST endpoints, so the generated code can be much smaller.
RestException - Exception in org.everit.http.restclient
Exception type that is thrown if there is a HTTP exception during the REST call.
RestException(String, int, Optional<String>) - Constructor for exception org.everit.http.restclient.RestException
Constructor.
RestRequest - Class in org.everit.http.restclient
A rest request that can be sent to a remote endpoint with one of the CallEndpoint parameters of RestCallUtil.
RestRequest.Builder - Class in org.everit.http.restclient
Builder to build RestRequest.
RestRequestEnhancer - Interface in org.everit.http.restclient
Programmers can pass an optional RestRequestEnhancer to any of the callEndpoint functions of RestCallUtil that will modify the original request by creating a new one.
B C E G H M O P Q R 
Skip navigation links

Copyright © 2011–2019 Everit Kft.. All rights reserved.