| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Method and Description |
|---|---|
Request.Method |
ServletRequest.getMethod() |
Request.Method |
Request.getMethod() |
Request.Method |
UnlockHandler.method() |
Request.Method |
PutHandler.method() |
Request.Method |
PropPatchHandler.method() |
Request.Method |
PropFindHandler.method() |
Request.Method |
PostHandler.method() |
Request.Method |
OptionsHandler.method() |
Request.Method |
MoveHandler.method() |
Request.Method |
MkColHandler.method() |
Request.Method |
LockHandler.method() |
protected Request.Method |
HeadHandler.method() |
protected Request.Method |
GetHandler.method() |
protected Request.Method |
DeleteHandler.method() |
protected Request.Method |
CopyHandler.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 |
|---|---|
boolean |
StaticResource.authorise(Request request,
Request.Method method,
Auth auth) |
boolean |
Resource.authorise(Request request,
Request.Method method,
Auth auth)
Return true if the current user is permitted to access this resource using
the specified method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setAllowHeader(List<Request.Method> methodsAllowed) |
void |
AbstractResponse.setAllowHeader(List<Request.Method> methodsAllowed) |
Copyright © 2015. All rights reserved.