Package org.apache.abdera.i18n.text
Class UrlEncoding
- java.lang.Object
-
- org.apache.abdera.i18n.text.UrlEncoding
-
@Deprecated(since="2021-07-29") public final class UrlEncoding extends Object
Deprecated.This API is deprecated as Apache Abdera is a retired project since 2017.Performs URL Percent Encoding
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUrlEncoding.DecodingInputStreamDeprecated.static classUrlEncoding.DecodingReaderDeprecated.static classUrlEncoding.EncodingOutputStreamDeprecated.static classUrlEncoding.EncodingWriterDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static char[]HEXDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Stringdecode(String e)Deprecated.static Stringdecode(String e, String enc)Deprecated.static Stringencode(byte... bytes)Deprecated.static Stringencode(byte[] bytes, int off, int len)Deprecated.static Stringencode(char... chars)Deprecated.static Stringencode(char[] chars, int offset, int length)Deprecated.static Stringencode(char[] chars, int offset, int length, String enc)Deprecated.static Stringencode(char[] chars, int offset, int length, String enc, Filter Filter)Deprecated.static Stringencode(char[] chars, int offset, int length, String enc, Filter... filters)Deprecated.static Stringencode(char[] chars, int offset, int length, Filter Filter)Deprecated.static Stringencode(char[] chars, int offset, int length, Filter... filters)Deprecated.static Stringencode(char[] chars, String enc)Deprecated.static Stringencode(char[] chars, String enc, Filter Filter)Deprecated.static Stringencode(char[] chars, String enc, Filter... filters)Deprecated.static Stringencode(char[] chars, Filter Filter)Deprecated.static Stringencode(char[] chars, Filter... filters)Deprecated.static Stringencode(InputStream in)Deprecated.static Stringencode(InputStream in, String charset)Deprecated.static Stringencode(InputStream in, String charset, String enc)Deprecated.static Stringencode(InputStream in, String charset, String enc, Filter Filter)Deprecated.static Stringencode(InputStream in, String charset, String enc, Filter... filters)Deprecated.static Stringencode(InputStream in, String charset, Filter Filter)Deprecated.static Stringencode(InputStream in, String charset, Filter... filters)Deprecated.static Stringencode(Reader reader)Deprecated.static Stringencode(Reader reader, String enc)Deprecated.static Stringencode(Reader reader, String enc, Filter Filter)Deprecated.static Stringencode(Reader reader, String enc, Filter... filters)Deprecated.static Stringencode(Reader reader, Filter Filter)Deprecated.static Stringencode(Reader reader, Filter... filters)Deprecated.static Stringencode(CharSequence s)Deprecated.static Stringencode(CharSequence s, int offset, int length)Deprecated.static Stringencode(CharSequence s, int offset, int length, String enc, Filter... filters)Deprecated.static Stringencode(CharSequence s, int offset, int length, Filter Filter)Deprecated.static Stringencode(CharSequence s, int offset, int length, Filter... filters)Deprecated.static Stringencode(CharSequence s, String enc, Filter... filters)Deprecated.static Stringencode(CharSequence s, Filter Filter)Deprecated.static Stringencode(CharSequence s, Filter... filters)Deprecated.static Stringencode(Readable readable)Deprecated.static Stringencode(Readable readable, String enc)Deprecated.static Stringencode(Readable readable, String enc, Filter Filter)Deprecated.static Stringencode(Readable readable, String enc, Filter... filters)Deprecated.static Stringencode(Readable readable, Filter Filter)Deprecated.static Stringencode(Readable readable, Filter... filters)Deprecated.
-
-
-
Method Detail
-
encode
public static String encode(char... chars)
Deprecated.
-
encode
public static String encode(char[] chars, int offset, int length)
Deprecated.
-
encode
public static String encode(char[] chars, int offset, int length, Filter Filter)
Deprecated.
-
encode
public static String encode(char[] chars, int offset, int length, Filter... filters)
Deprecated.
-
encode
public static String encode(char[] chars, int offset, int length, String enc, Filter Filter)
Deprecated.
-
encode
public static String encode(char[] chars, int offset, int length, String enc, Filter... filters)
Deprecated.
-
encode
public static String encode(InputStream in) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, Filter Filter) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, String enc) throws IOException
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
public static String encode(InputStream in, String charset, Filter... filters) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader, String enc) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable, String enc) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader, String enc, Filter Filter) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader, Filter Filter) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader, Filter... filters) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable, String enc, Filter Filter) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable, Filter Filter) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable, Filter... filters) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Readable readable, String enc, Filter... filters) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(Reader reader, String enc, Filter... filters) throws IOException
Deprecated.- Throws:
IOException
-
encode
public static String encode(byte... bytes)
Deprecated.
-
encode
public static String encode(byte[] bytes, int off, int len)
Deprecated.
-
encode
public static String encode(CharSequence s)
Deprecated.
-
encode
public static String encode(CharSequence s, Filter Filter)
Deprecated.
-
encode
public static String encode(CharSequence s, Filter... filters)
Deprecated.
-
encode
public static String encode(CharSequence s, int offset, int length)
Deprecated.
-
encode
public static String encode(CharSequence s, int offset, int length, Filter Filter)
Deprecated.
-
encode
public static String encode(CharSequence s, int offset, int length, Filter... filters)
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
public static String decode(String e, String enc) throws UnsupportedEncodingException
Deprecated.- Throws:
UnsupportedEncodingException
-
-