| Package | Description |
|---|---|
| com.github.kristofa.test.http |
| Modifier and Type | Method and Description |
|---|---|
Method |
HttpRequestImpl.getMethod()
Gets method for request.
|
Method |
HttpRequest.getMethod()
Gets method for request.
|
Method |
FullHttpRequestImpl.getMethod()
Gets method for request.
|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleHttpResponseProvider |
SimpleHttpResponseProvider.expect(Method method,
String path)
Provide an expected request without content.
|
SimpleHttpResponseProvider |
SimpleHttpResponseProvider.expect(Method method,
String path,
String contentType,
String requestEntity)
Provide an expected request with content.
|
HttpRequestImpl |
HttpRequestImpl.method(Method method)
Sets method for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.method(Method method)
Sets method for request.
|
Copyright © 2014. All Rights Reserved.