public class RemotingHttpUpgradeService extends Object implements org.jboss.msc.Service
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
HTTP_UPGRADE_REGISTRY
Base service name for this HTTP Upgrade refist
|
static String |
JBOSS_REMOTING |
static String |
MAGIC_NUMBER
Magic number used in the handshake.
|
static String |
SEC_JBOSS_REMOTING_ACCEPT |
static String |
SEC_JBOSS_REMOTING_KEY |
static org.jboss.msc.service.ServiceName |
UPGRADE_SERVICE_NAME |
| Constructor and Description |
|---|
RemotingHttpUpgradeService(Consumer<RemotingHttpUpgradeService> serviceConsumer,
Supplier<io.undertow.server.handlers.ChannelUpgradeHandler> upgradeRegistrySupplier,
Supplier<io.undertow.server.ListenerRegistry> listenerRegistrySupplier,
Supplier<org.jboss.remoting3.Endpoint> endpointSupplier,
Supplier<org.wildfly.security.auth.server.SaslAuthenticationFactory> saslAuthenticationFactorySupplier,
String httpConnectorName,
String endpointName,
org.xnio.OptionMap connectorPropertiesOptionMap) |
| Modifier and Type | Method and Description |
|---|---|
static void |
installServices(org.jboss.as.controller.OperationContext context,
String remotingConnectorName,
String httpConnectorName,
org.jboss.msc.service.ServiceName endpointName,
org.xnio.OptionMap connectorPropertiesOptionMap,
String saslAuthenticationFactory) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final String JBOSS_REMOTING
public static final String MAGIC_NUMBER
public static final String SEC_JBOSS_REMOTING_KEY
public static final String SEC_JBOSS_REMOTING_ACCEPT
public static final org.jboss.msc.service.ServiceName HTTP_UPGRADE_REGISTRY
public static final org.jboss.msc.service.ServiceName UPGRADE_SERVICE_NAME
public RemotingHttpUpgradeService(Consumer<RemotingHttpUpgradeService> serviceConsumer, Supplier<io.undertow.server.handlers.ChannelUpgradeHandler> upgradeRegistrySupplier, Supplier<io.undertow.server.ListenerRegistry> listenerRegistrySupplier, Supplier<org.jboss.remoting3.Endpoint> endpointSupplier, Supplier<org.wildfly.security.auth.server.SaslAuthenticationFactory> saslAuthenticationFactorySupplier, String httpConnectorName, String endpointName, org.xnio.OptionMap connectorPropertiesOptionMap)
public static void installServices(org.jboss.as.controller.OperationContext context,
String remotingConnectorName,
String httpConnectorName,
org.jboss.msc.service.ServiceName endpointName,
org.xnio.OptionMap connectorPropertiesOptionMap,
String saslAuthenticationFactory)
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.ServiceCopyright © 2021 JBoss by Red Hat. All rights reserved.