Uses of Class
jade.domain.FIPAAgentManagement.Envelope
-
Packages that use Envelope Package Description jade.core.event jade.core.messaging jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.jade.lang.acl This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages.jade.mtp jade.mtp.http jade.mtp.iiop -
-
Uses of Envelope in jade.core.event
Methods in jade.core.event that return Envelope Modifier and Type Method Description EnvelopeMTPEvent. getEnvelope()Constructors in jade.core.event with parameters of type Envelope Constructor Description MTPEvent(int id, ContainerID cid, Envelope e, byte[] pl) -
Uses of Envelope in jade.core.messaging
Methods in jade.core.messaging that return Envelope Modifier and Type Method Description EnvelopeGenericMessage. getEnvelope()Methods in jade.core.messaging with parameters of type Envelope Modifier and Type Method Description ACLMessageIncomingEncodingFilter. decodeMessage(Envelope env, byte[] payload)Decodes an endoded ACL message according to the acl-representation described in the envelope.voidMessagingProxy. routeOut(Envelope env, byte[] payload, AID receiverID, String address)voidMessagingSlice. routeOut(Envelope env, byte[] payload, AID receiverID, String address)protected voidGenericMessage. setEnvelope(Envelope envelope)voidGenericMessage. update(ACLMessage msg, Envelope env, byte[] payload)Constructors in jade.core.messaging with parameters of type Envelope Constructor Description GenericMessage(Envelope env, byte[] payload) -
Uses of Envelope in jade.domain.introspection
Methods in jade.domain.introspection that return Envelope Modifier and Type Method Description EnvelopeACLMessage. getEnvelope()Retrieve the message envelope.Methods in jade.domain.introspection with parameters of type Envelope Modifier and Type Method Description voidACLMessage. setEnvelope(Envelope e)Set the message envelope. -
Uses of Envelope in jade.lang.acl
Methods in jade.lang.acl that return Envelope Modifier and Type Method Description EnvelopeACLMessage. getEnvelope()Reads the envelope attached to this message, if any.Methods in jade.lang.acl with parameters of type Envelope Modifier and Type Method Description voidACLMessage. setEnvelope(Envelope e)Attaches an envelope to this message. -
Uses of Envelope in jade.mtp
Methods in jade.mtp with parameters of type Envelope Modifier and Type Method Description voidOutChannel. deliver(String addr, Envelope env, byte[] payload)Delivers to the specified address an ACL message, encoded in some concrete message representation, using the given envelope as a transmission header.voidInChannel.Dispatcher. dispatchMessage(Envelope env, byte[] payload) -
Uses of Envelope in jade.mtp.http
Methods in jade.mtp.http that return Envelope Modifier and Type Method Description EnvelopeXMLCodec. parse(Reader in)Methods in jade.mtp.http with parameters of type Envelope Modifier and Type Method Description static byte[]HTTPIO. createHTTPBody(Envelope env, byte[] boundary, byte[] payload)Prepare the HTML bodyvoidMessageTransportProtocol. deliver(String addr, Envelope env, byte[] payload)OutChannel Interface Methods *static StringXMLCodec. encodeXML(Envelope env)General Encoding of the envelope -
Uses of Envelope in jade.mtp.iiop
Methods in jade.mtp.iiop with parameters of type Envelope Modifier and Type Method Description voidMessageTransportProtocol. deliver(String addr, Envelope env, byte[] payload)
-