| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Field and Description |
|---|---|
protected List<Request.TRANSPORT> |
RequestBuilder.transports |
| Modifier and Type | Method and Description |
|---|---|
Request.TRANSPORT |
Transport.name()
The transport name
|
static Request.TRANSPORT |
Request.TRANSPORT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.TRANSPORT[] |
Request.TRANSPORT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Request.TRANSPORT> |
Request.transport()
The list of transports to try
|
List<Request.TRANSPORT> |
RequestBuilder.transports()
Return the current list of
Request.TRANSPORT |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilder.transport(Request.TRANSPORT t)
The
Request.TRANSPORT to use. |
| Modifier and Type | Method and Description |
|---|---|
List<Request.TRANSPORT> |
DefaultRequest.transport()
The list of transports to try
|
| Modifier and Type | Method and Description |
|---|---|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.transport(Request.TRANSPORT t)
The
Request.TRANSPORT to use. |
| Modifier and Type | Method and Description |
|---|---|
Request.TRANSPORT |
WebSocketTransport.name()
The transport name
|
Request.TRANSPORT |
StreamTransport.name()
The transport name
|
Request.TRANSPORT |
SSETransport.name()
The transport name
|
Request.TRANSPORT |
LongPollingTransport.name()
The transport name
|
Copyright © 2014. All Rights Reserved.