| Interface | Description |
|---|---|
| CipherFactory |
Interface for a cipher factory.
|
| DataSource |
Interface for a data provider.
|
| HttpServer |
Interface for a basic HTTP/1.1 server.
|
| HttpServer.JsInterface |
Interface for a Java object accessible from JavaScript in a WebView.
|
| Class | Description |
|---|---|
| Diagnostic |
A potential reason of dysfunction.
|
| FileDataSource |
The default implementation for a data provider that obtains its content from a file,
or more generally from a resource.
|
| LocalSingleHttpServer |
A variant of
HttpServer for a local player. |
| WifiSingleHttpServer |
A variant of
HttpServer for a remote player. |
| Enum | Description |
|---|---|
| Diagnostic.Code |
Enum class for the reason code. |