public class Request extends Message
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Type
Request types
|
| Modifier and Type | Field and Description |
|---|---|
private Request.Type |
type
Request type
|
| Constructor and Description |
|---|
Request(Request.Type type,
java.lang.Object object)
Request type
|
| Modifier and Type | Method and Description |
|---|---|
Request.Type |
getType()
Get request type
|
private final Request.Type type
public Request(Request.Type type, java.lang.Object object)
type - request typeobject - object attached to the requestpublic Request.Type getType()