Uses of Class
org.apache.qpid.proton.amqp.messaging.Accepted
-
Packages that use Accepted Package Description org.apache.qpid.proton.amqp.messaging org.apache.qpid.proton.codec.messaging -
-
Uses of Accepted in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return Accepted Modifier and Type Method Description static AcceptedAccepted. getInstance() -
Uses of Accepted in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return Accepted Modifier and Type Method Description AcceptedAcceptedType. newInstance(java.lang.Object described)AcceptedFastPathAcceptedType. readValue()Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type Accepted Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Accepted>>FastPathAcceptedType. getAllEncodings()TypeEncoding<Accepted>FastPathAcceptedType. getCanonicalEncoding()TypeEncoding<Accepted>FastPathAcceptedType. getEncoding(Accepted accepted)java.lang.Class<Accepted>AcceptedType. getTypeClass()java.lang.Class<Accepted>FastPathAcceptedType. getTypeClass()Methods in org.apache.qpid.proton.codec.messaging with parameters of type Accepted Modifier and Type Method Description TypeEncoding<Accepted>FastPathAcceptedType. getEncoding(Accepted accepted)protected java.util.ListAcceptedType. wrap(Accepted val)voidFastPathAcceptedType. write(Accepted accepted)
-