| Package | Description |
|---|---|
| fr.maxcom.http |
HTTP server components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSingleHttpServer
A variant of
HttpServer for a local player. |
class |
WifiSingleHttpServer
A variant of
HttpServer for a remote player. |
| Modifier and Type | Method and Description |
|---|---|
HttpServer |
HttpServer.setCipher(Cipher cipher)
Sets the Cipher for decryption.
|
HttpServer |
HttpServer.setCipherFactory(CipherFactory cipherFactory)
Sets a cipher factory for decryption.
|
HttpServer |
HttpServer.setDataSource(DataSource dataSource)
Sets a custom data provider.
|