Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

dataprovider.net
Class FTPNetService

java.lang.Object
  |
  +--dataprovider.net.NetService
        |
        +--dataprovider.net.FTPNetService

public class FTPNetService
extends NetService

Der Service zum FTP.

Author:
Markus Hoevener

Fields inherited from class dataprovider.net.NetService
defaultTimeout, HTMLTEXTNETRESULT, password, TEXTNETRESULT, timeout, typeMap, user
 
Constructor Summary
FTPNetService()
           
 
Method Summary
 NetResult getNetResult(java.lang.String url)
          Lädt den Inhalt der angegebenen URL runter (FTP).
 
Methods inherited from class dataprovider.net.NetService
, composeNetResult, concurrentlyGetNetResults, getNetResultWithURLConnection, getNetService, setDefaultTimeout, setPassword, setTimeout, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FTPNetService

public FTPNetService()
Method Detail

getNetResult

public NetResult getNetResult(java.lang.String url)
                       throws NetServiceException,
                              NetServiceAuthFailedException,
                              java.net.MalformedURLException,
                              NetServiceHostNotFoundException,
                              NetServiceFileNotFoundException,
                              NetServiceUnsupportedContentTypeException
Lädt den Inhalt der angegebenen URL runter (FTP).
Parameters:
url - Die URL, deren Inhalt geladen werden soll.
Returns:
Das NetResult.
Throws:
NetServiceAuthFailedException -  
java.net.MalformedURLException -  
NetServiceHostNotFoundException -  
NetServiceFileNotFoundException -  
NetServiceUnsupportedContentTypeException -  
Overrides:
getNetResult in class NetService