public class AmqpWSTransportFactory extends TransportFactory implements BrokerServiceAware
| Constructor and Description |
|---|
AmqpWSTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
compositeConfigure(Transport transport,
org.apache.activemq.wireformat.WireFormat format,
Map options) |
protected Transport |
createInactivityMonitor(AmqpTransportFilter transport,
org.apache.activemq.wireformat.WireFormat format) |
protected Transport |
createTransport(URI location,
org.apache.activemq.wireformat.WireFormat wireFormat)
Factory method to create a new transport
|
TransportServer |
doBind(URI location) |
protected String |
getDefaultWireFormatType() |
void |
setBrokerService(BrokerService brokerService) |
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory, serverConfigurepublic AmqpWSTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType in class TransportFactorypublic TransportServer doBind(URI location) throws IOException
doBind in class TransportFactoryIOExceptionpublic Transport compositeConfigure(Transport transport, org.apache.activemq.wireformat.WireFormat format, Map options)
compositeConfigure in class TransportFactoryprotected Transport createTransport(URI location, org.apache.activemq.wireformat.WireFormat wireFormat) throws MalformedURLException, UnknownHostException, IOException
createTransport in class TransportFactoryIOExceptionUnknownHostExceptionMalformedURLExceptionpublic void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwareprotected Transport createInactivityMonitor(AmqpTransportFilter transport, org.apache.activemq.wireformat.WireFormat format)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.