| Package | Description |
|---|---|
| lamu | |
| quartz.lib.scheme.http |
| Modifier and Type | Method and Description |
|---|---|
static SchemeHttp |
LamuApplicationLibrary.createPulsarHttpServer(SchemeEngine schemeEngine,
int httpPort,
java.lang.String path,
SchemeHttp.UserAuthentication userAuthentication) |
| Modifier and Type | Field and Description |
|---|---|
static SchemeHttp.UserAuthentication |
SchemeHttp.UserAuthentication.ONLY_LOOPBACK |
| Modifier and Type | Method and Description |
|---|---|
static SchemeHttp.UserAuthentication |
SchemeHttp.UserAuthentication.createAddressRestricted(java.lang.String userToken,
java.net.InetAddress... userAddresses) |
| Constructor and Description |
|---|
SchemeHttp(int port,
java.lang.String path,
SchemeHttp.UserAuthentication authentication,
SchemeEngine schemeEngine) |