Package | Description |
---|---|
org.apache.activemq.web |
Web Connectors so that messages can be sent via HTTP POST or read via
HTTP POST or GET as well as support for web streaming to web browser or
JavaScript clients.
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxWebClient |
Modifier and Type | Method and Description |
---|---|
protected static WebClient |
WebClient.createWebClient(HttpServletRequest request) |
WebClient |
MessageServlet.getWebClient(HttpServletRequest request) |
static WebClient |
WebClient.getWebClient(HttpServletRequest request)
Helper method to get the client for the current session, lazily creating
a client if there is none currently
|
static WebClient |
WebClient.getWebClient(HttpSession session) |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageServlet.closeConsumerOnOneShot(HttpServletRequest request,
WebClient client,
Destination dest)
Close the consumer if one-shot mode is used on the given request.
|
protected Destination |
MessageServletSupport.getDestination(WebClient client,
HttpServletRequest request) |
protected Destination |
MessageServletSupport.getDestination(WebClient client,
HttpServletRequest request,
String destinationName) |
protected Destination |
MessageServletSupport.getDestinationFromURI(WebClient client,
HttpServletRequest request) |
protected void |
MessageServlet.handleContinuation(HttpServletRequest request,
HttpServletResponse response,
WebClient client,
Destination destination,
org.apache.activemq.MessageAvailableConsumer consumer,
long deadline) |
protected void |
PortfolioPublishServlet.sendMessage(WebClient client,
String[] stocks) |
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.