public class AmqpWSTransportFactory extends TransportFactory implements BrokerServiceAware
Constructor and Description |
---|
AmqpWSTransportFactory() |
Modifier and Type | Method and Description |
---|---|
Transport |
compositeConfigure(Transport transport,
WireFormat format,
Map options)
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.
|
protected Transport |
createInactivityMonitor(AmqpTransportFilter transport,
WireFormat format) |
protected Transport |
createTransport(URI location,
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, serverConfigure
public AmqpWSTransportFactory()
protected String getDefaultWireFormatType()
getDefaultWireFormatType
in class TransportFactory
public TransportServer doBind(URI location) throws IOException
doBind
in class TransportFactory
IOException
public Transport compositeConfigure(Transport transport, WireFormat format, Map options)
TransportFactory
compositeConfigure
in class TransportFactory
protected Transport createTransport(URI location, WireFormat wireFormat) throws MalformedURLException, UnknownHostException, IOException
createTransport
in class TransportFactory
IOException
UnknownHostException
MalformedURLException
public void setBrokerService(BrokerService brokerService)
setBrokerService
in interface BrokerServiceAware
protected Transport createInactivityMonitor(AmqpTransportFilter transport, WireFormat format)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.