public interface Fragment extends UriEncoded
UriEncoded CharSequence.
Often the fragment is structured, for instance with x-www-form-urlencoded. Use an appropriate adapter like XwfueParameterList to read these
structured values.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the encoded String representation of the fragment.
|
decoded, decoded, normalized, subSequencejava.lang.String toString()
toString in interface java.lang.CharSequencetoString in interface UriEncodedtoString in class java.lang.ObjectString representing the encoded fragment.