com.jayway.restassured.internal.http
Class HttpResponseContentTypeFinder

java.lang.Object
  extended by com.jayway.restassured.internal.http.HttpResponseContentTypeFinder

public class HttpResponseContentTypeFinder
extends Object

Author:
Tom Nichols
See Also:
ContentType

Constructor Summary
HttpResponseContentTypeFinder()
           
 
Method Summary
static String findContentType(org.apache.http.HttpResponse resp)
          Helper method to get the content-type string from the response (no charset).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponseContentTypeFinder

public HttpResponseContentTypeFinder()
Method Detail

findContentType

public static String findContentType(org.apache.http.HttpResponse resp)
Helper method to get the content-type string from the response (no charset).

Parameters:
resp -


Copyright © 2010-2012. All Rights Reserved.