org.springbyexample.httpclient
Interface ResponseStringCallback

All Superinterfaces:
ResponseCallback<String>

public interface ResponseStringCallback
extends ResponseCallback<String>

Used to process a response stream.

Author:
David Winterfeldt

Method Summary
 
Methods inherited from interface org.springbyexample.httpclient.ResponseCallback
doWithResponse
 



Copyright © 2008-2009 Spring by Example. All Rights Reserved.