public class

SalesforceLongPollingTransport

extends LongPollingTransport
java.lang.Object
   ↳ org.cometd.common.AbstractTransport
     ↳ org.cometd.client.transport.ClientTransport
       ↳ org.cometd.client.transport.HttpClientTransport
         ↳ org.cometd.client.transport.LongPollingTransport
           ↳ org.mule.modules.salesforce.SalesforceLongPollingTransport

Summary

[Expand]
Inherited Constants
From class org.cometd.client.transport.ClientTransport
Fields
private SalesforceModule salesforceModule
[Expand]
Inherited Fields
From class org.cometd.client.transport.LongPollingTransport
From class org.cometd.client.transport.HttpClientTransport
From class org.cometd.common.AbstractTransport
Public Constructors
SalesforceLongPollingTransport(SalesforceModule salesforceModule, Map<String, Object> options, HttpClient httpClient)
Public Methods
static SalesforceLongPollingTransport create(SalesforceModule salesforceModule, Map<String, Object> options)
static SalesforceLongPollingTransport create(SalesforceModule salesforceModule, Map<String, Object> options, HttpClient httpClient)
Protected Methods
void customize(ContentExchange exchange)
[Expand]
Inherited Methods
From class org.cometd.client.transport.LongPollingTransport
From class org.cometd.client.transport.HttpClientTransport
From class org.cometd.client.transport.ClientTransport
From class org.cometd.common.AbstractTransport
From class java.lang.Object
From interface org.cometd.bayeux.Transport

Fields

private SalesforceModule salesforceModule

Public Constructors

public SalesforceLongPollingTransport (SalesforceModule salesforceModule, Map<String, Object> options, HttpClient httpClient)

Parameters
salesforceModule
options
httpClient

Public Methods

public static SalesforceLongPollingTransport create (SalesforceModule salesforceModule, Map<String, Object> options)

Parameters
salesforceModule
options

public static SalesforceLongPollingTransport create (SalesforceModule salesforceModule, Map<String, Object> options, HttpClient httpClient)

Parameters
salesforceModule
options
httpClient

Protected Methods

protected void customize (ContentExchange exchange)

Parameters
exchange