org.deegree.commons.utils.net
Interface HttpUtils.Worker<T>
- Type Parameters:
T
-
- Enclosing class:
- HttpUtils
public static interface HttpUtils.Worker<T>
Worker
is used to specify how to return the stream from the remote location.
- Version:
- $Revision: 25762 $, $Date: 2010-08-09 15:24:20 +0200 (Mo, 09. Aug 2010) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
Method Summary |
T |
work(java.io.InputStream in)
|
work
T work(java.io.InputStream in)
throws java.io.IOException
- Parameters:
in
-
- Returns:
- some object created from the input stream
- Throws:
java.io.IOException
Copyright © 2011. All Rights Reserved.