Uses of Interface
org.norther.tammi.spray.filter.chain.Flushable

Packages that use Flushable
org.norther.tammi.spray.filter.chain   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.remote.chain   
 

Uses of Flushable in org.norther.tammi.spray.filter.chain
 

Constructors in org.norther.tammi.spray.filter.chain with parameters of type Flushable
ServletOutputStreamWrapper(OutputStream out, Flushable flush)
          Constructs a new output stream with an adapter and callback.
ServletOutputStreamWrapper(OutputStream out, Flushable flush, byte[] buf)
          Constructs a new output stream with an adapter, callback and an external buffer.
ServletOutputStreamWrapper(OutputStream out, Flushable flush, int size)
          Constructs a new output stream with an adapter, callback and a specific buffer size.
 

Uses of Flushable in org.norther.tammi.spray.protocol.chain
 

Classes in org.norther.tammi.spray.protocol.chain that implement Flushable
 class HttpProtocolResponse
          A default implementation of the HTTP protocol response.
 

Uses of Flushable in org.norther.tammi.spray.remote.chain
 

Classes in org.norther.tammi.spray.remote.chain that implement Flushable
 class HttpRMIResponse
          An HTTP response through an RMI connection.
 



Copyright © 2004 The Norther Organization. All rights reserved.