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, registerTransportFactory
public HttpTransportFactory()
public org.apache.activemq.transport.TransportServer doBind(URI location) throws IOException
doBind
in class org.apache.activemq.transport.TransportFactory
IOException
protected TextWireFormat asTextWireFormat(org.apache.activemq.wireformat.WireFormat wireFormat)
protected String getDefaultWireFormatType()
getDefaultWireFormatType
in class org.apache.activemq.transport.TransportFactory
protected org.apache.activemq.transport.Transport createTransport(URI location, org.apache.activemq.wireformat.WireFormat wf) throws IOException
createTransport
in class org.apache.activemq.transport.TransportFactory
IOException
public 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.TransportFactory
Exception
public 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.TransportFactory
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.