All Packages Class Hierarchy This Package Previous Next Index
Class net.fsp.FSPURLConnection
java.lang.Object
|
+----java.net.URLConnection
|
+----net.fsp.FSPURLConnection
- public class FSPURLConnection
- extends URLConnection
class for read-only operations on FSP URL.
-
connect()
- gets file status from FSP server.
-
getHeaderField(String)
- returns value of specified header field.
-
getInputStream()
- returns input stream of file from FSPserver.
connect
public void connect() throws IOException
- gets file status from FSP server.
- Overrides:
- connect in class URLConnection
getHeaderField
public String getHeaderField(String name)
- returns value of specified header field.
Only "last-modified" and "Content-length" are supported now.
- Overrides:
- getHeaderField in class URLConnection
getInputStream
public InputStream getInputStream() throws IOException
- returns input stream of file from FSPserver.
- Overrides:
- getInputStream in class URLConnection
All Packages Class Hierarchy This Package Previous Next Index