|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FullHttpRequestImpl | |
|---|---|
| com.github.kristofa.test.http | |
| Uses of FullHttpRequestImpl in com.github.kristofa.test.http |
|---|
| Methods in com.github.kristofa.test.http that return FullHttpRequestImpl | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||