Interface Http2ClientResponse

All Superinterfaces:
AutoCloseable, io.helidon.webclient.api.HttpClientResponse

public interface Http2ClientResponse extends io.helidon.webclient.api.HttpClientResponse
Response of HTTP/2 client.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.helidon.http.ClientResponseHeaders
     
    io.helidon.webclient.api.ClientUri
     
    io.helidon.http.Http.Status
     

    Methods inherited from interface io.helidon.webclient.api.HttpClientResponse

    as, close, entity, inputStream, source
  • Method Details

    • status

      io.helidon.http.Http.Status status()
    • headers

      io.helidon.http.ClientResponseHeaders headers()
    • lastEndpointUri

      io.helidon.webclient.api.ClientUri lastEndpointUri()