Class QuarkusHttpConduitConfigurer

java.lang.Object
io.quarkiverse.cxf.QuarkusHttpConduitConfigurer
All Implemented Interfaces:
org.apache.cxf.transport.http.HTTPConduitConfigurer

@ApplicationScoped public class QuarkusHttpConduitConfigurer extends Object implements org.apache.cxf.transport.http.HTTPConduitConfigurer
A HTTPConduitConfigurer able to configure conduits by address.
  • Constructor Details

    • QuarkusHttpConduitConfigurer

      public QuarkusHttpConduitConfigurer()
  • Method Details

    • configure

      public void configure(String name, String address, org.apache.cxf.transport.http.HTTPConduit conduit)
      Specified by:
      configure in interface org.apache.cxf.transport.http.HTTPConduitConfigurer
    • addConfigurer

      public void addConfigurer(String address, Consumer<org.apache.cxf.transport.http.HTTPConduit> configurer)
      Add a configurer that will be applied only to the conduit associated with the given address.
      Parameters:
      address - the endpoint address for which the give configurer should be registered
      configurer - the configurer to apply to the conduit associated with the given address.