|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |