All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.kqml.KQMLContentHandler
java.lang.Object
|
+----java.net.ContentHandler
|
+----sics.agentbase.kqml.KQMLContentHandler
- public class KQMLContentHandler
- extends ContentHandler
The KQMLContentHandler class implements a content handler for
KQML.
-
KQMLContentHandler()
-
-
getContent(URLConnection)
- Reads and parses a KQML message from the specified connection.
KQMLContentHandler
public KQMLContentHandler()
getContent
public Object getContent(URLConnection u) throws IOException
- Reads and parses a KQML message from the specified connection.
- Parameters:
- u - the connection to read from.
- Returns:
- a new message read from the specified connection
- Throws: IOException
- if an I/O or parse error occurs.
- Overrides:
- getContent in class ContentHandler
All Packages Class Hierarchy This Package Previous Next Index