Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.services.streaming
Class StreamManagerServer.DownloadSession

java.lang.Object
  extended by org.nuxeo.runtime.services.streaming.StreamManagerServer.DownloadSession
Enclosing class:
StreamManagerServer

public class StreamManagerServer.DownloadSession
extends Object


Field Summary
 int downloaded
           
 long id
           
 InputStream in
           
 StreamSource src
           
 
Constructor Summary
StreamManagerServer.DownloadSession(StreamSource src)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final long id

downloaded

public int downloaded

src

public StreamSource src

in

public InputStream in
Constructor Detail

StreamManagerServer.DownloadSession

public StreamManagerServer.DownloadSession(StreamSource src)
                                    throws IOException
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.