org.apache.qpid.proton.codec
Class ShortType
java.lang.Object
org.apache.qpid.proton.codec.ShortType
- All Implemented Interfaces:
- AMQPType<Short>, PrimitiveType<Short>
public class ShortType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeClass
public Class<Short> getTypeClass()
getEncoding
public ShortType.ShortEncoding getEncoding(Short val)
write
public void write(short s)
getCanonicalEncoding
public ShortType.ShortEncoding getCanonicalEncoding()
getAllEncodings
public Collection<ShortType.ShortEncoding> getAllEncodings()
write
public final void write(T val)
- Specified by:
write in interface AMQPType<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.