@UriEndpoint(firstVersion="3.5.0",
scheme="vertx-http",
title="Vert.x HTTP Client",
syntax="vertx-http:httpUri",
category=HTTP,
producerOnly=true,
lenientProperties=true)
public class VertxHttpEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
VertxHttpEndpoint(String uri,
VertxHttpComponent component,
VertxHttpConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doInit() |
protected void |
doStart() |
protected void |
doStop() |
VertxHttpComponent |
getComponent() |
VertxHttpConfiguration |
getConfiguration() |
protected io.vertx.core.Vertx |
getVertx() |
protected io.vertx.ext.web.client.WebClient |
getWebClient() |
boolean |
isLenientProperties() |
protected boolean |
isStatusCodeOk(int responseCode) |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic VertxHttpEndpoint(String uri, VertxHttpComponent component, VertxHttpConfiguration configuration)
public VertxHttpComponent getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointprotected void doInit()
throws Exception
doInit in class org.apache.camel.support.DefaultEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.EndpointisLenientProperties in class org.apache.camel.support.DefaultEndpointpublic VertxHttpConfiguration getConfiguration()
protected io.vertx.core.Vertx getVertx()
protected io.vertx.ext.web.client.WebClient getWebClient()
protected boolean isStatusCodeOk(int responseCode)
Apache Camel