Uses of Class
org.apache.activemq.command.WireFormatInfo
-
Packages that use WireFormatInfo Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.openwire org.apache.activemq.state org.apache.activemq.transport The core Transport abstraction and support classes -
-
Uses of WireFormatInfo in org.apache.activemq
Methods in org.apache.activemq with parameters of type WireFormatInfo Modifier and Type Method Description protected voidActiveMQConnection. onWireFormatInfo(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.openwire
Methods in org.apache.activemq.openwire that return WireFormatInfo Modifier and Type Method Description WireFormatInfoOpenWireFormat. getPreferedWireFormatInfo()Methods in org.apache.activemq.openwire with parameters of type WireFormatInfo Modifier and Type Method Description voidOpenWireFormat. renegotiateWireFormat(WireFormatInfo info)voidOpenWireFormat. setPreferedWireFormatInfo(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type WireFormatInfo Modifier and Type Method Description ResponseCommandVisitor. processWireFormat(WireFormatInfo info)ResponseCommandVisitorAdapter. processWireFormat(WireFormatInfo info) -
Uses of WireFormatInfo in org.apache.activemq.transport
Methods in org.apache.activemq.transport with parameters of type WireFormatInfo Modifier and Type Method Description voidWireFormatNegotiator. negociate(WireFormatInfo info)protected voidWireFormatNegotiator. onWireFormatNegotiated(WireFormatInfo info)protected abstract voidAbstractInactivityMonitor. processInboundWireFormatInfo(WireFormatInfo info)protected voidInactivityMonitor. processInboundWireFormatInfo(WireFormatInfo info)protected abstract voidAbstractInactivityMonitor. processOutboundWireFormatInfo(WireFormatInfo info)protected voidInactivityMonitor. processOutboundWireFormatInfo(WireFormatInfo info)protected voidWireFormatNegotiator. sendWireFormat(WireFormatInfo info)
-