Uses of Class
org.apache.activemq.transport.amqp.AmqpWireFormat
-
Packages that use AmqpWireFormat Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/ -
-
Uses of AmqpWireFormat in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that return AmqpWireFormat Modifier and Type Method Description AmqpWireFormatAmqpFrameParser. getWireFormat()AmqpWireFormatAmqpTransport. getWireFormat()AmqpWireFormatAmqpTransportFilter. getWireFormat()Methods in org.apache.activemq.transport.amqp with parameters of type AmqpWireFormat Modifier and Type Method Description voidAmqpFrameParser. setWireFormat(AmqpWireFormat wireFormat)
-