Package | Description |
---|---|
bad.robot.http |
Modifier and Type | Method and Description |
---|---|
static CharacterSet |
CharacterSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterSet[] |
CharacterSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FormUrlEncodedMessage(FormParameters content,
CharacterSet characterSet) |
FormUrlEncodedMessage(FormParameters content,
Headers headers,
CharacterSet characterSet) |
UnencodedStringMessage(String content,
CharacterSet characterSet) |
UnencodedStringMessage(String content,
Headers headers,
CharacterSet characterSet) |
Copyright © 2013. All rights reserved.