org.apache.activemq.transport.http
Class HttpTransportFactory
java.lang.Object
org.apache.activemq.transport.TransportFactory
org.apache.activemq.transport.http.HttpTransportFactory
- Direct Known Subclasses:
- HttpsTransportFactory
public class HttpTransportFactory
- extends TransportFactory
- Version:
- $Revision$
- Author:
- David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com (logging improvement modifications)
Methods inherited from class org.apache.activemq.transport.TransportFactory |
bind, bind, bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, registerTransportFactory, serverConfigure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpTransportFactory
public HttpTransportFactory()
doBind
public TransportServer doBind(URI location)
throws IOException
- Specified by:
doBind
in class TransportFactory
- Throws:
IOException
asTextWireFormat
protected TextWireFormat asTextWireFormat(WireFormat wireFormat)
getDefaultWireFormatType
protected String getDefaultWireFormatType()
- Overrides:
getDefaultWireFormatType
in class TransportFactory
createTransport
protected Transport createTransport(URI location,
WireFormat wf)
throws IOException
- Description copied from class:
TransportFactory
- Factory method to create a new transport
- Overrides:
createTransport
in class TransportFactory
- Throws:
IOException
UnknownHostException
compositeConfigure
public Transport compositeConfigure(Transport transport,
WireFormat format,
Map options)
- Description copied from class:
TransportFactory
- Similar to configure(...) but this avoid adding in the MutexTransport and
ResponseCorrelator transport layers so that the resulting transport can
more efficiently be used as part of a composite transport.
- Overrides:
compositeConfigure
in class TransportFactory
- Returns:
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.