| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Request.METHOD |
RequestBuilder.method |
| Modifier and Type | Method and Description |
|---|---|
Request.METHOD |
RequestBuilder.method()
Return the HTTP method
|
Request.METHOD |
Request.method()
The method
|
static Request.METHOD |
Request.METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.METHOD[] |
Request.METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilder.method(Request.METHOD method)
The method to use for connecting tho the remote server.
|
| Modifier and Type | Method and Description |
|---|---|
Request.METHOD |
DefaultRequest.method()
The method
|
Copyright © 2016. All Rights Reserved.