Interface WriteableResponse<T>

    • Field Detail

      • DEFAULT_CHARSET

        static final java.nio.charset.Charset DEFAULT_CHARSET
    • Method Detail

      • write

        void write​(java.io.OutputStream os)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • getContentType

        java.util.Optional<java.lang.String> getContentType()
      • getContentCharset

        java.util.Optional<java.lang.String> getContentCharset()
      • getMediaType

        java.util.Optional<MediaType> getMediaType()