Class HttpClientTransportOverHTTP

    • Constructor Detail

      • HttpClientTransportOverHTTP

        public HttpClientTransportOverHTTP()
        Deprecated.
      • HttpClientTransportOverHTTP

        public HttpClientTransportOverHTTP​(int selectors)
        Deprecated.
    • Method Detail

      • newHttpDestination

        public HttpDestination newHttpDestination​(Origin origin)
        Deprecated.
        Description copied from interface: HttpClientTransport
        Creates a new, transport-specific, HttpDestination object.

        HttpDestination controls the destination-connection cardinality: protocols like HTTP have 1-N cardinality, while multiplexed protocols like HTTP/2 have a 1-1 cardinality.

        Parameters:
        origin - the destination origin
        Returns:
        a new, transport-specific, HttpDestination object
      • getHeaderCacheSize

        @ManagedAttribute("The maximum allowed size in bytes for an HTTP header field cache")
        public int getHeaderCacheSize()
        Deprecated.
      • setHeaderCacheSize

        public void setHeaderCacheSize​(int headerCacheSize)
        Deprecated.