Uses of Interface
org.apache.activemq.transport.Transport
-
Packages that use Transport Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.state org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto.nio org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.org.apache.activemq.transport.fanout Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancyorg.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.org.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.nio org.apache.activemq.transport.peer Peer based Transport implementation which does not require central servers to connect toorg.apache.activemq.transport.reliable The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 -
-
Uses of Transport in org.apache.activemq
Methods in org.apache.activemq that return Transport Modifier and Type Method Description protected TransportActiveMQConnectionFactory. createTransport()Creates a Transport based on this object's connection settings.protected TransportActiveMQSslConnectionFactory. createTransport()Overriding to make special considerations for SSL connections.static TransportTransportLoggerSupport. createTransportLogger(Transport transport)static TransportTransportLoggerSupport. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)TransportTransportLoggerSupport.SPI. createTransportLogger(Transport transport)TransportTransportLoggerSupport.SPI. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)TransportActiveMQConnection. getTransport()TransportActiveMQConnection. getTransportChannel()Methods in org.apache.activemq with parameters of type Transport Modifier and Type Method Description protected ActiveMQConnectionActiveMQConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)protected ActiveMQConnectionActiveMQXAConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)protected ActiveMQConnectionActiveMQXASslConnectionFactory. createActiveMQConnection(Transport transport, JMSStatsImpl stats)static TransportTransportLoggerSupport. createTransportLogger(Transport transport)static TransportTransportLoggerSupport. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)TransportTransportLoggerSupport.SPI. createTransportLogger(Transport transport)TransportTransportLoggerSupport.SPI. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)Constructors in org.apache.activemq with parameters of type Transport Constructor Description ActiveMQConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats)Construct anActiveMQConnectionActiveMQXAConnection(Transport transport, IdGenerator clientIdGenerator, IdGenerator connectionIdGenerator, JMSStatsImpl factoryStats) -
Uses of Transport in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return Transport Modifier and Type Method Description TransportTransportConnection. getTransport()Methods in org.apache.activemq.broker with parameters of type Transport Modifier and Type Method Description protected ConnectionTransportConnector. createConnection(Transport transport)Constructors in org.apache.activemq.broker with parameters of type Transport Constructor Description TransportConnection(TransportConnector connector, Transport transport, Broker broker, TaskRunnerFactory taskRunnerFactory, TaskRunnerFactory stopTaskRunnerFactory) -
Uses of Transport in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type Transport Modifier and Type Method Description protected ConnectionManagedTransportConnector. createConnection(Transport transport)Constructors in org.apache.activemq.broker.jmx with parameters of type Transport Constructor Description ManagedTransportConnection(TransportConnector connector, Transport transport, Broker broker, TaskRunnerFactory factory, TaskRunnerFactory stopFactory, ManagementContext context, ObjectName connectorName) -
Uses of Transport in org.apache.activemq.network
Fields in org.apache.activemq.network declared as Transport Modifier and Type Field Description protected TransportDemandForwardingBridgeSupport. localBrokerprotected TransportDemandForwardingBridgeSupport. remoteBrokerMethods in org.apache.activemq.network that return Transport Modifier and Type Method Description static TransportNetworkBridgeFactory. createLocalAsyncTransport(URI uri)static TransportNetworkBridgeFactory. createLocalTransport(NetworkBridgeConfiguration configuration, URI uri)protected TransportNetworkConnector. createLocalTransport()TransportDemandForwardingBridgeSupport. getLocalBroker()TransportMulticastNetworkConnector. getLocalTransport()TransportDemandForwardingBridgeSupport. getRemoteBroker()TransportMulticastNetworkConnector. getRemoteTransport()Methods in org.apache.activemq.network with parameters of type Transport Modifier and Type Method Description protected NetworkBridgeDiscoveryNetworkConnector. createBridge(Transport localTransport, Transport remoteTransport, DiscoveryEvent event)protected DemandForwardingBridgeSupportMulticastNetworkConnector. createBridge(Transport local, Transport remote)static DemandForwardingBridgeNetworkBridgeFactory. createBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)Deprecated.DemandForwardingBridgeBridgeFactory. createNetworkBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)Create a network bridge between two specified transports.DemandForwardingBridgeNetworkBridgeFactory. createNetworkBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)voidMulticastNetworkConnector. setLocalTransport(Transport localTransport)voidMulticastNetworkConnector. setRemoteTransport(Transport remoteTransport)Sets the remote transport implementationConstructors in org.apache.activemq.network with parameters of type Transport Constructor Description CompositeDemandForwardingBridge(NetworkBridgeConfiguration configuration, Transport localBroker, Transport remoteBroker)ConduitBridge(NetworkBridgeConfiguration configuration, Transport localBroker, Transport remoteBroker)ConstructorDemandForwardingBridge(NetworkBridgeConfiguration configuration, Transport localBroker, Transport remoteBroker)DemandForwardingBridgeSupport(NetworkBridgeConfiguration configuration, Transport localBroker, Transport remoteBroker)DurableConduitBridge(NetworkBridgeConfiguration configuration, Transport localBroker, Transport remoteBroker)ConstructorForwardingBridge(Transport localBroker, Transport remoteBroker) -
Uses of Transport in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type Transport Modifier and Type Method Description voidConnectionStateTracker. connectionInterruptProcessingComplete(Transport transport, ConnectionId connectionId)voidConnectionStateTracker. restore(Transport transport)protected voidConnectionStateTracker. restoreConsumers(Transport transport, SessionState sessionState)protected voidConnectionStateTracker. restoreProducers(Transport transport, SessionState sessionState)protected voidConnectionStateTracker. restoreSessions(Transport transport, ConnectionState connectionState)protected voidConnectionStateTracker. restoreTempDestinations(Transport transport, ConnectionState connectionState) -
Uses of Transport in org.apache.activemq.transport
Subinterfaces of Transport in org.apache.activemq.transport Modifier and Type Interface Description interfaceCompositeTransportClasses in org.apache.activemq.transport that implement Transport Modifier and Type Class Description classAbstractInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classCommandJoinerJoins together of partial commands which were split into individual chunks of data.classInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classMarshallingTransportFilterclassMutexTransportThread safe Transport Filter that serializes calls to and from the Transport Stack.classResponseCorrelatorAdds the incrementing sequence number to commands along with performing the correlation of responses to requests to create a blocking request-response semantics.classThreadNameFilterThe thread name filter, modifies the name of the thread during the invocation to a transport.classTransportFilterclassTransportLoggerThis TransportFilter implementation writes output to a log as it intercepts commands / events before sending them to the following layer in the Transport stack.classTransportSupportA useful base class for transport implementations.classTransportThreadSupportA useful base class for a transport implementation which has a background reading thread.classWireFormatNegotiatorNegotiates the wire format with a new connectionclassWriteTimeoutFilterThis filter implements write timeouts for socket write operations.Fields in org.apache.activemq.transport declared as Transport Modifier and Type Field Description protected TransportTransportFilter. nextMethods in org.apache.activemq.transport that return Transport Modifier and Type Method Description TransportTransportFactory. 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.static TransportTransportFactory. compositeConnect(URI location)Creates a slimmed down transport that is more efficient so that it can be used by composite transports like reliable and HA.static TransportTransportFactory. compositeConnect(URI location, Executor ex)Creates a slimmed down transport that is more efficient so that it can be used by composite transports like reliable and HA.TransportTransportFactory. configure(Transport transport, WireFormat wf, Map options)Fully configures and adds all need transport filters so that the transport can be used by the JMS client.static TransportTransportFactory. connect(URI location)Creates a normal transport.static TransportTransportFactory. connect(URI location, Executor ex)Creates a normal transport.protected TransportTransportFactory. createTransport(URI location, WireFormat wf)Factory method to create a new transportTransportTransportLoggerFactorySPI. createTransportLogger(Transport transport)TransportTransportLoggerFactorySPI. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)TransportTransportFactory. doCompositeConnect(URI location)TransportTransportFactory. doCompositeConnect(URI location, Executor ex)TransportTransportFactory. doConnect(URI location)TransportTransportFactory. doConnect(URI location, Executor ex)TransportTransportFilter. getNext()TransportTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Fully configures and adds all need transport filters so that the transport can be used by the ActiveMQ message broker.Methods in org.apache.activemq.transport with parameters of type Transport Modifier and Type Method Description TransportTransportFactory. 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.TransportTransportFactory. configure(Transport transport, WireFormat wf, Map options)Fully configures and adds all need transport filters so that the transport can be used by the JMS client.TransportLoggerTransportLoggerFactory. createTransportLogger(Transport next)Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerTransportLoggerFactory. createTransportLogger(Transport next, int id, org.slf4j.Logger log, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxport)Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerTransportLoggerFactory. createTransportLogger(Transport next, String logWriterName, boolean useJmx, boolean startLogging, int jmxport)Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerTransportLoggerFactory. createTransportLogger(Transport next, org.slf4j.Logger log)Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportTransportLoggerFactorySPI. createTransportLogger(Transport transport)TransportTransportLoggerFactorySPI. createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)voidTransportAcceptListener. onAccept(Transport transport)TransportTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Fully configures and adds all need transport filters so that the transport can be used by the ActiveMQ message broker.Constructors in org.apache.activemq.transport with parameters of type Transport Constructor Description AbstractInactivityMonitor(Transport next, WireFormat wireFormat)CommandJoiner(Transport next, OpenWireFormat wireFormat)InactivityMonitor(Transport next, WireFormat wireFormat)MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat)MutexTransport(Transport next)MutexTransport(Transport next, boolean syncOnCommand)ResponseCorrelator(Transport next)ResponseCorrelator(Transport next, IntSequenceGenerator sequenceGenerator)ThreadNameFilter(Transport next)TransportFilter(Transport next)TransportLogger(Transport next, org.slf4j.Logger log, boolean startLogging, LogWriter logWriter)WireFormatNegotiator(Transport next, OpenWireFormat wireFormat, int minimumVersion)NegotiatorWriteTimeoutFilter(Transport next) -
Uses of Transport in org.apache.activemq.transport.amqp
Classes in org.apache.activemq.transport.amqp that implement Transport Modifier and Type Class Description classAmqpInactivityMonitorclassAmqpNioSslTransportclassAmqpNioTransportAn implementation of theTransportinterface for using AMQP over NIOclassAmqpTransportFilterThe AMQPTransportFilter normally sits on top of a TcpTransport that has been configured with the AmqpWireFormat and is used to convert AMQP commands to ActiveMQ commands.classAmqpWSTransportAn AMQP based WebSocket transport implementation.Methods in org.apache.activemq.transport.amqp that return Transport Modifier and Type Method Description TransportAmqpNioTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpWSTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportAmqpNioTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportAmqpSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportAmqpTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportAmqpWSTransportFactory. createInactivityMonitor(AmqpTransportFilter transport, WireFormat format)protected TransportAmqpWSTransportFactory. createTransport(URI location, WireFormat wireFormat)Factory method to create a new transportTransportAmqpNioTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportAmqpSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportAmqpTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Methods in org.apache.activemq.transport.amqp with parameters of type Transport Modifier and Type Method Description TransportAmqpNioTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportAmqpWSTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportAmqpNioTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportAmqpSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportAmqpTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)TransportAmqpNioTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportAmqpSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportAmqpTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Constructors in org.apache.activemq.transport.amqp with parameters of type Transport Constructor Description AmqpInactivityMonitor(Transport next, WireFormat wireFormat)AmqpTransportFilter(Transport next, WireFormat wireFormat, BrokerService brokerService) -
Uses of Transport in org.apache.activemq.transport.auto.nio
Classes in org.apache.activemq.transport.auto.nio that implement Transport Modifier and Type Class Description classAutoNIOTransportMethods in org.apache.activemq.transport.auto.nio that return Transport Modifier and Type Method Description protected TransportAutoNIOSSLTransportServer. createTransport(Socket socket, WireFormat format, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer, TcpTransportFactory detectedFactory) -
Uses of Transport in org.apache.activemq.transport.discovery
Classes in org.apache.activemq.transport.discovery that implement Transport Modifier and Type Class Description classDiscoveryTransportATransportFilterwhich uses aDiscoveryAgentto discover remote broker instances and dynamically connect to them.Methods in org.apache.activemq.transport.discovery that return Transport Modifier and Type Method Description TransportDiscoveryTransportFactory. createTransport(URISupport.CompositeData compositeData) -
Uses of Transport in org.apache.activemq.transport.failover
Classes in org.apache.activemq.transport.failover that implement Transport Modifier and Type Class Description classFailoverTransportA Transport that is made reliable by being able to fail over to another transport when a transport failure is detected.Methods in org.apache.activemq.transport.failover that return Transport Modifier and Type Method Description TransportFailoverTransportFactory. createTransport(URISupport.CompositeData compositData)TransportFailoverTransportFactory. doCompositeConnect(URI location)TransportFailoverTransportFactory. doConnect(URI location)TransportFailoverTransport. getConnectedTransport()Methods in org.apache.activemq.transport.failover with parameters of type Transport Modifier and Type Method Description voidFailoverTransport. disposeTransport(Transport transport)voidFailoverTransport. handleTransportFailure(Transport failed, IOException e)protected voidFailoverTransport. restoreTransport(Transport t) -
Uses of Transport in org.apache.activemq.transport.fanout
Classes in org.apache.activemq.transport.fanout that implement Transport Modifier and Type Class Description classFanoutTransportA Transport that fans out a connection to multiple brokers.Methods in org.apache.activemq.transport.fanout that return Transport Modifier and Type Method Description TransportFanoutTransportFactory. createTransport(URI location)TransportFanoutTransportFactory. doCompositeConnect(URI location)TransportFanoutTransportFactory. doConnect(URI location) -
Uses of Transport in org.apache.activemq.transport.http
Classes in org.apache.activemq.transport.http that implement Transport Modifier and Type Class Description classBlockingQueueTransportA server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto aQueueso that they can be dispatched by the HTTP GET requests from the client.classHttpClientTransportA HTTPTransportwhich uses the Apache HTTP Client libraryclassHttpInactivityMonitorInactivity Monitor specialization for use with HTTP based transports.classHttpTransportSupportA useful base class for HTTP Transport implementations.Methods in org.apache.activemq.transport.http that return Transport Modifier and Type Method Description TransportHttpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportHttpTransportFactory. createTransport(URI location, WireFormat wf)TransportHttpTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Methods in org.apache.activemq.transport.http with parameters of type Transport Modifier and Type Method Description TransportHttpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportHttpTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Constructors in org.apache.activemq.transport.http with parameters of type Transport Constructor Description HttpInactivityMonitor(Transport next) -
Uses of Transport in org.apache.activemq.transport.https
Classes in org.apache.activemq.transport.https that implement Transport Modifier and Type Class Description classHttpsClientTransportMethods in org.apache.activemq.transport.https that return Transport Modifier and Type Method Description TransportHttpsTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportHttpsTransportFactory. createTransport(URI location, WireFormat wf)Methods in org.apache.activemq.transport.https with parameters of type Transport Modifier and Type Method Description TransportHttpsTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options) -
Uses of Transport in org.apache.activemq.transport.mock
Classes in org.apache.activemq.transport.mock that implement Transport Modifier and Type Class Description classMockTransportFields in org.apache.activemq.transport.mock declared as Transport Modifier and Type Field Description protected TransportMockTransport. nextMethods in org.apache.activemq.transport.mock that return Transport Modifier and Type Method Description TransportMockTransportFactory. createTransport(URISupport.CompositeData compositData)TransportMockTransportFactory. doCompositeConnect(URI location)TransportMockTransportFactory. doConnect(URI location)TransportMockTransport. getNext()Methods in org.apache.activemq.transport.mock with parameters of type Transport Modifier and Type Method Description voidMockTransport. setNext(Transport next)Constructors in org.apache.activemq.transport.mock with parameters of type Transport Constructor Description MockTransport(Transport next) -
Uses of Transport in org.apache.activemq.transport.mqtt
Classes in org.apache.activemq.transport.mqtt that implement Transport Modifier and Type Class Description classMQTTInactivityMonitorclassMQTTNIOSSLTransportclassMQTTNIOTransportAn implementation of theTransportinterface for using MQTT over NIOclassMQTTTransportFilterThe MQTTTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert MQTT commands to ActiveMQ commands.Methods in org.apache.activemq.transport.mqtt that return Transport Modifier and Type Method Description TransportMQTTNIOTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportMQTTSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportMQTTTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportMQTTNIOTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportMQTTSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportMQTTTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)TransportMQTTNIOTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportMQTTSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportMQTTTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Methods in org.apache.activemq.transport.mqtt with parameters of type Transport Modifier and Type Method Description TransportMQTTNIOTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportMQTTSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportMQTTTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportMQTTNIOTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportMQTTSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportMQTTTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)TransportMQTTNIOTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportMQTTSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportMQTTTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Constructors in org.apache.activemq.transport.mqtt with parameters of type Transport Constructor Description MQTTInactivityMonitor(Transport next, WireFormat wireFormat)MQTTTransportFilter(Transport next, WireFormat wireFormat, BrokerService brokerService) -
Uses of Transport in org.apache.activemq.transport.multicast
Classes in org.apache.activemq.transport.multicast that implement Transport Modifier and Type Class Description classMulticastTransportA multicast based transport.Methods in org.apache.activemq.transport.multicast that return Transport Modifier and Type Method Description protected TransportMulticastTransportFactory. createTransport(URI location, WireFormat wf) -
Uses of Transport in org.apache.activemq.transport.nio
Classes in org.apache.activemq.transport.nio that implement Transport Modifier and Type Class Description classAutoInitNioSSLTransportThis transport initializes the SSLEngine and reads the first command before handing off to the detected transport.classNIOSSLTransportclassNIOTransportAn implementation of theTransportinterface using raw tcp/ipMethods in org.apache.activemq.transport.nio that return Transport Modifier and Type Method Description TransportNIOSSLTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Overriding to allow for proper configuration through reflection but delegate to get common configurationprotected TransportNIOSSLTransportFactory. createTransport(URI location, WireFormat wf)Overriding to use SslTransports.protected TransportNIOSSLTransportServer. createTransport(Socket socket, WireFormat format)Methods in org.apache.activemq.transport.nio with parameters of type Transport Modifier and Type Method Description TransportNIOSSLTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Overriding to allow for proper configuration through reflection but delegate to get common configuration -
Uses of Transport in org.apache.activemq.transport.peer
Methods in org.apache.activemq.transport.peer that return Transport Modifier and Type Method Description TransportPeerTransportFactory. doCompositeConnect(URI location)TransportPeerTransportFactory. doConnect(URI location) -
Uses of Transport in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement Transport Modifier and Type Class Description classReliableTransportDeprecated.Constructors in org.apache.activemq.transport.reliable with parameters of type Transport Constructor Description ReliableTransport(Transport next, ReplayStrategy replayStrategy)Deprecated.ReliableTransport(Transport next, UdpTransport udpTransport)Deprecated. -
Uses of Transport in org.apache.activemq.transport.stomp
Classes in org.apache.activemq.transport.stomp that implement Transport Modifier and Type Class Description classStompInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classStompNIOSSLTransportclassStompNIOTransportAn implementation of theTransportinterface for using Stomp over NIOclassStompTransportFilterThe StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands.Methods in org.apache.activemq.transport.stomp that return Transport Modifier and Type Method Description TransportStompNIOTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportStompSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportStompTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportStompNIOTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportStompSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportStompTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)TransportStompNIOTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportStompSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportStompTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Methods in org.apache.activemq.transport.stomp with parameters of type Transport Modifier and Type Method Description TransportStompNIOTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportStompSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)TransportStompTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportStompNIOTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportStompSslTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportStompTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)TransportStompNIOTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportStompSslTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)TransportStompTransportFactory. serverConfigure(Transport transport, WireFormat format, HashMap options)Constructors in org.apache.activemq.transport.stomp with parameters of type Transport Constructor Description StompInactivityMonitor(Transport next, WireFormat wireFormat)StompTransportFilter(Transport next, WireFormat wireFormat, BrokerContext brokerContext) -
Uses of Transport in org.apache.activemq.transport.tcp
Classes in org.apache.activemq.transport.tcp that implement Transport Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.classTcpTransportAn implementation of theTransportinterface using raw tcp/ipMethods in org.apache.activemq.transport.tcp that return Transport Modifier and Type Method Description TransportSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Overriding to allow for proper configuration through reflection but delegate to get common configurationTransportTcpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportTcpTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected TransportSslTransportFactory. createTransport(URI location, WireFormat wf)Overriding to use SslTransports.protected TransportSslTransportServer. createTransport(Socket socket, WireFormat format)Used to create Transports for this server.protected TransportTcpTransportFactory. createTransport(URI location, WireFormat wf)protected TransportTcpTransportServer. createTransport(Socket socket, WireFormat format)Allow derived classes to override the Transport implementation that this transport server creates.Methods in org.apache.activemq.transport.tcp with parameters of type Transport Modifier and Type Method Description TransportSslTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Overriding to allow for proper configuration through reflection but delegate to get common configurationTransportTcpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)protected TransportTcpTransportFactory. createInactivityMonitor(Transport transport, WireFormat format)protected booleanTcpTransportFactory. isUseInactivityMonitor(Transport transport)Constructors in org.apache.activemq.transport.tcp with parameters of type Transport Constructor Description TransportInfo(WireFormat format, Transport transport, TransportFactory transportFactory) -
Uses of Transport in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement Transport Modifier and Type Class Description classResponseRedirectInterceptorclassUdpTransportAn implementation of theTransportinterface using raw UDPMethods in org.apache.activemq.transport.udp that return Transport Modifier and Type Method Description TransportUdpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Deprecated.TransportUdpTransportFactory. configure(Transport transport, WireFormat format, Map options)Deprecated.protected TransportUdpTransportFactory. configure(Transport transport, WireFormat format, Map options, boolean acceptServer)Deprecated.Configures the transportprotected TransportUdpTransportFactory. configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport)Deprecated.protected TransportUdpTransportServer. configureTransport(Transport transport)Deprecated.protected TransportUdpTransportFactory. createTransport(int port, WireFormat wf)Deprecated.protected TransportUdpTransportFactory. createTransport(URI location, WireFormat wf)Deprecated.protected TransportUdpTransportServer. createTransport(Command command, DatagramEndpoint endpoint)Deprecated.Methods in org.apache.activemq.transport.udp with parameters of type Transport Modifier and Type Method Description TransportUdpTransportFactory. compositeConfigure(Transport transport, WireFormat format, Map options)Deprecated.TransportUdpTransportFactory. configure(Transport transport, WireFormat format, Map options)Deprecated.protected TransportUdpTransportFactory. configure(Transport transport, WireFormat format, Map options, boolean acceptServer)Deprecated.Configures the transportprotected TransportUdpTransportFactory. configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport)Deprecated.protected TransportUdpTransportServer. configureTransport(Transport transport)Deprecated.Constructors in org.apache.activemq.transport.udp with parameters of type Transport Constructor Description ResponseRedirectInterceptor(Transport next, UdpTransport transport)UdpTransportServer(URI connectURI, UdpTransport serverTransport, Transport configuredTransport, ReplayStrategy replayStrategy)Deprecated. -
Uses of Transport in org.apache.activemq.transport.vm
Classes in org.apache.activemq.transport.vm that implement Transport Modifier and Type Class Description classVMTransportA Transport implementation that uses direct method invocations.Methods in org.apache.activemq.transport.vm that return Transport Modifier and Type Method Description static TransportVMTransportServer. configure(Transport transport)Configure transportTransportVMTransportFactory. doCompositeConnect(URI location)TransportVMTransportFactory. doConnect(URI location)Methods in org.apache.activemq.transport.vm with parameters of type Transport Modifier and Type Method Description static TransportVMTransportServer. configure(Transport transport)Configure transport -
Uses of Transport in org.apache.activemq.transport.ws
Subinterfaces of Transport in org.apache.activemq.transport.ws Modifier and Type Interface Description interfaceWSTransportInterface for a WebSocket Transport which provide hooks that a servlet can use to pass along WebSocket data and events.Classes in org.apache.activemq.transport.ws that implement Transport Modifier and Type Class Description classAbstractMQTTSocketclassAbstractStompSocketBase implementation of a STOMP based WebSocket handler.classWSTransportProxyA proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.Constructors in org.apache.activemq.transport.ws with parameters of type Transport Constructor Description WSTransportProxy(String remoteAddress, Transport transport)Create a WebSocket Transport Proxy instance that will pass along WebSocket event to the underlying protocol level transport. -
Uses of Transport in org.apache.activemq.transport.ws.jetty9
Classes in org.apache.activemq.transport.ws.jetty9 that implement Transport Modifier and Type Class Description classMQTTSocketclassStompSocketImplements web socket and mediates between servlet and the broker
-