Uses of Class
com.healthmarketscience.rmiio.RemoteOutputStreamServer

Packages that use RemoteOutputStreamServer
com.healthmarketscience.rmiio Provides classes for robust usage of RMI, primarily for streaming data. 
com.healthmarketscience.rmiio.exporter Provides classes for integrating the remote stream implementations into any RPC framework, not just RMI. 
 

Uses of RemoteOutputStreamServer in com.healthmarketscience.rmiio
 

Subclasses of RemoteOutputStreamServer in com.healthmarketscience.rmiio
 class GZIPRemoteOutputStream
          Concrete implementation of a RemoteOutputStreamServer which expects to receive compressed data, which it will write directly to the underlying OutputStream.
 class SimpleRemoteOutputStream
          Concrete implementation of a RemoteOutputStreamServer which expects to receive uncompressed data, which it will write directly to the underlying OutputStream.
 

Fields in com.healthmarketscience.rmiio with type parameters of type RemoteOutputStreamServer
static RemoteStreamMonitor<RemoteOutputStreamServer> RemoteOutputStreamServer.DUMMY_MONITOR
          Default monitor for operations done by RemoteOutputStreamServer which does nothing.
 

Methods in com.healthmarketscience.rmiio that return RemoteOutputStreamServer
protected  RemoteOutputStreamServer RemoteOutputStreamServer.getAsSub()
           
 

Methods in com.healthmarketscience.rmiio with parameters of type RemoteOutputStreamServer
 void RemoteOutputStreamMonitor.bytesMoved(RemoteOutputStreamServer stream, int numBytes, boolean isReattempt)
           
 void RemoteOutputStreamMonitor.bytesSkipped(RemoteOutputStreamServer stream, long numBytes, boolean isReattempt)
           
 void RemoteOutputStreamMonitor.closed(RemoteOutputStreamServer stream, boolean clean)
           
 void RemoteOutputStreamMonitor.failure(RemoteOutputStreamServer stream, Exception e)
           
 void RemoteOutputStreamMonitor.localBytesMoved(RemoteOutputStreamServer stream, int numBytes)
           
 void RemoteOutputStreamMonitor.localBytesSkipped(RemoteOutputStreamServer stream, long numBytes)
           
 

Constructor parameters in com.healthmarketscience.rmiio with type arguments of type RemoteOutputStreamServer
GZIPRemoteOutputStream(OutputStream out, RemoteStreamMonitor<RemoteOutputStreamServer> monitor)
           
RemoteOutputStreamServer(OutputStream out, RemoteStreamMonitor<RemoteOutputStreamServer> monitor)
           
SimpleRemoteOutputStream(OutputStream out, RemoteStreamMonitor<RemoteOutputStreamServer> monitor)
           
 

Uses of RemoteOutputStreamServer in com.healthmarketscience.rmiio.exporter
 

Methods in com.healthmarketscience.rmiio.exporter with parameters of type RemoteOutputStreamServer
static Object RemoteStreamServerInvokerHelper.invoke(RemoteOutputStreamServer server, int methodCode, Object[] parameters)
          Invokes the method with the given name and the given parameters on the given RemoteOutputStreamServer instance, returning the result.
 



Copyright © 2006–2016 Health Market Science. All rights reserved.