Package io.micronaut.oraclecloud.httpclient.netty


package io.micronaut.oraclecloud.httpclient.netty
  • Class
    Description
    HttpProvider implementation similar to NettyHttpProvider, but managed by an ApplicationContext.
    Client properties specific to the netty client.
    Netty-based implementation of HttpProvider.
    OciNettyClientFilter interface allows invoking beforeRequest method before OCI SDK client sends a request and afterResponse invokes after request is sent and response is received from the server.