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.


Method Index

 o connect()
gets file status from FSP server.
 o getHeaderField(String)
returns value of specified header field.
 o getInputStream()
returns input stream of file from FSPserver.

Methods

 o connect
 public void connect() throws IOException
gets file status from FSP server.

Overrides:
connect in class URLConnection
 o 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
 o 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