Class ClientSendRequestHandler

java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientSendRequestHandler
All Implemented Interfaces:
org.jboss.resteasy.reactive.client.spi.ClientRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.client.impl.RestClientRequestContext>

public class ClientSendRequestHandler extends Object implements org.jboss.resteasy.reactive.client.spi.ClientRestHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientSendRequestHandler(int maxChunkSize, boolean followRedirects, org.jboss.resteasy.reactive.client.api.LoggingScope loggingScope, org.jboss.resteasy.reactive.client.api.ClientLogger logger, Map<Class<?>,org.jboss.resteasy.reactive.client.spi.MultipartResponseData> multipartResponseDataMap)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<io.vertx.core.http.HttpClientRequest>
    createRequest(org.jboss.resteasy.reactive.client.impl.RestClientRequestContext state)
     
    void
    handle(org.jboss.resteasy.reactive.client.impl.RestClientRequestContext requestContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ClientSendRequestHandler

      public ClientSendRequestHandler(int maxChunkSize, boolean followRedirects, org.jboss.resteasy.reactive.client.api.LoggingScope loggingScope, org.jboss.resteasy.reactive.client.api.ClientLogger logger, Map<Class<?>,org.jboss.resteasy.reactive.client.spi.MultipartResponseData> multipartResponseDataMap)
  • Method Details

    • handle

      public void handle(org.jboss.resteasy.reactive.client.impl.RestClientRequestContext requestContext)
      Specified by:
      handle in interface org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.client.impl.RestClientRequestContext>
    • createRequest

      public io.smallrye.mutiny.Uni<io.vertx.core.http.HttpClientRequest> createRequest(org.jboss.resteasy.reactive.client.impl.RestClientRequestContext state)