com.indexdata.masterkey.pazpar2.client
Class AbstractPazpar2Client.HttpResponse

java.lang.Object
  extended by com.indexdata.masterkey.pazpar2.client.AbstractPazpar2Client.HttpResponse
All Implemented Interfaces:
Pazpar2HttpResponse
Enclosing class:
AbstractPazpar2Client

public class AbstractPazpar2Client.HttpResponse
extends Object
implements Pazpar2HttpResponse


Field Summary
 InputStream body
           
 String contentType
           
 int statusCode
           
 
Method Summary
 String getContentType()
           
 int getStatusCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusCode

public final int statusCode

body

public final InputStream body

contentType

public final String contentType
Method Detail

getContentType

public String getContentType()
Specified by:
getContentType in interface Pazpar2HttpResponse

getStatusCode

public int getStatusCode()
Specified by:
getStatusCode in interface Pazpar2HttpResponse


Copyright © 2012. All Rights Reserved.