|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request.TRANSPORT | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport | |
| Uses of Request.TRANSPORT in org.atmosphere.wasync |
|---|
| Fields in org.atmosphere.wasync with type parameters of type Request.TRANSPORT | |
|---|---|
protected java.util.List<Request.TRANSPORT> |
RequestBuilder.transports
|
| Methods in org.atmosphere.wasync that return Request.TRANSPORT | |
|---|---|
Request.TRANSPORT |
Transport.name()
The transport name |
static Request.TRANSPORT |
Request.TRANSPORT.valueOf(java.lang.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. |
| Methods in org.atmosphere.wasync that return types with arguments of type Request.TRANSPORT | |
|---|---|
java.util.List<Request.TRANSPORT> |
Request.transport()
The list of transports to try |
java.util.List<Request.TRANSPORT> |
RequestBuilder.transports()
Return the current list of Request.TRANSPORT |
| Methods in org.atmosphere.wasync with parameters of type Request.TRANSPORT | |
|---|---|
T |
RequestBuilder.transport(Request.TRANSPORT t)
The Request.TRANSPORT to use. |
| Uses of Request.TRANSPORT in org.atmosphere.wasync.impl |
|---|
| Methods in org.atmosphere.wasync.impl that return types with arguments of type Request.TRANSPORT | |
|---|---|
java.util.List<Request.TRANSPORT> |
DefaultRequest.transport()
The list of transports to try |
| Methods in org.atmosphere.wasync.impl with parameters of type Request.TRANSPORT | |
|---|---|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.transport(Request.TRANSPORT t)
The Request.TRANSPORT to use. |
| Uses of Request.TRANSPORT in org.atmosphere.wasync.transport |
|---|
| Methods in org.atmosphere.wasync.transport that return Request.TRANSPORT | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||