public class HttpTransportFactory extends org.apache.activemq.transport.TransportFactory
| Constructor and Description |
|---|
HttpTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected TextWireFormat |
asTextWireFormat(org.apache.activemq.wireformat.WireFormat wireFormat) |
org.apache.activemq.transport.Transport |
compositeConfigure(org.apache.activemq.transport.Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected org.apache.activemq.transport.Transport |
createTransport(URI location,
org.apache.activemq.wireformat.WireFormat wf) |
org.apache.activemq.transport.TransportServer |
doBind(URI location) |
protected String |
getDefaultWireFormatType() |
org.apache.activemq.transport.Transport |
serverConfigure(org.apache.activemq.transport.Transport transport,
org.apache.activemq.wireformat.WireFormat format,
HashMap options) |
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactorypublic HttpTransportFactory()
public org.apache.activemq.transport.TransportServer doBind(URI location) throws IOException
doBind in class org.apache.activemq.transport.TransportFactoryIOExceptionprotected TextWireFormat asTextWireFormat(org.apache.activemq.wireformat.WireFormat wireFormat)
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class org.apache.activemq.transport.TransportFactoryprotected org.apache.activemq.transport.Transport createTransport(URI location, org.apache.activemq.wireformat.WireFormat wf) throws IOException
createTransport in class org.apache.activemq.transport.TransportFactoryIOExceptionpublic org.apache.activemq.transport.Transport serverConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, HashMap options) throws Exception
serverConfigure in class org.apache.activemq.transport.TransportFactoryExceptionpublic org.apache.activemq.transport.Transport compositeConfigure(org.apache.activemq.transport.Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options)
compositeConfigure in class org.apache.activemq.transport.TransportFactoryCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.