Uses of Class
org.jboss.as.remoting.RemotingHttpUpgradeService
Packages that use RemotingHttpUpgradeService
-
Uses of RemotingHttpUpgradeService in org.jboss.as.remoting
Constructor parameters in org.jboss.as.remoting with type arguments of type RemotingHttpUpgradeServiceModifierConstructorDescriptionRemotingHttpUpgradeService(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 remotingConnectorName, String httpConnectorName, String endpointName, org.xnio.OptionMap connectorPropertiesOptionMap)