Package org.apache.abdera.i18n.text
Class UrlEncoding
java.lang.Object
org.apache.abdera.i18n.text.UrlEncoding
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Performs URL Percent Encoding
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.static String
Deprecated.static String
encode
(byte... bytes) Deprecated.static String
encode
(byte[] bytes, int off, int len) Deprecated.static String
encode
(char... chars) Deprecated.static String
encode
(char[] chars, int offset, int length) Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
encode
(InputStream in) Deprecated.static String
encode
(InputStream in, String charset) Deprecated.static String
encode
(InputStream in, String charset, String enc) Deprecated.static String
encode
(InputStream in, String charset, String enc, Filter Filter) Deprecated.static String
encode
(InputStream in, String charset, String enc, Filter... filters) Deprecated.static String
encode
(InputStream in, String charset, Filter Filter) Deprecated.static String
encode
(InputStream in, String charset, Filter... filters) Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
encode
(CharSequence s, int offset, int length) Deprecated.static String
encode
(CharSequence s, int offset, int length, String enc, Filter... filters) Deprecated.static String
encode
(CharSequence s, int offset, int length, Filter Filter) Deprecated.static String
encode
(CharSequence s, int offset, int length, Filter... filters) Deprecated.static String
encode
(CharSequence s, String enc, Filter... filters) Deprecated.static String
encode
(CharSequence s, Filter Filter) Deprecated.static String
encode
(CharSequence s, Filter... filters) Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.
-
Field Details
-
HEX
public static final char[] HEXDeprecated.
-
-
Method Details
-
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, String enc, Filter Filter) throws IOException Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, String enc, Filter... filters) throws IOException Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
public static String encode(CharSequence s, int offset, int length, String enc, Filter... filters) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
encode
public static String encode(CharSequence s, String enc, Filter... filters) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
decode
Deprecated.- Throws:
UnsupportedEncodingException
-
decode
Deprecated.
-