|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WireFormatInfo | |
---|---|
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.openwire | |
org.apache.activemq.state | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
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. |
Uses of WireFormatInfo in org.apache.activemq |
---|
Methods in org.apache.activemq with parameters of type WireFormatInfo | |
---|---|
protected void |
ActiveMQConnection.onWireFormatInfo(WireFormatInfo info)
|
Uses of WireFormatInfo in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return WireFormatInfo | |
---|---|
WireFormatInfo |
ConnectionContext.getWireFormatInfo()
|
Methods in org.apache.activemq.broker with parameters of type WireFormatInfo | |
---|---|
Response |
TransportConnection.processWireFormat(WireFormatInfo info)
|
void |
ConnectionContext.setWireFormatInfo(WireFormatInfo wireFormatInfo)
|
Uses of WireFormatInfo in org.apache.activemq.openwire |
---|
Methods in org.apache.activemq.openwire that return WireFormatInfo | |
---|---|
WireFormatInfo |
OpenWireFormat.getPreferedWireFormatInfo()
|
Methods in org.apache.activemq.openwire with parameters of type WireFormatInfo | |
---|---|
void |
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 WireFormatInfo | |
---|---|
Response |
CommandVisitor.processWireFormat(WireFormatInfo info)
|
Response |
CommandVisitorAdapter.processWireFormat(WireFormatInfo info)
|
Uses of WireFormatInfo in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport with parameters of type WireFormatInfo | |
---|---|
void |
WireFormatNegotiator.negociate(WireFormatInfo info)
|
protected void |
WireFormatNegotiator.onWireFormatNegotiated(WireFormatInfo info)
|
protected void |
InactivityMonitor.processInboundWireFormatInfo(WireFormatInfo info)
|
protected abstract void |
AbstractInactivityMonitor.processInboundWireFormatInfo(WireFormatInfo info)
|
protected void |
InactivityMonitor.processOutboundWireFormatInfo(WireFormatInfo info)
|
protected abstract void |
AbstractInactivityMonitor.processOutboundWireFormatInfo(WireFormatInfo info)
|
protected void |
WireFormatNegotiator.sendWireFormat(WireFormatInfo info)
|
Uses of WireFormatInfo in org.apache.activemq.transport.stomp |
---|
Methods in org.apache.activemq.transport.stomp with parameters of type WireFormatInfo | |
---|---|
protected void |
StompInactivityMonitor.processInboundWireFormatInfo(WireFormatInfo info)
|
protected void |
StompInactivityMonitor.processOutboundWireFormatInfo(WireFormatInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |