org.springbyexample.httpclient
Interface ResponseByteCallback

All Superinterfaces:
ResponseCallback<byte[]>

public interface ResponseByteCallback
extends ResponseCallback<byte[]>

Used to process a response byte array.

Author:
David Winterfeldt

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



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