Uses of Class
org.apache.qpid.proton.amqp.messaging.Data
-
Packages that use Data Package Description org.apache.qpid.proton.codec.messaging -
-
Uses of Data in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return Data Modifier and Type Method Description DataDataType. newInstance(java.lang.Object described)DataFastPathDataType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type Data Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Data>>FastPathDataType. getAllEncodings()TypeEncoding<Data>FastPathDataType. getCanonicalEncoding()TypeEncoding<Data>FastPathDataType. getEncoding(Data val)java.lang.Class<Data>DataType. getTypeClass()java.lang.Class<Data>FastPathDataType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type Data Modifier and Type Method Description TypeEncoding<Data>FastPathDataType. getEncoding(Data val)protected BinaryDataType. wrap(Data val)voidFastPathDataType. write(Data data)
-