Class Response


  • public class Response
    extends Object
    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<Response> __TYPE_ARG
    • Constructor Detail

      • Response

        public Response​(Response delegate)
      • Response

        public Response​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public Response getDelegate()
      • getHeaders

        public List<Parameter> getHeaders()
        Returns:
        the headers of the response.
      • getContent

        public Map<String,​MediaType> getContent()
        Returns:
        a map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it.