- channelRead0(ChannelHandlerContext, HttpObject) - Method in class cn.jiguang.common.connection.HttpResponseHandler
-
- CHARSET - Static variable in interface cn.jiguang.common.connection.IHttpClient
-
- checkArgument(boolean) - Static method in class cn.jiguang.common.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class cn.jiguang.common.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class cn.jiguang.common.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkBasic(String, String) - Static method in class cn.jiguang.common.ServiceHelper
-
- checkElementIndex(int, int) - Static method in class cn.jiguang.common.utils.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 cn.jiguang.common.utils.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkNotNull(T) - Static method in class cn.jiguang.common.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class cn.jiguang.common.utils.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 cn.jiguang.common.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkPositionIndex(int, int) - Static method in class cn.jiguang.common.utils.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 cn.jiguang.common.utils.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 cn.jiguang.common.utils.Preconditions
-
Ensures that start and end specify a valid positions in an array, list
or string of size size, and are in order.
- checkState(boolean) - Static method in class cn.jiguang.common.utils.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 cn.jiguang.common.utils.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 cn.jiguang.common.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkUsername(String) - Static method in class cn.jiguang.common.ServiceHelper
-
- ClientConfig - Class in cn.jiguang.common
-
- close() - Method in class cn.jiguang.common.connection.ApacheHttpClient
-
- close() - Method in class cn.jiguang.common.connection.NettyHttpClient
-
- cn.jiguang.common - package cn.jiguang.common
-
- cn.jiguang.common.connection - package cn.jiguang.common.connection
-
- cn.jiguang.common.resp - package cn.jiguang.common.resp
-
- cn.jiguang.common.utils - package cn.jiguang.common.utils
-
- cn.jpush.api - package cn.jpush.api
-
- code - Variable in class cn.jiguang.common.resp.ResponseWrapper.ErrorEntity
-
- CONNECT_TIMED_OUT_MESSAGE - Static variable in interface cn.jiguang.common.connection.IHttpClient
-
- CONNECTION_REQUEST_TIMEOUT - Static variable in class cn.jiguang.common.ClientConfig
-
- CONNECTION_REQUEST_TIMEOUT_SCHEMA - Static variable in class cn.jiguang.common.ClientConfig
-
- CONNECTION_TIMEOUT - Static variable in class cn.jiguang.common.ClientConfig
-
- CONNECTION_TIMEOUT_SCHEMA - Static variable in class cn.jiguang.common.ClientConfig
-
- CONTENT_TYPE_FORM - Static variable in interface cn.jiguang.common.connection.IHttpClient
-
- CONTENT_TYPE_JSON - Static variable in interface cn.jiguang.common.connection.IHttpClient
-
- createHttpClient(int, int, int, String, int) - Method in class cn.jiguang.common.connection.ApacheHttpClient
-