Uses of Interface
com.basho.riak.client.http.response.StreamHandler

Packages that use StreamHandler
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

Uses of StreamHandler in com.basho.riak.client.http
 

Methods in com.basho.riak.client.http with parameters of type StreamHandler
 boolean RiakClient.stream(String bucket, String key, StreamHandler handler, RequestMeta meta)
           
 

Uses of StreamHandler in com.basho.riak.client.http.plain
 

Methods in com.basho.riak.client.http.plain with parameters of type StreamHandler
 boolean PlainClient.stream(String bucket, String key, StreamHandler handler, RequestMeta meta)
          Identical to RiakClient.stream(String, String, StreamHandler, RequestMeta).
 

Uses of StreamHandler in com.basho.riak.client.http.util
 

Methods in com.basho.riak.client.http.util with parameters of type StreamHandler
 boolean ClientHelper.stream(String bucket, String key, StreamHandler handler, RequestMeta meta)
          Same as RiakClient, except only returning the HTTP response
 



Copyright © 2012. All Rights Reserved.