|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientTransport | |
|---|---|
| org.cometd.client | |
| org.cometd.client.transport | |
| Uses of ClientTransport in org.cometd.client |
|---|
| Methods in org.cometd.client that return ClientTransport | |
|---|---|
ClientTransport |
BayeuxClient.getTransport()
|
ClientTransport |
BayeuxClient.getTransport(String transport)
|
| Constructors in org.cometd.client with parameters of type ClientTransport | |
|---|---|
BayeuxClient(String url,
ClientTransport transport,
ClientTransport... transports)
Creates a BayeuxClient that will connect to the Bayeux server at the given URL
and with the given transport(s). |
|
BayeuxClient(String url,
ClientTransport transport,
ClientTransport... transports)
Creates a BayeuxClient that will connect to the Bayeux server at the given URL
and with the given transport(s). |
|
BayeuxClient(String url,
ScheduledExecutorService scheduler,
ClientTransport transport,
ClientTransport... transports)
Creates a BayeuxClient that will connect to the Bayeux server at the given URL,
with the given scheduler and with the given transport(s). |
|
BayeuxClient(String url,
ScheduledExecutorService scheduler,
ClientTransport transport,
ClientTransport... transports)
Creates a BayeuxClient that will connect to the Bayeux server at the given URL,
with the given scheduler and with the given transport(s). |
|
| Uses of ClientTransport in org.cometd.client.transport |
|---|
| Subclasses of ClientTransport in org.cometd.client.transport | |
|---|---|
class |
HttpClientTransport
|
class |
LongPollingTransport
|
| Methods in org.cometd.client.transport that return ClientTransport | |
|---|---|
ClientTransport |
TransportRegistry.getTransport(String transport)
|
| Methods in org.cometd.client.transport that return types with arguments of type ClientTransport | |
|---|---|
List<ClientTransport> |
TransportRegistry.negotiate(Object[] requestedTransports,
String bayeuxVersion)
|
| Methods in org.cometd.client.transport with parameters of type ClientTransport | |
|---|---|
void |
TransportRegistry.add(ClientTransport transport)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||