java.lang.Object
cloud.piranha.nano.NanoResponseBuilder
The builder so you can easily build instances of
NanoResponse.- Author:
- Manfred Riem (mriem@manorrock.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyOnly(boolean bodyOnly) Set the body only flag.build()Build the response.outputStream(OutputStream outputStream) Set the output stream.
-
Field Details
-
response
Stores the response.
-
-
Constructor Details
-
NanoResponseBuilder
public NanoResponseBuilder()Constructor.
-
-
Method Details
-
bodyOnly
Set the body only flag.- Parameters:
bodyOnly- if true the response will only output the body, if false the response will contain the status line and response headers.- Returns:
- the builder.
-
build
Build the response.- Returns:
- the response.
-
outputStream
Set the output stream.- Parameters:
outputStream- the output stream.- Returns:
- the builder.
-