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 UndertowEndpoint
UndertowComponent. createEndpointInstance(URI endpointUri, UndertowComponent component)
UndertowEndpoint
UndertowConsumer. getEndpoint()
UndertowEndpoint
UndertowProducer. getEndpoint()
Methods in org.apache.camel.component.undertow with parameters of type UndertowEndpoint Modifier and Type Method Description static io.undertow.util.HttpString
UndertowHelper. 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 URI
UndertowHelper. createURI(org.apache.camel.Exchange exchange, String url, UndertowEndpoint endpoint)
Creates the URI to invoke.static String
UndertowHelper. 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)
-