Uses of Class
org.apache.activemq.web.WebClient
Packages that use WebClient
Package
Description
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.
-
Uses of WebClient in org.apache.activemq.web
Subclasses of WebClient in org.apache.activemq.webMethods in org.apache.activemq.web that return WebClientModifier and TypeMethodDescriptionprotected static WebClient
WebClient.createWebClient
(jakarta.servlet.http.HttpServletRequest request) MessageServlet.getWebClient
(jakarta.servlet.http.HttpServletRequest request) static WebClient
WebClient.getWebClient
(jakarta.servlet.http.HttpServletRequest request) Helper method to get the client for the current session, lazily creating a client if there is none currentlystatic WebClient
WebClient.getWebClient
(jakarta.servlet.http.HttpSession session) Methods in org.apache.activemq.web with parameters of type WebClientModifier and TypeMethodDescriptionprotected void
MessageServlet.closeConsumerOnOneShot
(jakarta.servlet.http.HttpServletRequest request, WebClient client, jakarta.jms.Destination dest) Close the consumer if one-shot mode is used on the given request.protected jakarta.jms.Destination
MessageServletSupport.getDestination
(WebClient client, jakarta.servlet.http.HttpServletRequest request) protected jakarta.jms.Destination
MessageServletSupport.getDestination
(WebClient client, jakarta.servlet.http.HttpServletRequest request, String destinationName) protected jakarta.jms.Destination
MessageServletSupport.getDestinationFromURI
(WebClient client, jakarta.servlet.http.HttpServletRequest request) protected void
MessageServlet.handleAsyncRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, WebClient client, jakarta.jms.Destination destination, org.apache.activemq.MessageAvailableConsumer consumer, long deadline) protected void
PortfolioPublishServlet.sendMessage
(WebClient client, String[] stocks)