Class HTTPUpgradeService
java.lang.Object
org.wildfly.extension.messaging.activemq.HTTPUpgradeService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<HTTPUpgradeService>,org.jboss.msc.value.Value<HTTPUpgradeService>
public class HTTPUpgradeService
extends Object
implements org.jboss.msc.service.Service<HTTPUpgradeService>
Service that handles HTTP upgrade for ActiveMQ remoting protocol.
- Author:
- Jeff Mesnil (c) 2013 Red Hat inc.
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Stringprotected Stringprotected StringgetValue()static voidinstallService(org.jboss.as.controller.CapabilityServiceTarget target, String activeMQServerName, String acceptorName, String httpListenerName) voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext context)
-
Constructor Details
-
HTTPUpgradeService
-
-
Method Details
-
installService
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<HTTPUpgradeService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getProtocol
-
getSecKeyHeader
-
getSecAcceptHeader
-
getHttpUpgradeEndpointKey
-