Uses of Class
org.apache.camel.component.undertow.UndertowEndpoint
Packages that use UndertowEndpoint
-
Uses of UndertowEndpoint in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return UndertowEndpointModifier and TypeMethodDescriptionprotected UndertowEndpointUndertowComponent.createEndpointInstance(URI endpointUri, UndertowComponent component) UndertowConsumer.getEndpoint()UndertowProducer.getEndpoint()Methods in org.apache.camel.component.undertow with parameters of type UndertowEndpointModifier and TypeMethodDescriptionstatic io.undertow.util.HttpStringUndertowHelper.createMethod(org.apache.camel.Exchange exchange, UndertowEndpoint endpoint, boolean hasPayload) Creates the HttpMethod to use to call the remote server, often either its GET or POST.static URIUndertowHelper.createURI(org.apache.camel.Exchange exchange, String url, UndertowEndpoint endpoint) Creates the URI to invoke.static StringUndertowHelper.createURL(org.apache.camel.Exchange exchange, UndertowEndpoint endpoint) Creates the URL to invoke.Constructors in org.apache.camel.component.undertow with parameters of type UndertowEndpointModifierConstructorDescriptionUndertowConsumer(UndertowEndpoint endpoint, org.apache.camel.Processor processor) UndertowProducer(UndertowEndpoint endpoint, org.xnio.OptionMap options)