public class UTF8BufferType extends Object implements org.apache.qpid.proton.codec.PrimitiveType<org.fusesource.hawtbuf.UTF8Buffer>
| Modifier and Type | Class and Description |
|---|---|
class |
UTF8BufferType.LargeUTF8BufferEncoding |
class |
UTF8BufferType.SmallUTF8BufferEncoding |
class |
UTF8BufferType.UTF8BufferEncoding |
| Constructor and Description |
|---|
UTF8BufferType(org.apache.qpid.proton.codec.EncoderImpl encoder,
org.apache.qpid.proton.codec.DecoderImpl decoder) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer>> |
getAllEncodings() |
org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer> |
getCanonicalEncoding() |
org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer> |
getEncoding(org.fusesource.hawtbuf.UTF8Buffer value) |
Class<org.fusesource.hawtbuf.UTF8Buffer> |
getTypeClass() |
void |
write(org.fusesource.hawtbuf.UTF8Buffer value) |
public UTF8BufferType(org.apache.qpid.proton.codec.EncoderImpl encoder, org.apache.qpid.proton.codec.DecoderImpl decoder)
public Class<org.fusesource.hawtbuf.UTF8Buffer> getTypeClass()
getTypeClass in interface org.apache.qpid.proton.codec.AMQPType<org.fusesource.hawtbuf.UTF8Buffer>public org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer> getEncoding(org.fusesource.hawtbuf.UTF8Buffer value)
getEncoding in interface org.apache.qpid.proton.codec.AMQPType<org.fusesource.hawtbuf.UTF8Buffer>getEncoding in interface org.apache.qpid.proton.codec.PrimitiveType<org.fusesource.hawtbuf.UTF8Buffer>public org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer> getCanonicalEncoding()
getCanonicalEncoding in interface org.apache.qpid.proton.codec.AMQPType<org.fusesource.hawtbuf.UTF8Buffer>getCanonicalEncoding in interface org.apache.qpid.proton.codec.PrimitiveType<org.fusesource.hawtbuf.UTF8Buffer>public Collection<? extends org.apache.qpid.proton.codec.PrimitiveTypeEncoding<org.fusesource.hawtbuf.UTF8Buffer>> getAllEncodings()
getAllEncodings in interface org.apache.qpid.proton.codec.AMQPType<org.fusesource.hawtbuf.UTF8Buffer>getAllEncodings in interface org.apache.qpid.proton.codec.PrimitiveType<org.fusesource.hawtbuf.UTF8Buffer>public void write(org.fusesource.hawtbuf.UTF8Buffer value)
write in interface org.apache.qpid.proton.codec.AMQPType<org.fusesource.hawtbuf.UTF8Buffer>Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.