Uses of Class
javax.rad.io.RemoteFileHandle

Packages that use RemoteFileHandle
com.sibvisions.rad.remote.http Contains general communication classes which can be used from client and server implementations. 
javax.rad.io Contains storage independent file handling. 
 

Uses of RemoteFileHandle in com.sibvisions.rad.remote.http
 

Methods in com.sibvisions.rad.remote.http that return RemoteFileHandle
 RemoteFileHandle HttpConnection.createRemoteFileHandle()
          Creates a new "empty" remote file handle prepared for downloading content.
 RemoteFileHandle HttpConnection.writeContent(IFileHandle pFileHandle)
          Writes the given file handle to a remote server.
 

Methods in com.sibvisions.rad.remote.http with parameters of type RemoteFileHandle
 long HttpConnection.getContentLength(RemoteFileHandle pFileHandle)
          Gets the expected content length.
 java.io.InputStream HttpConnection.readContent(RemoteFileHandle pFileHandle)
          Reads the content from the remote server as stream.
 

Uses of RemoteFileHandle in javax.rad.io
 

Methods in javax.rad.io that return RemoteFileHandle
 RemoteFileHandle IUploadExecutor.writeContent(IFileHandle pFileHandle)
          Writes the given file handle to a remote server.
 

Methods in javax.rad.io with parameters of type RemoteFileHandle
 long IDownloadExecutor.getContentLength(RemoteFileHandle pFileHandle)
          Gets the expected content length.
 java.io.InputStream IDownloadExecutor.readContent(RemoteFileHandle pFileHandle)
          Reads the content from the remote server as stream.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.