All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.net.StreamURLConnection
java.lang.Object
|
+----java.net.URLConnection
|
+----sics.agentbase.net.StreamURLConnection
- public class StreamURLConnection
- extends URLConnection
-
StreamURLConnection(InputStream)
-
-
StreamURLConnection(URL)
-
-
connect()
-
-
getContentLength()
-
-
getContentType()
-
-
getInputStream()
-
-
setContentLength(int)
-
-
setContentType(String)
-
-
setInputStream(InputStream)
-
StreamURLConnection
public StreamURLConnection(URL u)
StreamURLConnection
public StreamURLConnection(InputStream stream)
setInputStream
public void setInputStream(InputStream stream)
getContentType
public String getContentType()
- Overrides:
- getContentType in class URLConnection
setContentType
public void setContentType(String contentType)
getContentLength
public int getContentLength()
- Overrides:
- getContentLength in class URLConnection
setContentLength
public void setContentLength(int contentLength)
connect
public synchronized void connect() throws IOException
- Overrides:
- connect in class URLConnection
getInputStream
public synchronized InputStream getInputStream() throws IOException
- Overrides:
- getInputStream in class URLConnection
All Packages Class Hierarchy This Package Previous Next Index