- charset(String) - Method in class me.hao0.common.http.Http
-
- checkArgument(boolean) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkElementIndex(int, int) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkElementIndex(int, int, String) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkNegative(Number, String) - Static method in class me.hao0.common.util.Preconditions
-
- checkNotNull(T) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNullAndEmpty(String, String) - Static method in class me.hao0.common.util.Preconditions
-
- checkNotNullAndEmpty(Collection<?>, String) - Static method in class me.hao0.common.util.Preconditions
-
- checkPositionIndex(int, int) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndex(int, int, String) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndexes(int, int, int) - Static method in class me.hao0.common.util.Preconditions
-
Ensures that start and end specify a valid positions in an array, list
or string of size size, and are in order.
- checkPositive(Number, String) - Static method in class me.hao0.common.util.Preconditions
-
- checkState(boolean) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class me.hao0.common.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- connectTimeout(int) - Method in class me.hao0.common.http.Https
-
设置连接超时,默认5s
- connectType(String) - Method in class me.hao0.common.http.Https
-
设置Connection
- connTimeout(Integer) - Method in class me.hao0.common.http.Http
-
set connect timeout
- contentType(String) - Method in class me.hao0.common.http.Http
-
- contentType(String) - Method in class me.hao0.common.http.Https
-
设置Content-Type
- create(String) - Static method in class me.hao0.common.xml.XmlReaders
-
- create(String, String) - Static method in class me.hao0.common.xml.XmlReaders
-
- create(InputStream) - Static method in class me.hao0.common.xml.XmlReaders
-
- create() - Static method in class me.hao0.common.xml.XmlWriters
-
- createCollectionType(Class<?>, Class<?>...) - Method in class me.hao0.common.json.Jsons
-
construct collection type