Uses of Class
FIPA.Envelope
-
Packages that use Envelope Package Description FIPA -
-
Uses of Envelope in FIPA
Fields in FIPA declared as Envelope Modifier and Type Field Description Envelope[]FipaMessage. messageEnvelopesEnvelopeEnvelopeHolder. valueEnvelope[]EnvelopesHolder. valueMethods in FIPA that return Envelope Modifier and Type Method Description static EnvelopeEnvelopeHelper. extract(Any a)static Envelope[]EnvelopesHelper. extract(Any a)static EnvelopeEnvelopeHelper. read(InputStream in)static Envelope[]EnvelopesHelper. read(InputStream in)Methods in FIPA with parameters of type Envelope Modifier and Type Method Description static voidEnvelopeHelper. insert(Any a, Envelope that)static voidEnvelopesHelper. insert(Any a, Envelope[] that)static voidEnvelopeHelper. write(OutputStream out, Envelope that)static voidEnvelopesHelper. write(OutputStream out, Envelope[] that)Constructors in FIPA with parameters of type Envelope Constructor Description EnvelopeHolder(Envelope __arg)EnvelopesHolder(Envelope[] __arg)FipaMessage(Envelope[] __messageEnvelopes, byte[] __messageBody)
-