パッケージ org.fanout.gripcontrol
クラス Utilities
java.lang.Object
org.fanout.gripcontrol.Utilities
public class Utilities extends Object
Static utilities used with the GRIP features.
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Utilities() -
メソッドの概要
修飾子とタイプ メソッド 説明 static intcharLength(byte[] bytes)Returns the number of UTF-8 characters.static booleanisUtf8(byte[] bytes)Validate a UTF-8 byte array.static Map<String,List<String>>splitQuery(URL url)Split the query string in the specified URL.static Stringutf8BytesToString(byte[] bytes)
-
コンストラクタの詳細
-
Utilities
public Utilities()
-
-
メソッドの詳細
-
utf8BytesToString
-
charLength
public static int charLength(byte[] bytes)Returns the number of UTF-8 characters. -
isUtf8
public static boolean isUtf8(byte[] bytes)Validate a UTF-8 byte array. -
splitQuery
Split the query string in the specified URL.
-