| Package | Description |
|---|---|
| io.milton.http | |
| io.milton.http.http11 | |
| io.milton.http.report | |
| io.milton.http.webdav | |
| io.milton.property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExistingEntityHandler |
interface |
ResourceHandler |
| Modifier and Type | Method and Description |
|---|---|
Handler |
HttpManager.getMethodHandler(Request.Method m) |
Handler |
HttpManager.getMethodHandler(Request.Method m) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Handler> |
HttpManager.getAllHandlers() |
Collection<Handler> |
HttpManager.getAllHandlers() |
Set<Handler> |
HttpExtension.getHandlers() |
Set<Handler> |
HttpExtension.getHandlers() |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteHandler |
class |
GetHandler |
class |
OptionsHandler
Support the OPTIONS http method.
|
class |
PostHandler |
class |
PutHandler |
| Modifier and Type | Method and Description |
|---|---|
Set<Handler> |
Http11Protocol.getHandlers() |
Set<Handler> |
Http11Protocol.getHandlers() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyHandler |
class |
MkColHandler |
class |
MoveHandler |
class |
PropFindHandler |
class |
PropPatchHandler |
| Modifier and Type | Method and Description |
|---|---|
Set<Handler> |
WebDavProtocol.getHandlers() |
Set<Handler> |
WebDavProtocol.getHandlers() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyHandler
A type of method handler which does property permission checking.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.