Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.transport.http

Class Summary
HttpClientTransportChannel A HTTP org.activemq.transport.TransportChannel which uses the commons-httpclient library
HttpEmbeddedTunnelServlet This servlet embeds an ActiveMQ broker inside a servlet engine which is ideal for deploying ActiveMQ inside a WAR and using this servlet as a HTTP tunnel.
HttpEmbeddedTunnelServlet.ServletConnector  
HttpJmsSendAndReceiveTest  
HttpServerTransportChannel A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a EDU.oswego.cs.dl.util.concurrent.Channel so that they can be dispatched by the HTTP GET requests from the client.
HttpTransportChannel  
HttpTransportChannelFactory  
HttpTransportChannelSupport  
HttpTransportChannelTest  
HttpTransportConnector  
HttpTransportConnectorFactory  
HttpTunnelServlet A servlet which handles server side HTTP transport, delegaging to the ActiveMQ broker.