Uses of Interface
org.apache.camel.component.undertow.UndertowHttpBinding
-
Packages that use UndertowHttpBinding Package Description org.apache.camel.component.undertow -
-
Uses of UndertowHttpBinding in org.apache.camel.component.undertow
Classes in org.apache.camel.component.undertow that implement UndertowHttpBinding Modifier and Type Class Description classDefaultUndertowHttpBindingDefaultUndertowHttpBinding represent binding used by default, if user doesn't provide any.classRestUndertowHttpBindingMethods in org.apache.camel.component.undertow that return UndertowHttpBinding Modifier and Type Method Description UndertowHttpBindingUndertowComponent. getUndertowHttpBinding()UndertowHttpBindingUndertowEndpoint. getUndertowHttpBinding()Methods in org.apache.camel.component.undertow with parameters of type UndertowHttpBinding Modifier and Type Method Description voidUndertowComponent. setUndertowHttpBinding(UndertowHttpBinding undertowHttpBinding)To use a custom HttpBinding to control the mapping between Camel message and HttpClient.voidUndertowEndpoint. setUndertowHttpBinding(UndertowHttpBinding undertowHttpBinding)To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.
-