Uses of Class
com.swiftmq.amqp.ProtocolHeader
-
Packages that use ProtocolHeader Package Description com.swiftmq.amqp.v100.client.po com.swiftmq.amqp.v100.types -
-
Uses of ProtocolHeader in com.swiftmq.amqp.v100.client.po
Methods in com.swiftmq.amqp.v100.client.po that return ProtocolHeader Modifier and Type Method Description ProtocolHeader
POProtocolRequest. getHeader()
ProtocolHeader
POProtocolResponse. getHeader()
Constructors in com.swiftmq.amqp.v100.client.po with parameters of type ProtocolHeader Constructor Description POProtocolRequest(Semaphore semaphore, ProtocolHeader header)
POProtocolResponse(ProtocolHeader header)
-
Uses of ProtocolHeader in com.swiftmq.amqp.v100.types
Fields in com.swiftmq.amqp.v100.types declared as ProtocolHeader Modifier and Type Field Description static ProtocolHeader
Util. AMQP_INIT
static ProtocolHeader
Util. SASL_INIT
-