Package | Description |
---|---|
org.esigate |
ESIGate is an open source implementation of Edge Side Include specification.
|
org.esigate.extension | |
org.esigate.extension.http | |
org.esigate.extension.parallelesi | |
org.esigate.util |
Modifier and Type | Field and Description |
---|---|
static Parameter<Long> |
ConfigReloadOnChange.CONFIG_RELOAD_DELAY
The wait time (ms) between to check for configuration change.
|
static Parameter<String> |
DefaultCharset.PARAM_DEFAULT_CHARSET
default charset.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Extension> |
ExtensionFactory.getExtension(Properties properties,
Parameter<String> parameter,
Driver d)
Get an extension as configured in properties.
|
static <T extends Extension> |
ExtensionFactory.getExtensions(Properties properties,
Parameter<Collection<String>> parameter,
Driver d)
Get an extension list, as defined in the properties (comma-separated list).
|
Modifier and Type | Field and Description |
---|---|
static Parameter<Collection<String>> |
DNS.REMOTE_IP |
Modifier and Type | Field and Description |
---|---|
static Parameter<Integer> |
Esi.IDLE |
static Parameter<Integer> |
Esi.MAX_QUEUE |
static Parameter<Integer> |
Esi.MAX_THREADS |
static Parameter<Integer> |
Esi.MIN_THREADS |
Modifier and Type | Class and Description |
---|---|
class |
ParameterArray
Array parameter.
|
class |
ParameterBoolean
Boolean parameter.
|
class |
ParameterCollection
Collection parameter.
|
class |
ParameterFloat
Float parameter.
|
class |
ParameterInteger
Integer parameter.
|
class |
ParameterLong
Long parameter.
|
class |
ParameterString
String parameter.
|
Copyright © 2008–2018. All rights reserved.