| Interface | Description |
|---|---|
| ThrowingSupplier<T,E extends Throwable> |
A throwing supplier is a functional interface which consists on a single get function which is able to throw an
exception.
|
| WebResource |
WebResource is a resource which could be send by the WebResourceSender. |
| Class | Description |
|---|---|
| ContentTypeResolver |
Detects the content type of a path.
|
| WebResources |
WebResources provides util methods to create WebResource. |
| WebResources.Builder |
Web resource builder.
|
| WebResourceSender |
Serves
WebResource over http, using the servlet api. |
Copyright © 2018. All rights reserved.