Uses of Class
groovyx.net.http.ContentType

Uses of ContentType in groovyx.net.http
 

Methods in groovyx.net.http that return ContentType
static ContentType ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentType[] ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in groovyx.net.http with parameters of type ContentType
protected  org.apache.http.entity.StringEntity EncoderRegistry.createEntity(ContentType ct, String data)
          Helper method used by encoder methods to creates an HttpEntity instance that encapsulates the request data.
 



Copyright © 2008-2009. All Rights Reserved.