インタフェース
jp.sf.grizzly.storage.StreamStorage の使用

StreamStorage を使用しているパッケージ
jp.sf.grizzly.pipeline   
jp.sf.grizzly.pipeline.valve   
jp.sf.grizzly.storage.impl   
 

jp.sf.grizzly.pipeline での StreamStorage の使用
 

StreamStorage 型のパラメータを持つ jp.sf.grizzly.pipeline のメソッド
 void GrizzlyPipeline.invoke(StreamStorage storage)
           
 

jp.sf.grizzly.pipeline.valve での StreamStorage の使用
 

StreamStorage 型のパラメータを持つ jp.sf.grizzly.pipeline.valve のメソッド
abstract  void AbstractValve.invoke(StreamStorage storage, ValveContext context)
           
 void Valve.invoke(StreamStorage storage, ValveContext context)
           
 void ValveContext.invokeNext(StreamStorage storage)
          Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
 

jp.sf.grizzly.storage.impl での StreamStorage の使用
 

StreamStorage を実装している jp.sf.grizzly.storage.impl のクラス
 class ByteArrayStreamStorageImpl
           
 class FileStreamStorageImpl
           
 



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