com.rabbitmq.client
Class AMQP.StreamProperties
java.lang.Object
com.rabbitmq.client.impl.AMQContentHeader
com.rabbitmq.client.AMQP.StreamProperties
- All Implemented Interfaces:
- ContentHeader
- Enclosing interface:
- AMQP
public static class AMQP.StreamProperties
- extends AMQContentHeader
|
Constructor Summary |
AMQP.StreamProperties()
|
AMQP.StreamProperties(java.lang.String contentType,
java.lang.String contentEncoding,
java.util.Map<java.lang.String,java.lang.Object> headers,
java.lang.Integer priority,
java.util.Date timestamp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
contentType
public java.lang.String contentType
contentEncoding
public java.lang.String contentEncoding
headers
public java.util.Map<java.lang.String,java.lang.Object> headers
priority
public java.lang.Integer priority
timestamp
public java.util.Date timestamp
AMQP.StreamProperties
public AMQP.StreamProperties(java.lang.String contentType,
java.lang.String contentEncoding,
java.util.Map<java.lang.String,java.lang.Object> headers,
java.lang.Integer priority,
java.util.Date timestamp)
AMQP.StreamProperties
public AMQP.StreamProperties()
getClassId
public int getClassId()
- Description copied from interface:
ContentHeader
- Retrieve the class ID (see the spec for a list of allowable IDs).
- Returns:
- class ID of this ContentHeader. Properly an unsigned short, i.e. only the lowest 16 bits are significant
getClassName
public java.lang.String getClassName()
- Description copied from interface:
ContentHeader
- Retrieve the class name, eg "basic" (see the spec for a list of these).
- Returns:
- class name of this ContentHeader
readPropertiesFrom
public void readPropertiesFrom(ContentHeaderPropertyReader reader)
throws java.io.IOException
- Description copied from class:
AMQContentHeader
- Private API - Autogenerated reader for this header
- Specified by:
readPropertiesFrom in class AMQContentHeader
- Throws:
java.io.IOException
writePropertiesTo
public void writePropertiesTo(ContentHeaderPropertyWriter writer)
throws java.io.IOException
- Description copied from class:
AMQContentHeader
- Private API - Autogenerated writer for this header
- Specified by:
writePropertiesTo in class AMQContentHeader
- Throws:
java.io.IOException
appendPropertyDebugStringTo
public void appendPropertyDebugStringTo(java.lang.StringBuffer acc)
- Description copied from class:
AMQContentHeader
- Public API - Debugging hook
- Specified by:
appendPropertyDebugStringTo in interface ContentHeader- Overrides:
appendPropertyDebugStringTo in class AMQContentHeader
- Parameters:
acc - a place to append the properties as a string