| Package | Description |
|---|---|
| io.milton.config | |
| io.milton.http | |
| io.milton.http.entity |
| Modifier and Type | Field and Description |
|---|---|
protected EntityTransport |
HttpManagerBuilder.entityTransport |
protected EntityTransport |
HttpManagerBuilder.entityTransport |
| Modifier and Type | Method and Description |
|---|---|
EntityTransport |
HttpManagerBuilder.getEntityTransport() |
EntityTransport |
HttpManagerBuilder.getEntityTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpManagerBuilder.setEntityTransport(EntityTransport entityTransport) |
void |
HttpManagerBuilder.setEntityTransport(EntityTransport entityTransport) |
| Modifier and Type | Method and Description |
|---|---|
EntityTransport |
HttpManager.getEntityTransport() |
EntityTransport |
HttpManager.getEntityTransport() |
| 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 |
DefaultEntityTransport
The normal, trivial, implementation of EntityTransport which simply writes
immediately and directly to the Response output stream
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.