Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

ACCEPT - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
allowCustomOrigin() - Method in class me.codeboy.tools.net.core.CBConnection
允许修改请求头部中的origin

B

body() - Method in class me.codeboy.tools.net.core.CBBody
非multipartForm下的数据
body(CBBody) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求body数据
body() - Method in class me.codeboy.tools.net.core.CBResponse
 
bodyString() - Method in class me.codeboy.tools.net.core.CBResponse
 
bodyString(Charset) - Method in class me.codeboy.tools.net.core.CBResponse
指定body编码
boundary() - Method in class me.codeboy.tools.net.core.CBBody
 
byte2hex(byte[]) - Static method in class me.codeboy.tools.util.CBHex
字节数组转换为16进制

C

CBBase64 - Class in me.codeboy.tools.util
Base64 编码解码
CBBase64() - Constructor for class me.codeboy.tools.util.CBBase64
 
CBBody - Class in me.codeboy.tools.net.core
请求数据
CBBody() - Constructor for class me.codeboy.tools.net.core.CBBody
 
CBConnection - Class in me.codeboy.tools.net.core
网络操作,可以获取网页源代码,保存网络文件 支持form、multipartForm、json模式请求
CBConnection() - Constructor for class me.codeboy.tools.net.core.CBConnection
 
CBContentType - Enum in me.codeboy.tools.net.core
 
CBCookieUtil - Class in me.codeboy.tools.net.util
 
CBCookieUtil() - Constructor for class me.codeboy.tools.net.util.CBCookieUtil
 
CBDate - Class in me.codeboy.tools.util
日期格式化工具
CBDate() - Constructor for class me.codeboy.tools.util.CBDate
 
CBFile - Class in me.codeboy.tools.io
文件操作
CBFile() - Constructor for class me.codeboy.tools.io.CBFile
 
CBFormFile - Class in me.codeboy.tools.net.core
form file info
CBFormFile(String) - Constructor for class me.codeboy.tools.net.core.CBFormFile
 
CBFormFile(String, String) - Constructor for class me.codeboy.tools.net.core.CBFormFile
 
CBFormFile(String, String, String) - Constructor for class me.codeboy.tools.net.core.CBFormFile
 
CBHash - Class in me.codeboy.tools.security
MD5、SHA等hash加密
CBHash() - Constructor for class me.codeboy.tools.security.CBHash
 
CBHeader - Interface in me.codeboy.tools.net.core
 
CBHex - Class in me.codeboy.tools.util
十六进制工具
CBHex() - Constructor for class me.codeboy.tools.util.CBHex
 
CBHostnameVerifier - Class in me.codeboy.tools.net.ssl
实现https安全登录
CBHostnameVerifier() - Constructor for class me.codeboy.tools.net.ssl.CBHostnameVerifier
 
CBHttp - Class in me.codeboy.tools.net
http网络操作
CBHttp() - Constructor for class me.codeboy.tools.net.CBHttp
 
CBLog - Class in me.codeboy.tools.io
日志
CBLog() - Constructor for class me.codeboy.tools.io.CBLog
 
CBLog.CBLogger - Interface in me.codeboy.tools.io
 
CBMap<K,V> - Class in me.codeboy.tools.util
按照键值对中 值排序 TreeMap
CBMap() - Constructor for class me.codeboy.tools.util.CBMap
 
CBMethod - Enum in me.codeboy.tools.net.core
请求类型
CBNetworkException - Exception in me.codeboy.tools.net.exception
 
CBNetworkException(String) - Constructor for exception me.codeboy.tools.net.exception.CBNetworkException
 
CBNotNull - Annotation Type in me.codeboy.tools.annotation
不为空
CBNullable - Annotation Type in me.codeboy.tools.annotation
可能为空
CBNum - Class in me.codeboy.tools.lang
数字工具
CBNum() - Constructor for class me.codeboy.tools.lang.CBNum
 
CBPair<K,T> - Class in me.codeboy.tools.util
健值对
CBParam - Class in me.codeboy.tools.net.util
参数转换
CBParam() - Constructor for class me.codeboy.tools.net.util.CBParam
 
CBRandom - Class in me.codeboy.tools.util
随机数
CBRandom() - Constructor for class me.codeboy.tools.util.CBRandom
 
CBRandom.StringType - Enum in me.codeboy.tools.util
 
CBRegex - Class in me.codeboy.tools.util
正则表达式工具
CBRegex() - Constructor for class me.codeboy.tools.util.CBRegex
 
CBResponse - Class in me.codeboy.tools.net.core
 
CBSha - Class in me.codeboy.tools.security
SHA 加密
CBSha() - Constructor for class me.codeboy.tools.security.CBSha
 
CBShell - Class in me.codeboy.tools.util
命令行工具
CBShell() - Constructor for class me.codeboy.tools.util.CBShell
 
CBString - Class in me.codeboy.tools.lang
字符串工具
CBString() - Constructor for class me.codeboy.tools.lang.CBString
 
CBTask<T> - Interface in me.codeboy.tools.task.base
任务接口
CBTaskListener<T> - Interface in me.codeboy.tools.task.base
task listener, don't do any task which needs a lot of time
CBTaskPool - Class in me.codeboy.tools.task
单线程池
CBTaskPool() - Constructor for class me.codeboy.tools.task.CBTaskPool
 
CBTimer - Class in me.codeboy.tools.util
计时器,用于简单记录时间间隔,例如代码执行时间
CBTimer() - Constructor for class me.codeboy.tools.util.CBTimer
 
CBVersion - Class in me.codeboy.tools.util
版本比较
CBVersion() - Constructor for class me.codeboy.tools.util.CBVersion
 
CBX509TrustManager - Class in me.codeboy.tools.net.ssl
实现https安全登录
CBX509TrustManager() - Constructor for class me.codeboy.tools.net.ssl.CBX509TrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class me.codeboy.tools.net.ssl.CBX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class me.codeboy.tools.net.ssl.CBX509TrustManager
 
clearCookie() - Static method in class me.codeboy.tools.net.core.CBConnection
清空所有cookie
combine(String...) - Static method in class me.codeboy.tools.net.util.CBParam
convert parameters to string
combine(Map<String, String>) - Static method in class me.codeboy.tools.net.util.CBParam
convert parameters to string
combine(Charset, String...) - Static method in class me.codeboy.tools.net.util.CBParam
convert parameters to string
combine(Charset, Map<String, String>) - Static method in class me.codeboy.tools.net.util.CBParam
convert parameters to string
compare(String, String) - Static method in class me.codeboy.tools.util.CBVersion
版本号比较(例如1.10.0与1.2.0版本比较),返回是否有新版本
connection(CBMethod, String, Charset) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
contains(String) - Method in class me.codeboy.tools.util.CBTimer
是个有key的相关记录值
CONTENT_TYPE - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
contentType() - Method in class me.codeboy.tools.net.core.CBBody
 
contentType - Variable in class me.codeboy.tools.net.core.CBFormFile
 
cookie(String) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的cookie
cookie(String, String) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的cookie
cookie(Map<String, String>) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的cookie
COOKIE - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
cookie() - Method in class me.codeboy.tools.net.core.CBResponse
获取网络请求返回header中cookie信息
cookieAsMap() - Method in class me.codeboy.tools.net.core.CBResponse
获取网络请求返回header中cookie信息
create(K, T) - Static method in class me.codeboy.tools.util.CBPair
 

D

debug(String) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
debug(String, Object...) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
debug(String, Throwable) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
debug(String) - Static method in class me.codeboy.tools.io.CBLog
 
debug(String, Object...) - Static method in class me.codeboy.tools.io.CBLog
 
debug(String, Throwable) - Static method in class me.codeboy.tools.io.CBLog
 
decode(String) - Static method in class me.codeboy.tools.util.CBBase64
base解码
decodeToString(String) - Static method in class me.codeboy.tools.util.CBBase64
base解码,采用默认编码集
decodeToString(String, Charset) - Static method in class me.codeboy.tools.util.CBBase64
base解码
download(URL, String) - Static method in class me.codeboy.tools.io.CBFile
保存网络文件到指定路径
download(URL, File) - Static method in class me.codeboy.tools.io.CBFile
保存网络文件到指定文件

E

EMPTY - Static variable in class me.codeboy.tools.lang.CBString
 
encode(byte[]) - Static method in class me.codeboy.tools.util.CBBase64
base64编码
encodeToString(byte[]) - Static method in class me.codeboy.tools.util.CBBase64
base64编码,采用UTF-8编码集
encodeToString(String) - Static method in class me.codeboy.tools.util.CBBase64
base64编码,采用UTF-8编码集
encodeToString(String, Charset) - Static method in class me.codeboy.tools.util.CBBase64
base64编码
error(String) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
error(String, Object...) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
error(String, Throwable) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
error(String) - Static method in class me.codeboy.tools.io.CBLog
 
error(String, Object...) - Static method in class me.codeboy.tools.io.CBLog
 
error(String, Throwable) - Static method in class me.codeboy.tools.io.CBLog
 
exec(String) - Static method in class me.codeboy.tools.util.CBShell
执行系统命令,仅支持linux/unix
execute() - Method in class me.codeboy.tools.net.core.CBConnection
获取网页的内容
execute() - Method in interface me.codeboy.tools.task.base.CBTask
 

F

first() - Method in class me.codeboy.tools.util.CBPair
 
first(K) - Method in class me.codeboy.tools.util.CBPair
 
fixedFormat(double, int) - Static method in class me.codeboy.tools.lang.CBNum
保留几位小数,舍去后面的小数,固定小数长度
fixedFormat(double, int, RoundingMode) - Static method in class me.codeboy.tools.lang.CBNum
保留几位小数,固定小数长度
form(String) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
form(Charset, String) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
form(String...) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
form(Map<String, String>) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
form(Charset, String...) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
form(Charset, Map<String, String>) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
format(double, int) - Static method in class me.codeboy.tools.lang.CBNum
保留几位小数,舍去后面的小数,小数部分末尾的0将会被去除
format(double, int, RoundingMode) - Static method in class me.codeboy.tools.lang.CBNum
保留几位小数,小数部分末尾的0将会被去除
formatDate() - Static method in class me.codeboy.tools.util.CBDate
当前格式化的日期
formatTime() - Static method in class me.codeboy.tools.util.CBDate
当前格式化的时间
formatTime(long) - Static method in class me.codeboy.tools.util.CBDate
格式化的时间
formatTimeWithMs() - Static method in class me.codeboy.tools.util.CBDate
当前格式化的时间,包含毫秒
formRaw(String) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据
formRaw(Charset, String) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据

G

get(String) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
get(String, Charset) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
getAcceptedIssuers() - Method in class me.codeboy.tools.net.ssl.CBX509TrustManager
 
getContent(String) - Static method in class me.codeboy.tools.io.CBFile
获取文件内容
getContent(File) - Static method in class me.codeboy.tools.io.CBFile
获取文件内容
getContent(InputStream) - Static method in class me.codeboy.tools.io.CBFile
获取文件内容
getContentAsBase64(String) - Static method in class me.codeboy.tools.io.CBFile
获取文件内容的base64
getContentAsBase64(File) - Static method in class me.codeboy.tools.io.CBFile
获取文件内容的base64
getContentAsList(String) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码获取文件内容,保存到list中
getContentAsList(String, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码获取文件内容,保存list中
getContentAsList(File) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码获取文件内容,保存到list中
getContentAsList(File, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码获取文件内容,保存list中
getContentAsObject(String) - Static method in class me.codeboy.tools.io.CBFile
获取对象
getContentAsObject(File) - Static method in class me.codeboy.tools.io.CBFile
获取对象
getContentAsString(String) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码获取文件内容
getContentAsString(String, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码获取文件内容
getContentAsString(File) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码获取文件内容
getContentAsString(File, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码获取文件内容
getContentAsString(InputStream) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码获取文件内容
getContentAsString(InputStream, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码获取文件内容
getContentType() - Method in class me.codeboy.tools.net.core.CBFormFile
 
getCurlCommand() - Method in class me.codeboy.tools.net.core.CBConnection
 
getCurlCommand() - Method in class me.codeboy.tools.net.core.CBResponse
 
getName() - Method in class me.codeboy.tools.net.core.CBFormFile
 
getProjectPath() - Static method in class me.codeboy.tools.io.CBFile
获取工程目录

H

head(String) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
head(String, Charset) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
header(String, String) - Method in class me.codeboy.tools.net.core.CBConnection
添加请求头部,仅仅添加一个,不会清空之前已经设置的头部
HEADER_MOCK_PC_UA - Static variable in class me.codeboy.tools.net.core.CBConnection
 
headers(Map<String, String>) - Method in class me.codeboy.tools.net.core.CBConnection
添加请求头部,此方法将会清空之前所有已经设置的头部信息
headers() - Method in class me.codeboy.tools.net.core.CBResponse
 
hex2Byte(String) - Static method in class me.codeboy.tools.util.CBHex
16进制转换为字节数组

I

info(String) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
info(String, Object...) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
info(String, Throwable) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
info(String) - Static method in class me.codeboy.tools.io.CBLog
 
info(String, Object...) - Static method in class me.codeboy.tools.io.CBLog
 
info(String, Throwable) - Static method in class me.codeboy.tools.io.CBLog
 
instance() - Static method in class me.codeboy.tools.net.CBHttp
 
instance() - Static method in class me.codeboy.tools.task.CBTaskPool
 
isEmptyOrNull(String...) - Static method in class me.codeboy.tools.lang.CBString
一些列字符串是否为null或者长度为0
isShutDown() - Method in class me.codeboy.tools.task.CBTaskPool
是否已经关闭

J

join(Collection<T>, String) - Static method in class me.codeboy.tools.lang.CBString
将集合中的元素使用分隔符拼接
json(String) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求json数据

K

k - Variable in class me.codeboy.tools.util.CBPair
 

L

LOCATION - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
location() - Method in class me.codeboy.tools.net.core.CBResponse
获取网络请求返回header中location信息

M

match(String, String) - Static method in class me.codeboy.tools.util.CBRegex
字符串是否能够符合正则表达式
matchAll(String, String) - Static method in class me.codeboy.tools.util.CBRegex
匹配所有
matchFirst(String, String) - Static method in class me.codeboy.tools.util.CBRegex
匹配第一个符合规则的子串
md5(String) - Static method in class me.codeboy.tools.security.CBHash
Md5加密
md5(byte[]) - Static method in class me.codeboy.tools.security.CBHash
Md5加密
me.codeboy.tools.annotation - package me.codeboy.tools.annotation
 
me.codeboy.tools.io - package me.codeboy.tools.io
 
me.codeboy.tools.lang - package me.codeboy.tools.lang
 
me.codeboy.tools.net - package me.codeboy.tools.net
 
me.codeboy.tools.net.core - package me.codeboy.tools.net.core
 
me.codeboy.tools.net.exception - package me.codeboy.tools.net.exception
 
me.codeboy.tools.net.ssl - package me.codeboy.tools.net.ssl
 
me.codeboy.tools.net.util - package me.codeboy.tools.net.util
 
me.codeboy.tools.security - package me.codeboy.tools.security
 
me.codeboy.tools.task - package me.codeboy.tools.task
 
me.codeboy.tools.task.base - package me.codeboy.tools.task.base
 
me.codeboy.tools.util - package me.codeboy.tools.util
 
msg() - Method in class me.codeboy.tools.net.core.CBResponse
 
multipartFields() - Method in class me.codeboy.tools.net.core.CBBody
 
multipartFiles() - Method in class me.codeboy.tools.net.core.CBBody
 
multipartForm(Map<String, String>, Map<String, ? extends File>) - Static method in class me.codeboy.tools.net.core.CBBody
设置请求数据

N

name - Variable in class me.codeboy.tools.net.core.CBFormFile
 
newInstance() - Static method in class me.codeboy.tools.task.CBTaskPool
 
newtByteArray(byte[]) - Static method in class me.codeboy.tools.util.CBRandom
 
nextBoolean() - Static method in class me.codeboy.tools.util.CBRandom
 
nextDouble() - Static method in class me.codeboy.tools.util.CBRandom
 
nextFloat() - Static method in class me.codeboy.tools.util.CBRandom
 
nextGaussian() - Static method in class me.codeboy.tools.util.CBRandom
 
nextInt() - Static method in class me.codeboy.tools.util.CBRandom
 
nextInt(int) - Static method in class me.codeboy.tools.util.CBRandom
 
nextLong() - Static method in class me.codeboy.tools.util.CBRandom
 
nextString(int) - Static method in class me.codeboy.tools.util.CBRandom
 
nextString(CBRandom.StringType, int) - Static method in class me.codeboy.tools.util.CBRandom
 

O

onError(CBTaskPool, CBTask<T>, Exception) - Method in interface me.codeboy.tools.task.base.CBTaskListener
任务失败,可能发生异常
onFinish(CBTaskPool, CBTask<T>, T) - Method in interface me.codeboy.tools.task.base.CBTaskListener
任务结束
onStart(CBTaskPool, CBTask<T>) - Method in interface me.codeboy.tools.task.base.CBTaskListener
 
origin(String) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的origin
ORIGIN - Static variable in interface me.codeboy.tools.net.core.CBHeader
 

P

parse(String) - Static method in class me.codeboy.tools.net.util.CBCookieUtil
 
pop() - Method in class me.codeboy.tools.util.CBTimer
获取最后一个push到当前的时间间隔,如果pop已经弹出了所有的key,返回-1
pop(String) - Method in class me.codeboy.tools.util.CBTimer
获取最后一个push key到当前的时间间隔
pop(String, long) - Method in class me.codeboy.tools.util.CBTimer
获取最后一个push key到指定时间之间的时间间隔
post(String) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
post(String, Charset) - Method in class me.codeboy.tools.net.core.CBConnection
连接地址
postAtTime(CBTask<T>, long) - Method in class me.codeboy.tools.task.CBTaskPool
定时执行任务
postAtTime(CBTask<T>, CBTaskListener<T>, long) - Method in class me.codeboy.tools.task.CBTaskPool
定时执行任务
postDelayed(CBTask<T>, long) - Method in class me.codeboy.tools.task.CBTaskPool
延迟执行任务
postDelayed(CBTask<T>, CBTaskListener<T>, long) - Method in class me.codeboy.tools.task.CBTaskPool
延迟执行任务
push() - Method in class me.codeboy.tools.util.CBTimer
记录当前时间
push(String) - Method in class me.codeboy.tools.util.CBTimer
将当前时间与key进行关联,以便后续可以根据key获取push时间
push(String, long) - Method in class me.codeboy.tools.util.CBTimer
将指定时间与key进行关联

R

referrer(String) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的referer
REFERRER - Static variable in interface me.codeboy.tools.net.core.CBHeader
 

S

save(File) - Method in class me.codeboy.tools.net.core.CBConnection
保存指定位置的文件,使用该功能,不要主动调用execute
saveContent(Object, String) - Static method in class me.codeboy.tools.io.CBFile
将java对象写入文件
saveContent(Object, File) - Static method in class me.codeboy.tools.io.CBFile
将java对象写入文件
saveContent(byte[], String) - Static method in class me.codeboy.tools.io.CBFile
将指定内容写入文件
saveContent(byte[], File) - Static method in class me.codeboy.tools.io.CBFile
将指定内容写入文件
saveContent(InputStream, String) - Static method in class me.codeboy.tools.io.CBFile
将输入流写入文件
saveContent(InputStream, File) - Static method in class me.codeboy.tools.io.CBFile
将输入流写入文件
saveContent(String, String) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码保存到相应内容到指定路径的文件
saveContent(String, File) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码保存到相应内容到指定文件
saveContent(String, String, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码保存相应内容到指定路径的文件
saveContent(String, File, Charset) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码保存相应内容到指定路径的文件
saveContent(String, String, boolean) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码将相应内容保存到指定路径的文件
saveContent(String, File, boolean) - Static method in class me.codeboy.tools.io.CBFile
按照UTF-8编码将相应内容保存到指定文件
saveContent(String, String, Charset, boolean) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码保存相应内容到指定文件
saveContent(String, File, Charset, boolean) - Static method in class me.codeboy.tools.io.CBFile
按照指定编码保存相应内容到指定文件
scheduleAtFixedRate(CBTask<T>, CBTaskListener<T>, long, long) - Method in class me.codeboy.tools.task.CBTaskPool
固定时间间隔执行任务
second() - Method in class me.codeboy.tools.util.CBPair
 
second(T) - Method in class me.codeboy.tools.util.CBPair
 
SET_COOKIE - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
setBody(byte[]) - Method in class me.codeboy.tools.net.core.CBResponse
 
setCharset(Charset) - Method in class me.codeboy.tools.net.core.CBResponse
 
setHeaders(Map<String, String>) - Method in class me.codeboy.tools.net.core.CBResponse
 
setLogger(CBLog.CBLogger) - Static method in class me.codeboy.tools.io.CBLog
 
setMsg(String) - Method in class me.codeboy.tools.net.core.CBResponse
 
setStatusCode(int) - Method in class me.codeboy.tools.net.core.CBResponse
 
setSuccess(boolean) - Method in class me.codeboy.tools.net.core.CBResponse
 
sha(String) - Static method in class me.codeboy.tools.security.CBHash
sha加密
sha(byte[]) - Static method in class me.codeboy.tools.security.CBHash
sha加密
shutdown() - Method in class me.codeboy.tools.task.CBTaskPool
关闭任务池
sortByAsc(Map<K, V>) - Method in class me.codeboy.tools.util.CBMap
按照Map中key进行升序排列
sortByKeyDesc(Map<K, V>) - Method in class me.codeboy.tools.util.CBMap
按照Map中key进行降序排列
sortByValueAsc(Map<K, V>) - Method in class me.codeboy.tools.util.CBMap
按照Map中value进行升序排列
sortByValueDesc(Map<K, V>) - Method in class me.codeboy.tools.util.CBMap
按照Map中value进行降序排列
split(String, String) - Static method in class me.codeboy.tools.lang.CBString
字符串分割
statusCode() - Method in class me.codeboy.tools.net.core.CBResponse
 
submit(CBTask<T>) - Method in class me.codeboy.tools.task.CBTaskPool
提交任务
submit(CBTask<T>, CBTaskListener<T>) - Method in class me.codeboy.tools.task.CBTaskPool
提交任务
success() - Method in class me.codeboy.tools.net.core.CBResponse
 

T

t - Variable in class me.codeboy.tools.util.CBPair
 
timeout(int) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求连接与读取的超时时间
toString() - Method in class me.codeboy.tools.net.core.CBBody
 
toString() - Method in class me.codeboy.tools.net.core.CBResponse
 
toString() - Method in class me.codeboy.tools.util.CBPair
 

U

USER_AGENT - Static variable in interface me.codeboy.tools.net.core.CBHeader
 
userAgent(String) - Method in class me.codeboy.tools.net.core.CBConnection
设置请求头部中的user agent

V

value - Variable in enum me.codeboy.tools.net.core.CBMethod
 
valueOf(String) - Static method in enum me.codeboy.tools.net.core.CBContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.codeboy.tools.net.core.CBMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.codeboy.tools.util.CBRandom.StringType
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.codeboy.tools.net.core.CBContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.codeboy.tools.net.core.CBMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.codeboy.tools.util.CBRandom.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class me.codeboy.tools.net.ssl.CBHostnameVerifier
 

W

warn(String) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
warn(String, Object...) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
warn(String, Throwable) - Method in interface me.codeboy.tools.io.CBLog.CBLogger
 
warn(String) - Static method in class me.codeboy.tools.io.CBLog
 
warn(String, Object...) - Static method in class me.codeboy.tools.io.CBLog
 
warn(String, Throwable) - Static method in class me.codeboy.tools.io.CBLog
 
withMemCookie() - Method in class me.codeboy.tools.net.core.CBConnection
使用内存cookie,本次请求中会携带内存中的cookie信息
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links