com.continuuity.http
Interface InternalHttpResponse

All Known Implementing Classes:
BasicInternalHttpResponse

public interface InternalHttpResponse

Interface used to get the status code and content from calling another handler internally.


Method Summary
 com.google.common.io.InputSupplier<? extends InputStream> getInputSupplier()
           
 int getStatusCode()
           
 

Method Detail

getStatusCode

int getStatusCode()

getInputSupplier

com.google.common.io.InputSupplier<? extends InputStream> getInputSupplier()
                                                                           throws IOException
Throws:
IOException


Copyright 2013 Continuuity, Inc. Licensed under the Apache License, Version 2.0