@UriEndpoint(firstVersion="2.23.0",
scheme="websocket-jsr356",
title="Javax Websocket",
syntax="websocket-jsr356:uri",
category=HTTP)
public class JSR356Endpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
JSR356Endpoint(JSR356WebSocketComponent component,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
JSR356WebSocketComponent |
getComponent() |
int |
getSessionCount() |
URI |
getUri() |
void |
setSessionCount(int sessionCount) |
void |
setUri(URI uri) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, 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 JSR356Endpoint(JSR356WebSocketComponent component, String uri)
public JSR356WebSocketComponent getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic org.apache.camel.Producer createProducer()
public URI getUri()
public void setUri(URI uri)
public int getSessionCount()
public void setSessionCount(int sessionCount)
Apache Camel