Uses of Class
com.github.kristofa.test.http.FullHttpRequestImpl

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.
 



Copyright © 2014. All Rights Reserved.