- GET - Static variable in class com.github.kristofa.test.http.MockHttpServer
-
- getContent() - Method in class com.github.kristofa.test.http.ContentMatcher
-
Gets content.
- getContent() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Get content for request.
- getContent() - Method in interface com.github.kristofa.test.http.HttpRequest
-
Get content for request.
- getContent() - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Get content for request.
- getContent() - Method in interface com.github.kristofa.test.http.HttpResponse
-
Get response content.
- getContent() - Method in class com.github.kristofa.test.http.HttpResponseImpl
-
Get response content.
- getContentType() - Method in interface com.github.kristofa.test.http.client.HttpClientResponse
-
Get Content-Type.
- getContentType() - Method in interface com.github.kristofa.test.http.HttpResponse
-
Get content type.
- getContentType() - Method in class com.github.kristofa.test.http.HttpResponseImpl
-
Get content type.
- getDomain() - Method in interface com.github.kristofa.test.http.FullHttpRequest
-
Gets domain / host for request.
- getDomain() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets domain / host for request.
- getErrorMessage() - Method in interface com.github.kristofa.test.http.client.HttpClientResponse
-
In case request failed this will return the error message.
- GetException - Exception in com.github.kristofa.test.http.client
-
Exception that indicates that a HTTP GET request failed.
- GetException(Throwable) - Constructor for exception com.github.kristofa.test.http.client.GetException
-
Create a new exception instance.
- getForwardRequest(FullHttpRequest) - Method in interface com.github.kristofa.test.http.ForwardHttpRequestBuilder
-
Builds a forward request for given input request.
- getForwardRequest(FullHttpRequest) - Method in class com.github.kristofa.test.http.PassthroughForwardHttpRequestBuilder
-
- getHttpCode() - Method in interface com.github.kristofa.test.http.client.HttpClientResponse
-
Gets the HTTP return code.
- getHttpCode() - Method in interface com.github.kristofa.test.http.HttpResponse
-
Gets a HTTP response code.
- getHttpCode() - Method in class com.github.kristofa.test.http.HttpResponseImpl
-
Gets a HTTP response code.
- getHttpMessageHeaders() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Get http message headers.
- getHttpMessageHeaders(String) - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Get http message headers with given name/key.
- getHttpMessageHeaders() - Method in interface com.github.kristofa.test.http.HttpRequest
-
Get http message headers.
- getHttpMessageHeaders(String) - Method in interface com.github.kristofa.test.http.HttpRequest
-
Get http message headers with given name/key.
- getHttpMessageHeaders() - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Get http message headers.
- getHttpMessageHeaders(String) - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Get http message headers with given name/key.
- getHttpRequestResponseLogger() - Method in class com.github.kristofa.test.http.file.HttpRequestResponseFileLoggerFactory
-
- getHttpRequestResponseLogger() - Method in interface com.github.kristofa.test.http.HttpRequestResponseLoggerFactory
-
- getKey() - Method in class com.github.kristofa.test.http.QueryParameter
-
Gets key.
- getMethod() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets method for request.
- getMethod() - Method in interface com.github.kristofa.test.http.HttpRequest
-
Gets method for request.
- getMethod() - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Gets method for request.
- getMissingHttpRequests() - Method in exception com.github.kristofa.test.http.UnsatisfiedExpectationException
-
Gets the http requests that we expected but did not get.
- getName() - Method in class com.github.kristofa.test.http.HttpMessageHeader
-
Get header entry name.
- getPath() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets path for request without query parameters.
- getPath() - Method in interface com.github.kristofa.test.http.HttpRequest
-
Gets path for request without query parameters.
- getPath() - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Gets path for request without query parameters.
- getPort() - Method in interface com.github.kristofa.test.http.FullHttpRequest
-
Gets port for request.
- getPort() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets port for request.
- getPort() - Method in class com.github.kristofa.test.http.MockHttpServer
-
Return the port used by the server.
- getQueryParameters() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets query parameters for request.
- getQueryParameters(String) - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets query parameters with given key.
- getQueryParameters() - Method in interface com.github.kristofa.test.http.HttpRequest
-
Gets query parameters for request.
- getQueryParameters(String) - Method in interface com.github.kristofa.test.http.HttpRequest
-
Gets query parameters with given key.
- getQueryParameters() - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Gets query parameters for request.
- getQueryParameters(String) - Method in class com.github.kristofa.test.http.HttpRequestImpl
-
Gets query parameters with given key.
- getResponse(HttpRequest) - Method in class com.github.kristofa.test.http.AbstractHttpResponseProvider
-
Gets expected response for given request.
- getResponse() - Method in class com.github.kristofa.test.http.DefaultHttpResponseProxy
-
- getResponse(HttpRequest) - Method in interface com.github.kristofa.test.http.HttpResponseProvider
-
Gets expected response for given request.
- getResponse() - Method in interface com.github.kristofa.test.http.HttpResponseProxy
-
Gets HttpResponse.
- getResponseEntity() - Method in interface com.github.kristofa.test.http.client.HttpClientResponse
-
Gets response object as a result of executing http request.
- getUnexpectedHttpRequests() - Method in exception com.github.kristofa.test.http.UnsatisfiedExpectationException
-
Gets the http requests that we got but did not expect.
- getUrl() - Method in interface com.github.kristofa.test.http.FullHttpRequest
-
Gets the url for the http request, including query parameters if defined.
- getUrl() - Method in class com.github.kristofa.test.http.FullHttpRequestImpl
-
Gets the url for the http request, including query parameters if defined.
- getValue() - Method in class com.github.kristofa.test.http.HttpMessageHeader
-
Get header entry value.
- getValue() - Method in enum com.github.kristofa.test.http.HttpMessageHeaderField
-
Gets text value of http message header field.
- getValue() - Method in enum com.github.kristofa.test.http.MediaType
-
Get value of MediaType.
- getValue() - Method in class com.github.kristofa.test.http.QueryParameter
-
Gets value for key.
- valueOf(String) - Static method in enum com.github.kristofa.test.http.HttpMessageHeaderField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.kristofa.test.http.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.kristofa.test.http.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.kristofa.test.http.MockAndProxyFacade.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.kristofa.test.http.HttpMessageHeaderField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.kristofa.test.http.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.kristofa.test.http.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.kristofa.test.http.MockAndProxyFacade.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class com.github.kristofa.test.http.AbstractHttpResponseProvider
-
Should be executed when all requests have been submitted.
- verify() - Method in interface com.github.kristofa.test.http.HttpResponseProvider
-
Should be executed when all requests have been submitted.
- verify() - Method in class com.github.kristofa.test.http.MockAndProxyFacade
-
In case we are in Mocking operation mode we will verify if all expected requests have been invoked.
- verify() - Method in class com.github.kristofa.test.http.MockHttpServer.ExpectationHandler
-
- verify() - Method in class com.github.kristofa.test.http.MockHttpServer
-
Verify if we got all requests as expected.