- finalize() - Method in class net.sf.fsp.fsplib.FSPOutputStream
-
cancels pending upload and unlocks writer object.
- finalize() - Method in class net.sf.fsp.fsplib.FSPsession
-
closes session before doing GC.
- flush() - Method in class net.sf.fsp.fsplib.FSPOutputStream
-
Flushes internal buffer to FSP server.
- FSPInputStream - Class in net.sf.fsp.fsplib
-
This class allows reading file from FSP server.
- FSPInputStream(FSPsession, String) - Constructor for class net.sf.fsp.fsplib.FSPInputStream
-
creates a new Input stream for reading file from FSP server
- FSPOutputStream - Class in net.sf.fsp.fsplib
-
Stream for writing file to FSP server.
- FSPOutputStream(FSPsession, String) - Constructor for class net.sf.fsp.fsplib.FSPOutputStream
-
Creates stream for writing file to FSP server.
- FSPpacket - Class in net.sf.fsp.fsplib
-
This class handles assembly and disassembly FSP packets from/to DatagramPacket.
- FSPpacket() - Constructor for class net.sf.fsp.fsplib.FSPpacket
-
Constructs a new storage for handling client side of
FSP packets.
- FSPpacket(boolean) - Constructor for class net.sf.fsp.fsplib.FSPpacket
-
Constructs a new storage for handling FSP packets.
- FSPprotection - Class in net.sf.fsp.fsplib
-
Class for parsing reply to CC_GET_PRO command and holding
directory access information.
- FSPprotection() - Constructor for class net.sf.fsp.fsplib.FSPprotection
-
Constructor for empty FSPprotection object.
- FSPprotection(FSPpacket) - Constructor for class net.sf.fsp.fsplib.FSPprotection
-
Creates FSPprotection instance from FSPpacket.
- FSPsession - Class in net.sf.fsp.fsplib
-
This class represents one live FSP session.
- FSPsession(String, int) - Constructor for class net.sf.fsp.fsplib.FSPsession
-
Creates a new FSP session
- FSPsession(InetAddress, int) - Constructor for class net.sf.fsp.fsplib.FSPsession
-
Creates a new FSP session
- FSPstat - Class in net.sf.fsp.fsplib
-
Class for holding result of CC_STAT command.
- FSPstat() - Constructor for class net.sf.fsp.fsplib.FSPstat
-
- FSPURLConnection - Class in net.sf.fsp.fsplib
-
class for operations on FSP URL.
- FSPURLConnection(URL) - Constructor for class net.sf.fsp.fsplib.FSPURLConnection
-
creates a new URL connection with FSP protocol.
- FSPutil - Class in net.sf.fsp.fsplib
-
Utilities for easier working with FSP.
- FSPutil() - Constructor for class net.sf.fsp.fsplib.FSPutil
-
- FSPversion - Class in net.sf.fsp.fsplib
-
Class for parsing reply to CC_VERSION command and holding
server setup information.
- FSPversion() - Constructor for class net.sf.fsp.fsplib.FSPversion
-
Constructor for empty FSPversion object.
- FSPversion(FSPpacket) - Constructor for class net.sf.fsp.fsplib.FSPversion
-
Creates FSPversion instance from FSPpacket
- get - Variable in class net.sf.fsp.fsplib.FSPprotection
-
public can download/get files from this directory
- getConnectTimeout() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get connection timeout.
- getContentEncoding() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
FSP do not have concept of transfer encodings.
- getContentLength() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get content-length.
- getContentType() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get content type.
- getDate() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get date of sending server.
- getDefaultAllowUserInteraction() - Static method in class net.sf.fsp.fsplib.FSPURLConnection
-
Returns default value for allowUserInteraction field.
- getDefaultPort() - Method in class net.sf.fsp.fsp.Handler
-
Get default port in none is specified in URL.
- getDefaultUseCaches() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Returns default value for useCaches.
- getDelay() - Method in class net.sf.fsp.fsplib.FSPsession
-
Gets the delay time before we resent packet for first time.
- getExpiration() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get value of Expires: header.
- getHeaderField(int) - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Returns value of nth header field.
- getHeaderField(String) - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Returns value of specified header field.
- getHeaderFieldDate(String, long) - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Return value of header field parsed as date.
- getHeaderFieldInt(String, int) - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Return value of header field parsed as integer.
- getHeaderFieldKey(int) - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Return field (header) name for nth header field.
- getHeaderFields() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Return unmodifiable Map of header fields.
- getHost() - Method in class net.sf.fsp.fsplib.FSPsession
-
Get FSP host.
- getInputStream() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
returns input stream of file from FSPserver.
- getLastModified() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Return last-modified value for file or 0 if not known
- getMaxDelay() - Method in class net.sf.fsp.fsplib.FSPsession
-
Gets the maximum delay time between packet resents.
- getOutputStream() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Returns an output stream that writes to this URL
- getPermission() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Permission needed for creating connection to this URL
- getPort() - Method in class net.sf.fsp.fsplib.FSPsession
-
Get FSP port.
- getTimeout() - Method in class net.sf.fsp.fsplib.FSPsession
-
Get timeout value used by session.
- getUseCaches() - Method in class net.sf.fsp.fsplib.FSPURLConnection
-
Get value of useCaches property