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: 32163 $, $Date: 2011-10-19 10:03:01 +0200 (Wed, 19 Oct 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 T work(InputStream in)
           
 

Method Detail

work

T work(InputStream in)
       throws IOException
Parameters:
in -
Returns:
some object created from the input stream
Throws:
IOException


Copyright © 2011. All Rights Reserved.