All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.map.mapURLConnection
java.lang.Object
|
+----java.net.URLConnection
|
+----sics.agentbase.map.mapURLConnection
- public class mapURLConnection
- extends URLConnection
- implements MessageSendable
-
mapURLConnection(URL)
-
-
connect()
-
-
getOutputStream()
-
-
send(String, Object)
-
mapURLConnection
public mapURLConnection(URL u)
connect
public synchronized void connect() throws IOException
- Overrides:
- connect in class URLConnection
getOutputStream
public synchronized OutputStream getOutputStream() throws IOException
- Overrides:
- getOutputStream in class URLConnection
send
public synchronized void send(String mimeType,
Object content) throws IOException
All Packages Class Hierarchy This Package Previous Next Index