Class NanoResponseBuilder

    • Constructor Detail

      • NanoResponseBuilder

        public NanoResponseBuilder()
        Constructor.
    • Method Detail

      • bodyOnly

        public NanoResponseBuilder bodyOnly​(boolean 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

        public NanoResponse build()
        Build the response.
        Returns:
        the response.
      • outputStream

        public NanoResponseBuilder outputStream​(OutputStream outputStream)
        Set the output stream.
        Parameters:
        outputStream - the output stream.
        Returns:
        the builder.