Uses of Interface
org.apache.camel.component.vertx.http.VertxHttpBinding
-
-
Uses of VertxHttpBinding in org.apache.camel.component.vertx.http
Classes in org.apache.camel.component.vertx.http that implement VertxHttpBinding Modifier and Type Class Description classDefaultVertxHttpBindingMethods in org.apache.camel.component.vertx.http that return VertxHttpBinding Modifier and Type Method Description VertxHttpBindingVertxHttpComponent. getVertxHttpBinding()VertxHttpBindingVertxHttpConfiguration. getVertxHttpBinding()Methods in org.apache.camel.component.vertx.http with parameters of type VertxHttpBinding Modifier and Type Method Description voidVertxHttpComponent. setVertxHttpBinding(VertxHttpBinding vertxHttpBinding)A custom VertxHttpBinding which can control how to bind between Vert.x and CamelvoidVertxHttpConfiguration. setVertxHttpBinding(VertxHttpBinding vertxHttpBinding)A custom VertxHttpBinding which can control how to bind between Vert.x and Camel.
-