Uses of Class
org.apache.activemq.command.WireFormatInfo
Packages that use WireFormatInfo
Package
Description
The core JMS client API implementation classes.
The core Transport abstraction and support classes
-
Uses of WireFormatInfo in org.apache.activemq
Methods in org.apache.activemq with parameters of type WireFormatInfoModifier and TypeMethodDescriptionprotected void
ActiveMQConnection.onWireFormatInfo
(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.openwire
Methods in org.apache.activemq.openwire that return WireFormatInfoMethods in org.apache.activemq.openwire with parameters of type WireFormatInfoModifier and TypeMethodDescriptionvoid
OpenWireFormat.renegotiateWireFormat
(WireFormatInfo info) void
OpenWireFormat.setPreferedWireFormatInfo
(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type WireFormatInfoModifier and TypeMethodDescriptionCommandVisitor.processWireFormat
(WireFormatInfo info) CommandVisitorAdapter.processWireFormat
(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type WireFormatInfoModifier and TypeMethodDescriptionvoid
WireFormatNegotiator.negociate
(WireFormatInfo info) protected void
WireFormatNegotiator.onWireFormatNegotiated
(WireFormatInfo info) protected abstract void
AbstractInactivityMonitor.processInboundWireFormatInfo
(WireFormatInfo info) protected void
InactivityMonitor.processInboundWireFormatInfo
(WireFormatInfo info) protected abstract void
AbstractInactivityMonitor.processOutboundWireFormatInfo
(WireFormatInfo info) protected void
InactivityMonitor.processOutboundWireFormatInfo
(WireFormatInfo info) protected void
WireFormatNegotiator.sendWireFormat
(WireFormatInfo info)