Uses of Interface
org.apache.camel.component.undertow.UndertowHttpBinding
Packages that use UndertowHttpBinding
-
Uses of UndertowHttpBinding in org.apache.camel.component.undertow
Classes in org.apache.camel.component.undertow that implement UndertowHttpBindingModifier and TypeClassDescriptionclassDefaultUndertowHttpBinding represent binding used by default, if user doesn't provide any.classMethods in org.apache.camel.component.undertow that return UndertowHttpBindingModifier and TypeMethodDescriptionUndertowComponent.getUndertowHttpBinding()UndertowEndpoint.getUndertowHttpBinding()Methods in org.apache.camel.component.undertow with parameters of type UndertowHttpBindingModifier and TypeMethodDescriptionvoidUndertowComponent.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.