org.odata4j.jersey.consumer
Class JerseyClientResponse

java.lang.Object
  extended by org.odata4j.jersey.consumer.JerseyClientResponse
All Implemented Interfaces:
ODataClientResponse

public class JerseyClientResponse
extends Object
implements ODataClientResponse


Constructor Summary
JerseyClientResponse(ClientResponse clientResponse)
           
 
Method Summary
 void close()
           
 ClientResponse getClientResponse()
           
 MultivaluedMap<String,String> getHeaders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JerseyClientResponse

public JerseyClientResponse(ClientResponse clientResponse)
Method Detail

close

public void close()
Specified by:
close in interface ODataClientResponse

getClientResponse

public ClientResponse getClientResponse()

getHeaders

public MultivaluedMap<String,String> getHeaders()
Specified by:
getHeaders in interface ODataClientResponse


http://odata4j.org