Module brave.http
Package brave.http

Class HttpServerResponse

    • Constructor Detail

      • HttpServerResponse

        public HttpServerResponse()
    • Method Detail

      • unwrap

        public abstract java.lang.Object unwrap()
        Returns the underlying http response object. Ex. javax.servlet.http.HttpServletResponse

        Note: Some implementations are composed of multiple types, such as a response and an object representing the matched route. Moreover, an implementation may change the type returned due to refactoring. Unless you control the implementation, cast carefully (ex using instance of) instead of presuming a specific type will always be returned.

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object