public class HTTPUpgradeService extends Object implements org.jboss.msc.service.Service<HTTPUpgradeService>
| Constructor and Description |
|---|
HTTPUpgradeService(String activeMQServerName,
String acceptorName,
String httpListenerName,
Supplier<io.undertow.server.handlers.ChannelUpgradeHandler> upgradeSupplier,
Supplier<io.undertow.server.ListenerRegistry> listenerRegistrySupplier) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getHttpUpgradeEndpointKey() |
protected String |
getProtocol() |
protected String |
getSecAcceptHeader() |
protected String |
getSecKeyHeader() |
HTTPUpgradeService |
getValue() |
static void |
installService(org.jboss.as.controller.CapabilityServiceTarget target,
String activeMQServerName,
String acceptorName,
String httpListenerName) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static void installService(org.jboss.as.controller.CapabilityServiceTarget target,
String activeMQServerName,
String acceptorName,
String httpListenerName)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic HTTPUpgradeService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<HTTPUpgradeService>IllegalStateExceptionIllegalArgumentExceptionprotected String getProtocol()
protected String getSecKeyHeader()
protected String getSecAcceptHeader()
protected String getHttpUpgradeEndpointKey()
Copyright © 2022 JBoss by Red Hat. All rights reserved.