org.activemq.transport.http
Class HttpTransportConnector

java.lang.Object
  extended byorg.activemq.transport.TransportServerChannelSupport
      extended byorg.activemq.transport.http.HttpTransportConnector
All Implemented Interfaces:
org.activemq.service.Service, org.activemq.transport.TransportServerChannel
Direct Known Subclasses:
HttpsTransportConnector

public class HttpTransportConnector
extends org.activemq.transport.TransportServerChannelSupport

Version:
$Revision$

Constructor Summary
HttpTransportConnector(URI uri)
           
 
Method Summary
protected  org.activemq.io.TextWireFormat createWireFormat()
           
 org.activemq.io.TextWireFormat getWireFormat()
           
protected  void setSocketListener(org.mortbay.http.SocketListener socketListener)
           
 void setWireFormat(org.activemq.io.TextWireFormat wireFormat)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.activemq.transport.TransportServerChannelSupport
addClient, getSocketAddress, getTransportChannelListener, getUrl, removeClient, resolveHostName, setTransportChannelListener, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTransportConnector

public HttpTransportConnector(URI uri)
Method Detail

start

public void start()
           throws JMSException
Throws:
JMSException

stop

public void stop()
          throws JMSException
Throws:
JMSException

getWireFormat

public org.activemq.io.TextWireFormat getWireFormat()

setWireFormat

public void setWireFormat(org.activemq.io.TextWireFormat wireFormat)

createWireFormat

protected org.activemq.io.TextWireFormat createWireFormat()

setSocketListener

protected void setSocketListener(org.mortbay.http.SocketListener socketListener)


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