Package com.yahoo.container.jdisc
Class HttpRequestBuilder
java.lang.Object
com.yahoo.container.jdisc.HttpRequestBuilder
Builder for creating a
HttpRequest to be used in test context- Author:
- bjorncs
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static HttpRequestBuildercreate(HttpRequest.Method method, String path) withAttribute(String name, Object value) withHeader(String name, String value) withHostname(String hostname) withPort(int port) withQueryParameter(String name, String value) withRequestContent(InputStream content) withScheme(String scheme)
-
Method Details
-
create
-
withQueryParameter
-
withHeader
-
withRequestContent
-
withScheme
-
withHostname
-
withPrincipal
-
withRemoteAddress
-
withAttribute
-
withPort
-
build
-