jp.sf.grizzly.pipeline.valve
インタフェース Valve

既知の実装クラスの一覧:
AbstractValve

public interface Valve


メソッドの概要
 void initialize()
          Initialize the valve before using in a pipeline.
 void invoke(StreamStorage storage, ValveContext context)
           
 

メソッドの詳細

invoke

void invoke(StreamStorage storage,
            ValveContext context)
            throws PipelineException
例外:
PipelineException

initialize

void initialize()
                throws PipelineException
Initialize the valve before using in a pipeline.

例外:
PipelineException


Copyright © 2003-2006 SourceForge.jp - Grizzly. All Rights Reserved.