| Package | Description |
|---|---|
| io.milton.config | |
| io.milton.http | |
| io.milton.http.http11.auth |
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
HttpManagerBuilder.defaultStandardFilter |
protected Filter |
HttpManagerBuilder.defaultStandardFilter |
| Modifier and Type | Field and Description |
|---|---|
protected List<Filter> |
HttpManagerBuilder.filters |
protected List<Filter> |
HttpManagerBuilder.filters |
| Modifier and Type | Method and Description |
|---|---|
Filter |
HttpManagerBuilder.getDefaultStandardFilter() |
Filter |
HttpManagerBuilder.getDefaultStandardFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
HttpManagerBuilder.getFilters() |
List<Filter> |
HttpManagerBuilder.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpManagerBuilder.setDefaultStandardFilter(Filter defaultStandardFilter) |
void |
HttpManagerBuilder.setDefaultStandardFilter(Filter defaultStandardFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpManagerBuilder.setFilters(List<Filter> filters) |
void |
HttpManagerBuilder.setFilters(List<Filter> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardFilter |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
HttpManager.getFilters() |
List<Filter> |
HttpManager.getFilters() |
| Constructor and Description |
|---|
HttpManager(ResourceFactory resourceFactory,
WebDavResponseHandler responseHandler,
ProtocolHandlers handlers,
EntityTransport entityTransport,
List<Filter> filters,
EventManager eventManager,
List<Stoppable> shutdownHandlers)
Instead of using this constructor directly, consider using the
HttpManagerConfig builder class
|
HttpManager(ResourceFactory resourceFactory,
WebDavResponseHandler responseHandler,
ProtocolHandlers handlers,
EntityTransport entityTransport,
List<Filter> filters,
EventManager eventManager,
List<Stoppable> shutdownHandlers)
Instead of using this constructor directly, consider using the
HttpManagerConfig builder class
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreAuthenticationFilter
A filter to perform authentication before resource location.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.