com.indexdata.mkjsf.pazpar2
Interface HttpResponseWrapper

All Known Implementing Classes:
ClientCommandResponse

public interface HttpResponseWrapper


Method Summary
 byte[] getBytes()
           
 String getContentType()
           
 String getResponseString()
           
 int getStatusCode()
           
 boolean isBinary()
           
 

Method Detail

getStatusCode

int getStatusCode()

getContentType

String getContentType()

getResponseString

String getResponseString()

getBytes

byte[] getBytes()

isBinary

boolean isBinary()


Copyright © 2013. All Rights Reserved.