URL.openConnection()
instead.
Please visit this webpage
for further details.@Deprecated public interface StringEncoder extends Encoder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
encode(java.lang.String pString)
Deprecated.
Encodes a String and returns a String.
|
java.lang.String encode(java.lang.String pString) throws EncoderException
pString
- a String to encodeEncoderException
- thrown if there is
an error conidition during the Encoding process.