public class UndertowDeploymentInfoService extends Object implements org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
UndertowDeploymentInfoService.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVLET_NAME |
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
static String |
UNDERTOW |
| Modifier and Type | Method and Description |
|---|---|
void |
addInjectedExecutor(String name,
org.jboss.msc.value.InjectedValue<Executor> injected) |
static UndertowDeploymentInfoService.Builder |
builder() |
org.jboss.msc.value.InjectedValue<ComponentRegistry> |
getComponentRegistryInjectedValue() |
org.jboss.msc.value.InjectedValue<ServletContainerService> |
getContainer() |
org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.ControlPoint> |
getControlPointInjectedValue() |
org.jboss.msc.value.InjectedValue<Host> |
getHost() |
org.jboss.msc.value.InjectedValue<SecurityDomainContext> |
getSecurityDomainContextValue() |
org.jboss.msc.inject.Injector<BiFunction> |
getSecurityFunctionInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.as.server.ServerEnvironment> |
getServerEnvironmentInjectedValue() |
org.jboss.msc.inject.Injector<SessionIdentifierCodec> |
getSessionIdentifierCodecInjector() |
org.jboss.msc.inject.Injector<io.undertow.servlet.api.SessionManagerFactory> |
getSessionManagerFactoryInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.as.server.suspend.SuspendController> |
getSuspendControllerInjectedValue() |
org.jboss.msc.value.InjectedValue<UndertowService> |
getUndertowService() |
io.undertow.servlet.api.DeploymentInfo |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static final String DEFAULT_SERVLET_NAME
public static final String UNDERTOW
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic io.undertow.servlet.api.DeploymentInfo getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>IllegalStateExceptionIllegalArgumentExceptionpublic void addInjectedExecutor(String name, org.jboss.msc.value.InjectedValue<Executor> injected)
public org.jboss.msc.value.InjectedValue<ServletContainerService> getContainer()
public org.jboss.msc.value.InjectedValue<SecurityDomainContext> getSecurityDomainContextValue()
public org.jboss.msc.inject.Injector<io.undertow.servlet.api.SessionManagerFactory> getSessionManagerFactoryInjector()
public org.jboss.msc.inject.Injector<SessionIdentifierCodec> getSessionIdentifierCodecInjector()
public org.jboss.msc.value.InjectedValue<UndertowService> getUndertowService()
public org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.ControlPoint> getControlPointInjectedValue()
public org.jboss.msc.value.InjectedValue<ComponentRegistry> getComponentRegistryInjectedValue()
public org.jboss.msc.value.InjectedValue<org.jboss.as.server.suspend.SuspendController> getSuspendControllerInjectedValue()
public org.jboss.msc.value.InjectedValue<org.jboss.as.server.ServerEnvironment> getServerEnvironmentInjectedValue()
public org.jboss.msc.inject.Injector<BiFunction> getSecurityFunctionInjector()
public org.jboss.msc.value.InjectedValue<Host> getHost()
public static UndertowDeploymentInfoService.Builder builder()
Copyright © 2018 JBoss by Red Hat. All rights reserved.