Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ACLMessage |
StringACLCodec.decode()
decode and parses the next message from the Reader passed in the
constructor.
|
ACLMessage |
StringACLCodec.decode(byte[] data,
java.lang.String charset) |
ACLMessage |
LEAPACLCodec.decode(byte[] data,
java.lang.String charset)
Recovers an
ACLMessage object back from raw data,
using the specific message representation to interpret the byte
sequence. |
ACLMessage |
ACLCodec.decode(byte[] data,
java.lang.String charset)
Recovers an
ACLMessage object back from raw data,
using the specific message representation to interpret the byte
sequence. |
AID |
StringACLCodec.decodeAID()
Parse an agent identifier, without it being included within an
ACL message.
|