public class Netty4Plugin extends Plugin implements NetworkPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NETTY_HTTP_TRANSPORT_NAME |
static java.lang.String |
NETTY_TRANSPORT_NAME |
| Constructor and Description |
|---|
Netty4Plugin() |
| Modifier and Type | Method and Description |
|---|---|
Settings |
additionalSettings() |
java.util.Map<java.lang.String,java.util.function.Supplier<HttpServerTransport>> |
getHttpTransports(Settings settings,
ThreadPool threadPool,
BigArrays bigArrays,
CircuitBreakerService circuitBreakerService,
NamedWriteableRegistry namedWriteableRegistry,
NamedXContentRegistry xContentRegistry,
NetworkService networkService,
HttpServerTransport.Dispatcher dispatcher) |
java.util.List<Setting<?>> |
getSettings() |
java.util.Map<java.lang.String,java.util.function.Supplier<Transport>> |
getTransports(Settings settings,
ThreadPool threadPool,
BigArrays bigArrays,
CircuitBreakerService circuitBreakerService,
NamedWriteableRegistry namedWriteableRegistry,
NetworkService networkService) |
close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModuleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportInterceptorspublic static final java.lang.String NETTY_TRANSPORT_NAME
public static final java.lang.String NETTY_HTTP_TRANSPORT_NAME
public java.util.List<Setting<?>> getSettings()
getSettings in class Pluginpublic Settings additionalSettings()
additionalSettings in class Pluginpublic java.util.Map<java.lang.String,java.util.function.Supplier<Transport>> getTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
getTransports in interface NetworkPluginpublic java.util.Map<java.lang.String,java.util.function.Supplier<HttpServerTransport>> getHttpTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)
getHttpTransports in interface NetworkPlugin