org.apache.shindig.gadgets.http
Interface RequestPipeline
- All Known Implementing Classes:
- DefaultRequestPipeline
public interface RequestPipeline
Implements a complete HTTP request pipeline. Performs caching, authentication, and serves as an
injection point for any custom request pipeline injection.
execute
HttpResponse execute(HttpRequest request)
throws GadgetException
- Execute the given request.
TODO: This should throw a custom exception type.
- Throws:
GadgetException
Copyright © 2007-2012. All Rights Reserved.