- hashCode() - Method in class com.github.restdriver.serverdriver.http.Header
-
- HasHeader - Class in com.github.restdriver.serverdriver.matchers
-
Matcher to assert on the headers in an HTTP response.
- hasHeader(String) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasHeader.
- hasHeader(Header) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasHeader.
- hasHeader(String, String) - Static method in class com.github.restdriver.serverdriver.Matchers
-
- hasHeader(String, Matcher<String>) - Static method in class com.github.restdriver.serverdriver.Matchers
-
- HasHeader(String) - Constructor for class com.github.restdriver.serverdriver.matchers.HasHeader
-
Creates an instance of this matcher.
- HasHeaderWithValue - Class in com.github.restdriver.serverdriver.matchers
-
Matcher to enable assertion on HTTP header values.
- hasHeaderWithValue(String, Matcher<String>) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasHeaderWithValue.
- HasHeaderWithValue(String, Matcher<String>) - Constructor for class com.github.restdriver.serverdriver.matchers.HasHeaderWithValue
-
Creates a new instance of this matcher.
- hasJsonArray(String, Matcher<?>) - Static method in class com.github.restdriver.serverdriver.Json
-
Creates a new instance of HasJsonArray.
- hasJsonPath(String) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Checks whether the given JSON object matches the JSONpath.
- hasJsonPath(String, Matcher<T>) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Checks whether the given JSON object matches the JSONpath.
- hasJsonValue(String, Matcher<?>) - Static method in class com.github.restdriver.serverdriver.Json
-
Creates a new instance of HasJsonValue.
- HasResponseBody - Class in com.github.restdriver.serverdriver.matchers
-
Matcher to check that an HttpResponse has the specified body.
- hasResponseBody(Matcher<String>) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasResponseBody.
- HasResponseBody(Matcher<String>) - Constructor for class com.github.restdriver.serverdriver.matchers.HasResponseBody
-
Creates a new instance of this matcher.
- HasStatusCode - Class in com.github.restdriver.serverdriver.matchers
-
Matcher to check whether an HTTP response has a particular status code.
- hasStatusCode(int) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasStatusCode.
- hasStatusCode(Matcher<Integer>) - Static method in class com.github.restdriver.serverdriver.Matchers
-
Creates a new instance of HasStatusCode.
- HasStatusCode(Matcher<Integer>) - Constructor for class com.github.restdriver.serverdriver.matchers.HasStatusCode
-
Creates an instance of this matcher.
- head(Object, AnyRequestModifier...) - Static method in class com.github.restdriver.serverdriver.RestServerDriver
-
Perform an HTTP HEAD on a resource.
- Header - Class in com.github.restdriver.serverdriver.http
-
Represents an HTTP header.
- Header(String, String) - Constructor for class com.github.restdriver.serverdriver.http.Header
-
Creates a new header instance.
- Header(String) - Constructor for class com.github.restdriver.serverdriver.http.Header
-
Creates a new header instance.
- header(String, String) - Static method in class com.github.restdriver.serverdriver.RestServerDriver
-
Make a Header.
- header(String) - Static method in class com.github.restdriver.serverdriver.RestServerDriver
-
Make a Header.
- headOf(Object, AnyRequestModifier...) - Static method in class com.github.restdriver.serverdriver.RestServerDriver
-
- HttpDeleteWithEntity - Class in com.github.restdriver.serverdriver.http.request
-
A version of the HTTP DELETE method which accepts an entity
- HttpDeleteWithEntity(String) - Constructor for class com.github.restdriver.serverdriver.http.request.HttpDeleteWithEntity
-
Creates a new instance of this request.
- HttpGetWithEntity - Class in com.github.restdriver.serverdriver.http.request
-
A version of the HTTP GET method which accepts an entity
- HttpGetWithEntity(String) - Constructor for class com.github.restdriver.serverdriver.http.request.HttpGetWithEntity
-
Creates a new instance of this request.
- RequestBody - Class in com.github.restdriver.serverdriver.http
-
Encapsulates a Request body for a method.
- RequestBody(String, String) - Constructor for class com.github.restdriver.serverdriver.http.RequestBody
-
Creates a new request body instance.
- RequestConnectionTimeout - Class in com.github.restdriver.serverdriver.http
-
Encapsulates a request using a connection timeout.
- RequestConnectionTimeout(long) - Constructor for class com.github.restdriver.serverdriver.http.RequestConnectionTimeout
-
Constructor.
- RequestProxy - Class in com.github.restdriver.serverdriver.http
-
Encapsulates a request to use an HTTP proxy.
- RequestProxy(String, int) - Constructor for class com.github.restdriver.serverdriver.http.RequestProxy
-
Constructor.
- RequestSocketTimeout - Class in com.github.restdriver.serverdriver.http
-
Encapsulates a request using a socket timeout.
- RequestSocketTimeout(long) - Constructor for class com.github.restdriver.serverdriver.http.RequestSocketTimeout
-
Constructor.
- RequestTimeout - Class in com.github.restdriver.serverdriver.http
-
- RequestTimeout(long, long) - Constructor for class com.github.restdriver.serverdriver.http.RequestTimeout
-
Constructor.
- Response - Interface in com.github.restdriver.serverdriver.http.response
-
Encapsulates a response from an HTTP server.
- RestServerDriver - Class in com.github.restdriver.serverdriver
-
Provides static methods for performing HTTP requests against a resource.
- Rfc1123DateMatcher - Class in com.github.restdriver.serverdriver.matchers
-
Matcher to check that headers contain dates which are spec-valid.
- Rfc1123DateMatcher() - Constructor for class com.github.restdriver.serverdriver.matchers.Rfc1123DateMatcher
-
- RuntimeClientProtocolException - Exception in com.github.restdriver.serverdriver.http.exception
-
Runtime wrapper for ClientProtocolException.
- RuntimeClientProtocolException(ClientProtocolException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeClientProtocolException
-
Create a new instance of the exception with a given cause.
- RuntimeDateFormatException - Exception in com.github.restdriver.serverdriver.http.exception
-
- RuntimeDateFormatException(ParseException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeDateFormatException
-
Constructor which takes the original ParseException.
- RuntimeFileNotFoundException - Exception in com.github.restdriver.serverdriver.file
-
- RuntimeFileNotFoundException(FileNotFoundException) - Constructor for exception com.github.restdriver.serverdriver.file.RuntimeFileNotFoundException
-
Creates a new instance of the exception.
- RuntimeHttpHostConnectException - Exception in com.github.restdriver.serverdriver.http.exception
-
Runtime wrapper for HttpHostConnectException.
- RuntimeHttpHostConnectException(HttpHostConnectException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeHttpHostConnectException
-
Create a new instance of the exception with a given cause.
- RuntimeInterruptedException - Exception in com.github.restdriver.serverdriver.http.exception
-
RuntimeException wrapper for InterruptedException.
- RuntimeInterruptedException(String, InterruptedException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeInterruptedException
-
Constructor.
- RuntimeMappingException - Exception in com.github.restdriver.serverdriver.http.exception
-
Exception thrown when HTTP response bodies cannot be mapped to Java Objects as expected.
- RuntimeMappingException(String, Exception) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeMappingException
-
Create a new exception.
- RuntimeUnknownHostException - Exception in com.github.restdriver.serverdriver.http.exception
-
- RuntimeUnknownHostException(UnknownHostException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeUnknownHostException
-
Create a new instance with a specific cause.
- RuntimeUriSyntaxException - Exception in com.github.restdriver.serverdriver.http.exception
-
RuntimeException wrapper for URISyntaxException.
- RuntimeUriSyntaxException(String, URISyntaxException) - Constructor for exception com.github.restdriver.serverdriver.http.exception.RuntimeUriSyntaxException
-
Constructor.