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

All Known Implementing Classes:
HttpRMIResponse, ProtocolResponse

public interface Flushable

A flushable interface for flush callbacks.

Version:
$Id: Flushable.java,v 1.5 2009/09/28 15:08:28 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 void flushed(OutputStream out)
          A callback for a flush.
 

Method Detail

flushed

void flushed(OutputStream out)
A callback for a flush.

Parameters:
out - the flushed stream.


Copyright © 2004 The Norther Organization. All rights reserved.