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 class
DefaultUndertowHttpBinding
DefaultUndertowHttpBinding represent binding used by default, if user doesn't provide any.class
RestUndertowHttpBinding
Methods in org.apache.camel.component.undertow that return UndertowHttpBinding Modifier and Type Method Description UndertowHttpBinding
UndertowComponent. getUndertowHttpBinding()
UndertowHttpBinding
UndertowEndpoint. getUndertowHttpBinding()
Methods in org.apache.camel.component.undertow with parameters of type UndertowHttpBinding Modifier and Type Method Description void
UndertowComponent. setUndertowHttpBinding(UndertowHttpBinding undertowHttpBinding)
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.void
UndertowEndpoint. setUndertowHttpBinding(UndertowHttpBinding undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.
-