jp.cssj.cti.helpers
インタフェース ContentConsumer

すべてのスーパーインタフェース:
ContentBuilder

public interface ContentConsumer
extends ContentBuilder

サーバーからクライアントへデータを送るためのインターフェースです。 断片化されたデータの受信に加えて、進行状況を把握し、エラーメッセージを受け取ります。

バージョン:
$Id: ContentConsumer.java,v 1.2 2005/08/18 04:51:26 harumanx Exp $
作成者:
MIYABE Tatsuhiko

メソッドの概要
 void error(byte level, String message)
          エラーメッセージを送信します。
 void setProgressive(Progressive progressive)
          進行状況を表すためのオブジェクトを設定します。
 
インタフェース jp.cssj.cti.helpers.ContentBuilder から継承したメソッド
addFragment, close, finish, insertFragmentBefore, write
 

メソッドの詳細

setProgressive

public void setProgressive(Progressive progressive)
進行状況を表すためのオブジェクトを設定します。

パラメータ:
progressive -

error

public void error(byte level,
                  String message)
           throws IOException
エラーメッセージを送信します。

パラメータ:
level -
message -
例外:
IOEXception
IOException


Copyright(c) 2004-2005 CSSJ T.MIYABE All Rights Reserved.