All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mil.MILContentHandler
java.lang.Object
|
+----java.net.ContentHandler
|
+----sics.agentbase.mil.MILContentHandler
- public class MILContentHandler
- extends ContentHandler
The MILContentHandler class implements a content handler for
MIL.
-
MILContentHandler()
-
-
getContent(URLConnection)
- Reads and parses a MIL message from the specified connection.
MILContentHandler
public MILContentHandler()
getContent
public Object getContent(URLConnection u) throws IOException
- Reads and parses a MIL message from the specified connection.
- Parameters:
- u - the connection to read from.
- Returns:
- a new MIL 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