A C D F G H I K O R S T

A

asTextWireFormat(WireFormat) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelFactory
 
asyncSend(Packet) - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
asyncSend(Packet) - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
asyncSend(Packet) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 

C

canProcessWireFormatVersion(int) - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
Can this wireformat process packets of this version
canProcessWireFormatVersion(int) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
Can this wireformat process packets of this version
configureConnection(HttpURLConnection) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 
configureMethod(HttpMethod) - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
create(WireFormat, URI) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelFactory
 
create(WireFormat, URI, URI) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelFactory
 
create(WireFormat, URI) - Method in class org.codehaus.activemq.transport.http.HttpTransportConnectorFactory
 
createHttpClient() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
createTransportChannel() - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 
createWireFormat() - Method in class org.codehaus.activemq.transport.http.HttpTransportConnector
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 

F

forceDisconnect() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
forceDisconnect() - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
forceDisconnect() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 

G

getChannel() - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
getClosed() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
getCurrentWireFormatVersion() - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
getCurrentWireFormatVersion() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
getReceiveConnection() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 
getReceiveHttpClient() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
getRemoteUrl() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
getSendConnection() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 
getSendHttpClient() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
getStarted() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
getTransportChannel(HttpServletRequest) - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 
getWireFormat() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
getWireFormat() - Method in class org.codehaus.activemq.transport.http.HttpTransportConnector
 

H

HttpClientTransportChannel - class org.codehaus.activemq.transport.http.HttpClientTransportChannel.
A HTTP TransportChannel which uses the commons-httpclient library
HttpClientTransportChannel(TextWireFormat, String) - Constructor for class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
HttpServerTransportChannel - class org.codehaus.activemq.transport.http.HttpServerTransportChannel.
A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto a Channel so that they can be dispatched by the HTTP GET requests from the client.
HttpServerTransportChannel(Channel) - Constructor for class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
HttpTransportChannel - class org.codehaus.activemq.transport.http.HttpTransportChannel.
 
HttpTransportChannel(TextWireFormat, String) - Constructor for class org.codehaus.activemq.transport.http.HttpTransportChannel
 
HttpTransportChannelFactory - class org.codehaus.activemq.transport.http.HttpTransportChannelFactory.
 
HttpTransportChannelFactory() - Constructor for class org.codehaus.activemq.transport.http.HttpTransportChannelFactory
 
HttpTransportChannelSupport - class org.codehaus.activemq.transport.http.HttpTransportChannelSupport.
 
HttpTransportChannelSupport(TextWireFormat, String) - Constructor for class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
HttpTransportConnector - class org.codehaus.activemq.transport.http.HttpTransportConnector.
 
HttpTransportConnector(URI) - Constructor for class org.codehaus.activemq.transport.http.HttpTransportConnector
 
HttpTransportConnectorFactory - class org.codehaus.activemq.transport.http.HttpTransportConnectorFactory.
 
HttpTransportConnectorFactory() - Constructor for class org.codehaus.activemq.transport.http.HttpTransportConnectorFactory
 
HttpTunnelServlet - class org.codehaus.activemq.transport.http.HttpTunnelServlet.
 
HttpTunnelServlet() - Constructor for class org.codehaus.activemq.transport.http.HttpTunnelServlet
 

I

init() - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 
isMulticast() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
isMulticast() - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
isMulticast() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 
isMulticast() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 

K

keepAlivePing(HttpServerTransportChannel) - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
Disable this channel from being auto-disconnected after a timeout period

O

org.codehaus.activemq.transport.http - package org.codehaus.activemq.transport.http
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.

R

readRequestBody(HttpServletRequest) - Method in class org.codehaus.activemq.transport.http.HttpTunnelServlet
 
requiresEmbeddedBroker() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelFactory
 
run() - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
run() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 

S

setClientID(String) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
setReceiveHttpClient(HttpClient) - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
setSendHttpClient(HttpClient) - Method in class org.codehaus.activemq.transport.http.HttpClientTransportChannel
 
setWireFormat(TextWireFormat) - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
setWireFormat(TextWireFormat) - Method in class org.codehaus.activemq.transport.http.HttpTransportConnector
 
start() - Method in class org.codehaus.activemq.transport.http.HttpServerTransportChannel
 
start() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
start() - Method in class org.codehaus.activemq.transport.http.HttpTransportConnector
 
startThread() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
stop() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannel
 
stop() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 
stop() - Method in class org.codehaus.activemq.transport.http.HttpTransportConnector
 

T

toString() - Method in class org.codehaus.activemq.transport.http.HttpTransportChannelSupport
 

A C D F G H I K O R S T

Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.