public class AjaxServletConnector extends ServletConnector implements BayeuxAware
| Modifier and Type | Field and Description |
|---|---|
protected org.mortbay.cometd.AbstractBayeux |
bayeux |
static String |
PROTOCOL |
CHARACTER_ENCODING_PROPERTY_KEY, CONTENT_TYPE_PROPERTY_KEY, PARAMETER_MAP_PROPERTY_KEY, PARAMETER_PROPERTY_PREFIX, SERVLET, servletUrl, SESSION_ID_PROPERTY_KEYconnecting, createMultipleTransactedReceivers, DEFAULT_CONTEXT_START_TIMEOUT, DEFAULT_NUM_CONCURRENT_TX_RECEIVERS, dispatcherFactory, dispatcherPoolFactory, dispatchers, initialStateStopped, lifecycleManager, logger, MULE_CONTEXT_START_TIMEOUT_SYSTEM_PROPERTY, muleContext, muleMessageFactory, name, numberOfConcurrentTransactedReceivers, PROPERTY_POLLING_FREQUENCY, receivers, requesterFactory, requesters, serviceDescriptor, serviceOverrides, sessionHandler, startOnConnectINT_VALUE_NOT_SETPHASE_NAMEPROPERTY_NAME| Constructor and Description |
|---|
AjaxServletConnector(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageReceiver |
createReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
org.mortbay.cometd.AbstractBayeux |
getBayeux() |
String |
getFilters() |
int |
getInterval() |
int |
getLogLevel() |
int |
getMaxInterval() |
int |
getMultiFrameInterval() |
String |
getProtocol() |
int |
getRefsThreshold() |
ReplyToHandler |
getReplyToHandler(ImmutableEndpoint endpoint) |
int |
getTimeout() |
boolean |
isJsonCommented() |
boolean |
isRequestAvailable() |
void |
setBayeux(org.mortbay.cometd.AbstractBayeux bayeux) |
void |
setFilters(String filters) |
void |
setInterval(int interval) |
void |
setJsonCommented(boolean jsonCommented) |
void |
setLogLevel(int logLevel) |
void |
setMaxInterval(int maxInterval) |
void |
setMultiFrameInterval(int multiFrameInterval) |
void |
setRefsThreshold(int refsThreshold) |
void |
setRequestAvailable(boolean requestAvailable) |
void |
setTimeout(int timeout) |
doConnect, doDisconnect, doDispose, doInitialise, doStart, doStop, getReceiverKey, getReceivers, getServletUrl, isUseCachedHttpServletRequest, setServletUrl, setUseCachedHttpServletRequestborrowDispatcher, clearDispatchers, clearRequesters, configureDispatcherPool, connect, connectConnectorAndReceivers, createDefaultRedeliveryPolicy, createDispatcherMessageProcessor, createMuleMessageFactory, createOperationResource, createScheduler, destroyReceiver, disconnect, dispose, disposeReceivers, disposeWorkManagers, doUnregisterListener, fireNotification, fireNotification, getCanonicalURI, getConnectEventId, getConnectionDescription, getDefaultExchangePattern, getDefaultInboundTransformers, getDefaultOutboundTransformers, getDefaultResponseTransformers, getDispatcherFactory, getDispatcherPoolFactory, getDispatcherThreadingProfile, getDispatcherWorkManager, getInboundExchangePatterns, getLifecycleState, getMaxDispatchersActive, getMaxRequestersActive, getMaxTotalDispatchers, getMuleContext, getMuleMessageFactory, getName, getNumberOfConcurrentTransactedReceivers, getOperationResourceFactory, getOutboundExchangePatterns, getOutputStream, getReceiver, getReceivers, getReceiverThreadingProfile, getReceiverWorkManager, getRequesterFactory, getRequesterThreadingProfile, getRequesterWorkManager, getRetryPolicyTemplate, getScheduler, getServiceDescriptor, getServiceOverrides, getSessionHandler, getSupportedProtocols, getTransactionalResource, handleWorkException, initFromServiceDescriptor, initialise, initialiseFromUrl, initWorkManagers, isConnected, isConnecting, isCreateMultipleTransactedReceivers, isDisposed, isEnableMessageEvents, isEnableMessageEvents, isInitialised, isInitialStateStopped, isResponseEnabled, isStarted, isStarting, isStopped, isStopping, isValidateConnections, lookupReceiver, registerListener, registerSupportedMetaProtocol, registerSupportedProtocol, registerSupportedProtocolWithoutPrefix, request, request, returnDispatcher, setConnected, setConnecting, setCreateMultipleTransactedReceivers, setDispatcherFactory, setDispatcherPoolFactory, setDispatcherPoolMaxWait, setDispatcherPoolWhenExhaustedAction, setDispatcherThreadingProfile, setDynamicNotification, setInitialStateStopped, setMaxDispatchersActive, setMaxRequestersActive, setName, setNumberOfConcurrentTransactedReceivers, setReceiverThreadingProfile, setRequesterFactory, setRequesterPoolMaxWait, setRequesterPoolWhenExhaustedAction, setRequesterThreadingProfile, setRetryPolicyTemplate, setServiceOverrides, setSessionHandler, setSupportedProtocols, setupDispatchReturn, setupRequestReturn, setValidateConnections, shutdownScheduler, start, startAfterConnect, stop, supportsProtocol, toString, unregisterListener, unregisterSupportedProtocol, updateCachedNotificationHandler, validateConnection, workAccepted, workCompleted, workRejected, workStartedgetAnnotation, getAnnotations, setAnnotationspublic static final String PROTOCOL
protected org.mortbay.cometd.AbstractBayeux bayeux
public AjaxServletConnector(MuleContext context)
public org.mortbay.cometd.AbstractBayeux getBayeux()
getBayeux in interface BayeuxAwarepublic void setBayeux(org.mortbay.cometd.AbstractBayeux bayeux)
throws MuleException
setBayeux in interface BayeuxAwareMuleExceptionpublic String getProtocol()
getProtocol in interface ConnectorgetProtocol in class ServletConnectorpublic int getInterval()
public void setInterval(int interval)
public int getMaxInterval()
public void setMaxInterval(int maxInterval)
public int getMultiFrameInterval()
public void setMultiFrameInterval(int multiFrameInterval)
public int getLogLevel()
public void setLogLevel(int logLevel)
public int getTimeout()
public void setTimeout(int timeout)
public boolean isJsonCommented()
public void setJsonCommented(boolean jsonCommented)
public String getFilters()
public void setFilters(String filters)
public boolean isRequestAvailable()
public void setRequestAvailable(boolean requestAvailable)
public int getRefsThreshold()
public void setRefsThreshold(int refsThreshold)
public ReplyToHandler getReplyToHandler(ImmutableEndpoint endpoint)
getReplyToHandler in class AbstractConnectorprotected MessageReceiver createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint) throws Exception
createReceiver in class AbstractConnectorExceptionCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.