Uses of Class
org.apache.camel.component.undertow.UndertowEndpoint
-
Packages that use UndertowEndpoint Package Description org.apache.camel.component.undertow -
-
Uses of UndertowEndpoint in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return UndertowEndpoint Modifier and Type Method Description protected UndertowEndpointUndertowComponent. createEndpointInstance(URI endpointUri, UndertowComponent component)UndertowEndpointUndertowConsumer. getEndpoint()UndertowEndpointUndertowProducer. getEndpoint()Methods in org.apache.camel.component.undertow with parameters of type UndertowEndpoint Modifier and Type Method Description static 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 UndertowEndpoint Constructor Description UndertowConsumer(UndertowEndpoint endpoint, org.apache.camel.Processor processor)UndertowProducer(UndertowEndpoint endpoint, org.xnio.OptionMap options)
-