|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cometd.common.AbstractTransport
org.cometd.client.transport.ClientTransport
org.cometd.client.transport.HttpClientTransport
org.cometd.client.transport.LongPollingTransport
public class LongPollingTransport
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.cometd.client.transport.HttpClientTransport |
|---|
HttpClientTransport.Cookie, HttpClientTransport.CookieProvider, HttpClientTransport.StandardCookieProvider |
| Field Summary |
|---|
| Fields inherited from class org.cometd.client.transport.ClientTransport |
|---|
_interval, _maxNetworkDelay, _timeout, INTERVAL_OPTION, MAX_NETWORK_DELAY_OPTION, TIMEOUT_OPTION |
| Fields inherited from class org.cometd.common.AbstractTransport |
|---|
_options, _prefix |
| Constructor Summary | |
|---|---|
LongPollingTransport(Map<String,Object> options,
org.eclipse.jetty.client.HttpClient httpClient)
|
|
| Method Summary | |
|---|---|
void |
abort()
|
boolean |
accept(String bayeuxVersion)
|
static LongPollingTransport |
create(Map<String,Object> options)
|
static LongPollingTransport |
create(Map<String,Object> options,
org.eclipse.jetty.client.HttpClient httpClient)
|
protected void |
customize(org.eclipse.jetty.client.ContentExchange exchange)
|
void |
init()
|
void |
reset()
|
void |
send(TransportListener listener,
Message.Mutable... messages)
|
| Methods inherited from class org.cometd.client.transport.HttpClientTransport |
|---|
getCookie, getCookieProvider, getURL, setCookie, setCookieProvider, setURL |
| Methods inherited from class org.cometd.client.transport.ClientTransport |
|---|
parseMessages |
| Methods inherited from class org.cometd.common.AbstractTransport |
|---|
getName, getOption, getOption, getOption, getOption, getOption, getOptionNames, getOptionPrefix, setOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongPollingTransport(Map<String,Object> options,
org.eclipse.jetty.client.HttpClient httpClient)
| Method Detail |
|---|
public static LongPollingTransport create(Map<String,Object> options)
public static LongPollingTransport create(Map<String,Object> options,
org.eclipse.jetty.client.HttpClient httpClient)
public boolean accept(String bayeuxVersion)
accept in class ClientTransportpublic void init()
init in class ClientTransportpublic void abort()
abort in class ClientTransportpublic void reset()
reset in class ClientTransport
public void send(TransportListener listener,
Message.Mutable... messages)
send in class ClientTransportprotected void customize(org.eclipse.jetty.client.ContentExchange exchange)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||