Interface JdkHttpClient

All Superinterfaces:
AutoCloseable, Closeable, io.micronaut.http.client.HttpClient, io.micronaut.context.LifeCycle<io.micronaut.http.client.HttpClient>
All Known Implementing Classes:
DefaultJdkHttpClient

public interface JdkHttpClient extends io.micronaut.http.client.HttpClient
Marker interface for HttpClient implementations that use the java.net.http.* HTTP Client.
Since:
4.0.0
  • Field Summary

    Fields inherited from interface io.micronaut.http.client.HttpClient

    DEFAULT_ERROR_TYPE
  • Method Summary

    Methods inherited from interface io.micronaut.http.client.HttpClient

    exchange, exchange, exchange, exchange, exchange, exchange, refresh, retrieve, retrieve, retrieve, retrieve, retrieve, toBlocking

    Methods inherited from interface io.micronaut.context.LifeCycle

    close, isRunning, start, stop