| Package | Description |
|---|---|
| com.github.kristofa.test.http |
| Modifier and Type | Method and Description |
|---|---|
FullHttpRequestImpl |
FullHttpRequestImpl.content(byte[] content)
Sets content of message body for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.domain(String domain)
Sets host for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.httpMessageHeader(String name,
String value)
Adds a Http message header.
|
FullHttpRequestImpl |
FullHttpRequestImpl.method(Method method)
Sets method for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.path(String path)
Sets path for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.port(Integer port)
Sets port for request.
|
FullHttpRequestImpl |
FullHttpRequestImpl.queryParameter(String key,
String value)
Adds a query parameter for request.
|
Copyright © 2014. All Rights Reserved.