Uses of Interface
org.apache.activemq.transport.ws.WSTransport.WSTransportSink
-
Packages that use WSTransport.WSTransportSink Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.ws -
-
Uses of WSTransport.WSTransportSink in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp with parameters of type WSTransport.WSTransportSink Modifier and Type Method Description voidAmqpWSTransport. setTransportSink(WSTransport.WSTransportSink outputSink) -
Uses of WSTransport.WSTransportSink in org.apache.activemq.transport.ws
Classes in org.apache.activemq.transport.ws that implement WSTransport.WSTransportSink Modifier and Type Class Description classWSTransportProxyA proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.Methods in org.apache.activemq.transport.ws with parameters of type WSTransport.WSTransportSink Modifier and Type Method Description voidWSTransport. setTransportSink(WSTransport.WSTransportSink outputSink)Called to provide the WS with the output data sink.
-