Uses of Class
jade.lang.acl.ACLCodec.CodecException
-
Packages that use ACLCodec.CodecException Package Description jade.core.messaging 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. -
-
Uses of ACLCodec.CodecException in jade.core.messaging
Methods in jade.core.messaging that throw ACLCodec.CodecException 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. -
Uses of ACLCodec.CodecException in jade.lang.acl
Methods in jade.lang.acl that throw ACLCodec.CodecException Modifier and Type Method Description ACLMessageACLCodec. decode(byte[] data, String charset)Recovers anACLMessageobject back from raw data, using the specific message representation to interpret the byte sequence.ACLMessageLEAPACLCodec. decode(byte[] data, String charset)Recovers anACLMessageobject back from raw data, using the specific message representation to interpret the byte sequence.ACLMessageStringACLCodec. decode()decode and parses the next message from the Reader passed in the constructor.ACLMessageStringACLCodec. decode(byte[] data, String charset)AIDStringACLCodec. decodeAID()Parse an agent identifier, without it being included within an ACL message.
-