Uses of Interface
com.healthmarketscience.rmiio.RemoteInputStream

Packages that use RemoteInputStream
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 RemoteInputStream in com.healthmarketscience.rmiio
 

Classes in com.healthmarketscience.rmiio that implement RemoteInputStream
 class DirectRemoteInputStream
          RemoteInputStream implementation which mimics the RemoteInputStream functionality while not actually causing any additional RMI invocations.
 class GZIPRemoteInputStream
          Concrete implementation of a RemoteInputStreamServer which sends compressed data in the GZIP format, which it will read from the underlying InputStream.
 class RemoteInputStreamServer
          Server implementation base class for a RemoteInputStream.
 class RemoteInputStreamWrapper
          Wrapper for a RemoteInputStream stub which handles retry magic under the hood.
 class SimpleRemoteInputStream
          Concrete implementation of a RemoteInputStreamServer which sends uncompressed data, which it will read directly from the underlying InputStream.
 

Methods in com.healthmarketscience.rmiio that return types with arguments of type RemoteInputStream
 Class<RemoteInputStream> RemoteInputStreamServer.getRemoteClass()
           
 

Methods in com.healthmarketscience.rmiio with parameters of type RemoteInputStream
static InputStream RemoteInputStreamClient.wrap(RemoteInputStream remoteIn)
          Wraps a RemoteInputStream as an InputStream using the RemoteClient.DEFAULT_RETRY retry policy.
static InputStream RemoteInputStreamClient.wrap(RemoteInputStream remoteIn, RemoteRetry retry)
          Wraps a RemoteInputStream as an InputStream using the given retry strategy.
 

Constructors in com.healthmarketscience.rmiio with parameters of type RemoteInputStream
RemoteInputStreamWrapper(RemoteInputStream stub, RemoteRetry retry, org.apache.commons.logging.Log log)
           
SerializableInputStream(RemoteInputStream remoteIn)
           
 

Uses of RemoteInputStream in com.healthmarketscience.rmiio.exporter
 

Classes in com.healthmarketscience.rmiio.exporter that implement RemoteInputStream
 class RemoteInputStreamClientProxy
          Base RemoteInputStream implementation which translates each method invocation into a call to the RemoteInputStreamClientProxy.invoke(int, java.lang.Object...) method in a manner compatible with the RemoteStreamServerInvokerHelper invoke method for a RemoteInputStreamServer.
 



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