跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbstractClassReader - blade.kit.resource中的类
抽象类读取器
AbstractClassReader() - 类 的构造器blade.kit.resource.AbstractClassReader
 
accept(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Accept' header to given value
acceptCharset(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Accept-Charset' header to given value
acceptEncoding(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Accept-Encoding' header to given value
acceptGzipEncoding() - 类 中的方法blade.kit.http.HttpRequest
Set the 'Accept-Encoding' header to 'gzip'
acceptJson() - 类 中的方法blade.kit.http.HttpRequest
Set the 'Accept' header to 'application/json'
add(int) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified int value to the end of this array.
add(long) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified long value to the end of this array.
add(float) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified float value to the end of this array.
add(double) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified double value to the end of this array.
add(boolean) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified boolean value to the end of this array.
add(String) - 类 中的方法blade.kit.json.JsonArray
Appends the JSON representation of the specified string to the end of this array.
add(JsonValue) - 类 中的方法blade.kit.json.JsonArray
Appends the specified JSON value to the end of this array.
add(String, int) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified int value.
add(String, Object) - 类 中的方法blade.kit.json.JsonObject
 
add(String, long) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified long value.
add(String, float) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified float value.
add(String, double) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified double value.
add(String, boolean) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified boolean value.
add(String, String) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.
add(String, JsonValue) - 类 中的方法blade.kit.json.JsonObject
Appends a new member to the end of this object, with the specified name and the specified JSON value.
add(Number) - 类 中的方法blade.kit.TimwKit
添加一个数字
addFile(String) - 类 中的方法blade.kit.mail.MailTemplate
添加附件
addFileAffix(String) - 类 中的方法blade.kit.mail.EmailHandle
增加发送附件
addFiles(List<String>) - 类 中的方法blade.kit.mail.MailTemplate
添加附件列表
ANSWER - 类 中的静态变量blade.kit.StringKit
 
append(String, Map<?, ?>) - 类 中的静态方法blade.kit.http.HttpRequest
Append given map as query parameters to the base URL Each map entry's key will be a parameter name and the value's Object.toString() will be the parameter value.
append(String, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Append given name/value pairs as query parameters to the base URL The params argument is interpreted as a sequence of name/value pairs so the given number of params must be divisible by 2.
append(byte[], int, int) - 类 中的方法blade.kit.io.FastByteBuffer
向快速缓冲加入数据
append(byte[]) - 类 中的方法blade.kit.io.FastByteBuffer
向快速缓冲加入数据
append(byte) - 类 中的方法blade.kit.io.FastByteBuffer
向快速缓冲加入一个字节
append(FastByteBuffer) - 类 中的方法blade.kit.io.FastByteBuffer
将另一个快速缓冲加入到自身
append(char) - 类 中的方法blade.kit.io.StringBuilderWriter
Append a single character to this Writer.
append(CharSequence) - 类 中的方法blade.kit.io.StringBuilderWriter
Append a character sequence to this Writer.
append(CharSequence, int, int) - 类 中的方法blade.kit.io.StringBuilderWriter
Append a portion of a character sequence to the StringBuilder.
applyRelativePath(String, String) - 类 中的静态方法blade.kit.StringKit
 
array(int) - 类 中的方法blade.kit.io.FastByteBuffer
根据索引位返回缓冲集中的缓冲
array() - 类 中的静态方法blade.kit.json.Json
Creates a new empty JsonArray.
array(int...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given int values.
array(long...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given long values.
array(float...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given float values.
array(double...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given double values.
array(boolean...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given boolean values.
array(String...) - 类 中的静态方法blade.kit.json.Json
Creates a new JsonArray that contains the JSON representations of the given strings.
arrayToHeavy(String[]) - 类 中的静态方法blade.kit.CollectionKit
字符串数组去重复
asArray() - 类 中的方法blade.kit.json.JsonArray
 
asArray() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as JsonArray, assuming that this value represents a JSON array.
asBoolean() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as a boolean value, assuming that this value is either true or false.
asDouble() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as a double value, assuming that this value represents a JSON number.
asFloat() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as a float value, assuming that this value represents a JSON number.
asInt() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as an int value, assuming that this value represents a JSON number that can be interpreted as Java int.
asList(T...) - 类 中的静态方法blade.kit.CollectionKit
创建一个List。
asLong() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as a long value, assuming that this value represents a JSON number that can be interpreted as Java long.
asObject() - 类 中的方法blade.kit.json.JsonObject
 
asObject() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as JsonObject, assuming that this value represents a JSON object.
Assert - blade.kit中的类
断言工具类
Assert() - 类 的构造器blade.kit.Assert
 
asString() - 类 中的方法blade.kit.json.JsonValue
Returns this JSON value as String, assuming that this value represents a JSON string.
asWriter(Appendable) - 类 中的静态方法blade.kit.io.CharStreams
Returns a Writer that sends all output to the given Appendable target.
asynSend(MailTemplate, String) - 类 中的静态方法blade.kit.MailKit
根据模板发送
asynSend(String, String, String) - 类 中的静态方法blade.kit.MailKit
异步发送邮件
asynSend(String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
异步发送邮件并发送附件
asynSend(String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
异步发送邮件并发送附件
asynSend(String, String, String, String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
发送邮件
asynSendAndCc(String, String, String, String) - 类 中的静态方法blade.kit.MailKit
异步发送并抄送
asynSendAndCc(String, String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
异步发送邮件并抄送,带附件
asynSendAndCc(String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
异步发送邮件并抄送,带附件
authorization(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Authorization' header to given value
avg() - 类 中的方法blade.kit.timw.TimwMonitor
求全部计时均值
avg() - 类 中的方法blade.kit.TimwKit
获取平均数

B

badRequest() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 400 Bad Request?
Base64 - blade.kit中的类
BASE64工具类
basic(String, String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Authorization' header to given values in Basic authentication format
BeanKit - blade.kit中的类
java对象和map转换
BeanKit() - 类 的构造器blade.kit.BeanKit
 
beanToMap(T) - 类 中的静态方法blade.kit.BeanKit
 
bestMatch(Collection<String>, String) - 类 中的静态方法blade.kit.MimeParse
Finds best match
betweenStartDateAndEndDate(Date, Date) - 类 中的静态方法blade.kit.DateKit
判断当前日期是否在两个日期之间
birthdayFormat(Date) - 类 中的静态方法blade.kit.DateKit
由于生日增加保密属性,现决定1900为保密对应值,如果遇到1900的年份,则隐掉年份
blade.kit - 程序包 blade.kit
最常用的工具类集合
blade.kit.base - 程序包 blade.kit.base
 
blade.kit.exception - 程序包 blade.kit.exception
 
blade.kit.http - 程序包 blade.kit.http
http网络请求包
blade.kit.io - 程序包 blade.kit.io
IO操作包
blade.kit.json - 程序包 blade.kit.json
 
blade.kit.log - 程序包 blade.kit.log
内置日志系统包
blade.kit.mail - 程序包 blade.kit.mail
邮件发送包
blade.kit.resource - 程序包 blade.kit.resource
资源搜索包
blade.kit.text - 程序包 blade.kit.text
 
blade.kit.timw - 程序包 blade.kit.timw
计时器包
body(String) - 类 中的方法blade.kit.http.HttpRequest
Get response as String in given character set This will fall back to using the UTF-8 character set if the given charset is null
body() - 类 中的方法blade.kit.http.HttpRequest
Get response as String using character set returned from HttpRequest.charset()
body(AtomicReference<String>) - 类 中的方法blade.kit.http.HttpRequest
Get the response body as a String and set it as the value of the given reference.
body(AtomicReference<String>, String) - 类 中的方法blade.kit.http.HttpRequest
Get the response body as a String and set it as the value of the given reference.
BOOL_FALSE - 类 中的静态变量blade.kit.Emptys
 
BOSSANSWER - 类 中的静态变量blade.kit.StringKit
 
BOSSIP - 类 中的静态变量blade.kit.StringKit
 
BOSSIPS - 类 中的静态变量blade.kit.StringKit
 
buffer() - 类 中的方法blade.kit.http.HttpRequest
Get response in a buffered stream
bufferedReader(String) - 类 中的方法blade.kit.http.HttpRequest
Get buffered reader to response body using the given character set r and the configured buffer size
bufferedReader() - 类 中的方法blade.kit.http.HttpRequest
Get buffered reader to response body using the character set returned from HttpRequest.charset() and the configured buffer size
bufferSize(int) - 类 中的方法blade.kit.http.HttpRequest
Set the size used when buffering and copying between streams This size is also used for send and receive buffers created for both char and byte arrays The default buffer size is 8,192 bytes
bufferSize() - 类 中的方法blade.kit.http.HttpRequest
Get the configured buffer size The default buffer size is 8,192 bytes
BYTE_ZERO - 类 中的静态变量blade.kit.Emptys
 
ByteArray - blade.kit.io中的类
代表一个byte数组。
ByteArray(byte[]) - 类 的构造器blade.kit.io.ByteArray
 
ByteArray(byte[], int, int) - 类 的构造器blade.kit.io.ByteArray
 
ByteArrayOutputStream - blade.kit.io中的类
非同步的ByteArrayOutputStream替换方案, 执行toByteArray() 方法时返回的是只读的内部字节数组, 避免了没有必要的字节复制.
ByteArrayOutputStream() - 类 的构造器blade.kit.io.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - 类 的构造器blade.kit.io.ByteArrayOutputStream
 
bytes() - 类 中的方法blade.kit.http.HttpRequest
Get response as byte array
byteStream() - 类 中的方法blade.kit.http.HttpRequest
Create byte array output stream

C

cacheControl() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Cache-Control' header from the response
call() - 类 中的方法blade.kit.http.HttpRequest.Operation
 
capitalize(String) - 类 中的静态方法blade.kit.StringKit
将字符串的首字符转成大写(Character.toTitleCase),其它字符不变。
cast(Object, Class<T>) - 类 中的静态方法blade.kit.ReflectKit
类型转换
causedBy(Throwable, Class<? extends Throwable>) - 类 中的静态方法blade.kit.ExceptionKit
检查异常是否由指定类型的异常引起。
ccMail(String...) - 类 中的方法blade.kit.mail.MailTemplate
 
CHAR_NULL - 类 中的静态变量blade.kit.Emptys
 
CharKit - blade.kit中的类
字符相关的工具类。
CharKit() - 类 的构造器blade.kit.CharKit
 
charset() - 类 中的方法blade.kit.http.HttpRequest
Get 'charset' parameter from 'Content-Type' response header
CHARSET_UTF8 - 类 中的静态变量blade.kit.http.Header
 
CharStreams - blade.kit.io中的类
Provides utility methods for working with character streams.
checkedCast(long) - 类 中的静态方法blade.kit.HashidKit
 
checkFloat(String, String) - 类 中的静态方法blade.kit.StringKit
检查浮点数
checkIsEnglish(String) - 类 中的静态方法blade.kit.StringKit
验证字符串是否含有特殊字符和中文
checkNotNull(T) - 类 中的静态方法blade.kit.Assert
 
checkPositionIndexes(int, int, int) - 类 中的静态方法blade.kit.Assert
 
chr(int) - 类 中的静态方法blade.kit.text.HTMLFilter
 
chunk(int) - 类 中的方法blade.kit.http.HttpRequest
Set chunked streaming mode to the given size
ClassPathClassReader - blade.kit.resource中的类
根据classpath加载类
ClassPathClassReader() - 类 的构造器blade.kit.resource.ClassPathClassReader
 
ClassReader - blade.kit.resource中的接口
一个类读取器的接口
ClassReaderException - blade.kit.exception中的异常错误
类读取异常
ClassReaderException() - 异常错误 的构造器blade.kit.exception.ClassReaderException
 
ClassReaderException(Exception) - 异常错误 的构造器blade.kit.exception.ClassReaderException
 
ClassReaderException(String) - 异常错误 的构造器blade.kit.exception.ClassReaderException
 
ClassReaderException(String, Exception) - 异常错误 的构造器blade.kit.exception.ClassReaderException
 
cleanPath(String) - 类 中的静态方法blade.kit.StringKit
 
clear() - 类 中的方法blade.kit.timw.TimwMonitor
清楚数据
clear() - 类 中的方法blade.kit.TimwKit
清除全部
clone(Object, int) - 类 中的静态方法blade.kit.CloneKit
复制对象数据
clone(Object) - 类 中的静态方法blade.kit.CloneKit
浅表复制对象
CloneKit - blade.kit中的类
类克隆工具
CloneKit() - 类 的构造器blade.kit.CloneKit
 
close() - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
close() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
此方法无任何效果,当流被关闭后不会抛出IOException
close() - 类 中的方法blade.kit.io.StringBuilderWriter
Closing this writer has no effect.
close(Closeable) - 类 中的静态方法blade.kit.StreamKit
关闭流
CloseOperation(Closeable, boolean) - 类 的构造器blade.kit.http.HttpRequest.CloseOperation
创建一个关闭操作
closeOutput() - 类 中的方法blade.kit.http.HttpRequest
Close output stream
closeOutputQuietly() - 类 中的方法blade.kit.http.HttpRequest
closeQuietly(ZipFile) - 类 中的静态方法blade.kit.IOKit
 
closeQuietly(Socket) - 类 中的静态方法blade.kit.IOKit
 
closeQuietly(ServerSocket) - 类 中的静态方法blade.kit.IOKit
 
closeQuietly(Selector) - 类 中的静态方法blade.kit.IOKit
 
closeQuietly(URLConnection) - 类 中的静态方法blade.kit.IOKit
 
closeQuietly(Closeable) - 类 中的静态方法blade.kit.IOKit
 
code() - 类 中的方法blade.kit.http.HttpRequest
Get the status code of the response
code(AtomicInteger) - 类 中的方法blade.kit.http.HttpRequest
Set the value of the given AtomicInteger to the status code of the response
CollectionKit - blade.kit中的类
有关集合处理的工具类,通过静态方法消除泛型编译警告。
CollectionKit() - 类 的构造器blade.kit.CollectionKit
 
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法blade.kit.StringKit
 
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法blade.kit.StringKit
 
COMMAND_EXIT - 类 中的静态变量blade.kit.ShellKit
 
COMMAND_LINE_END - 类 中的静态变量blade.kit.ShellKit
 
COMMAND_SH - 类 中的静态变量blade.kit.ShellKit
 
COMMAND_SU - 类 中的静态变量blade.kit.ShellKit
 
CommandResult(int) - 类 的构造器blade.kit.ShellKit.CommandResult
 
CommandResult(int, String, String) - 类 的构造器blade.kit.ShellKit.CommandResult
 
compareDate(String, String) - 类 中的静态方法blade.kit.DateKit
比较两个日期 if date1<=date2 return true
concat(T[], T[]) - 类 中的静态方法blade.kit.CollectionKit
merge array
concat(List<T>, List<T>) - 类 中的静态方法blade.kit.CollectionKit
连接
concatSuper(List<? extends T>, List<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
连接
config(String, String, String) - 类 中的静态方法blade.kit.MailKit
配置邮件协议和账户
CONNECT - 类 中的静态变量blade.kit.http.MethodType
'CONNECT' request method
ConnectionFactory - blade.kit.http中的接口
HttpURLConnection工厂
connectTimeout(int) - 类 中的方法blade.kit.http.HttpRequest
Set connect timeout on connection to given value
CONTENT_TYPE_FORM - 类 中的静态变量blade.kit.http.Header
表单类型头信息
CONTENT_TYPE_JSON - 类 中的静态变量blade.kit.http.Header
json类型头信息
contentEncoding() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Content-Encoding' header from the response
contentLength() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Content-Length' header from the response
contentLength(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Content-Length' request header to the given value
contentLength(int) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Content-Length' request header to the given value
contentType(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Content-Type' request header to the given value
contentType(String, String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Content-Type' request header to the given value and charset
contentType() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Content-Type' header from the response
copy(String, String) - 类 中的静态方法blade.kit.FileKit
复制单个文件
copy(InputStream, OutputStream) - 类 中的方法blade.kit.http.HttpRequest
Copy from input stream to output stream
copy(Reader, Writer) - 类 中的方法blade.kit.http.HttpRequest
Copy from reader to writer
copy(Readable, Appendable) - 类 中的静态方法blade.kit.io.CharStreams
Copies all characters between the Readable and Appendable objects.
copy(InputStream, Writer) - 类 中的静态方法blade.kit.IOKit
 
copy(InputStream, OutputStream) - 类 中的静态方法blade.kit.IOKit
 
copy(InputStream, Writer, String) - 类 中的静态方法blade.kit.IOKit
 
copy(InputStream, Writer, Charset) - 类 中的静态方法blade.kit.IOKit
 
copy(Reader, Writer) - 类 中的静态方法blade.kit.IOKit
 
copyDir(String, String) - 类 中的静态方法blade.kit.FileKit
复制整个文件夹的内容
copyLarge(InputStream, OutputStream) - 类 中的静态方法blade.kit.IOKit
 
copyLarge(Reader, Writer) - 类 中的静态方法blade.kit.IOKit
 
create(URL) - 接口 中的方法blade.kit.http.ConnectionFactory
根据URL创建一个HttpURLConnection
create(URL, Proxy) - 接口 中的方法blade.kit.http.ConnectionFactory
根据URL和代理对象创建一个HttpURLConnection
CREATE - 类 中的静态变量blade.kit.StringKit
 
createAndReturnFile(String) - 类 中的静态方法blade.kit.FileKit
 
createArrayDeque() - 类 中的静态方法blade.kit.CollectionKit
创建ArrayDeque实例
createArrayDeque(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayDeque实例
createArrayDeque(int) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayDeque实例
createArrayList() - 类 中的静态方法blade.kit.CollectionKit
创建ArrayList实例
createArrayList(int) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayList实例
createArrayList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayList实例
createArrayList(Iterable<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayList实例
createArrayList(V...) - 类 中的静态方法blade.kit.CollectionKit
创建ArrayList实例
createBitSet() - 类 中的静态方法blade.kit.CollectionKit
创建BitSet实例
createBitSet(int) - 类 中的静态方法blade.kit.CollectionKit
创建BitSet实例
createConcurrentLinkedQueue() - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentLinkedQueue实例
createConcurrentLinkedQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentLinkedQueue实例
createConcurrentMap() - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentMap实例
createConcurrentMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentMap实例
createConcurrentMap(int) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentMap实例
createConcurrentMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentMap实例
createConcurrentSkipListMap() - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListMap实例
createConcurrentSkipListMap(Comparator<? super K>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListMap实例
createConcurrentSkipListMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListMap实例
createConcurrentSkipListMap(SortedMap<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListMap实例
createConcurrentSkipListSet() - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListSet实例
createConcurrentSkipListSet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListSet实例
createConcurrentSkipListSet(Comparator<? super E>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListSet实例
createConcurrentSkipListSet(SortedSet<E>) - 类 中的静态方法blade.kit.CollectionKit
创建ConcurrentSkipListSet实例
createCopyOnWriteArrayList() - 类 中的静态方法blade.kit.CollectionKit
创建CopyOnWriteArrayList实例
createCopyOnWriteArrayList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建CopyOnWriteArrayList实例
createCopyOnWriteArrayList(E[]) - 类 中的静态方法blade.kit.CollectionKit
创建CopyOnWriteArrayList实例
createCopyOnWriteArraySet() - 类 中的静态方法blade.kit.CollectionKit
创建CopyOnWriteArraySet实例
createCopyOnWriteArraySet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建CopyOnWriteArraySet实例
created() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 201 Created?
createDir(String, boolean) - 类 中的静态方法blade.kit.FileKit
创建文件夹,不管文件层级,均可创建
createDir(String) - 类 中的静态方法blade.kit.FileKit
创建文件夹,不管文件层级,均可创建
createEnumMap(Class<K>) - 类 中的静态方法blade.kit.CollectionKit
 
createEnumMap(Map<K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
 
createEnumSet(Collection<E>) - 类 中的静态方法blade.kit.CollectionKit
 
createEnumSet(Class<E>) - 类 中的静态方法blade.kit.CollectionKit
 
createFile(String) - 类 中的静态方法blade.kit.FileKit
创建文件,不管文件层级,均可创建
createFile(String, boolean) - 类 中的静态方法blade.kit.FileKit
创建文件,不管文件层级,均可创建
createHashMap() - 类 中的静态方法blade.kit.CollectionKit
创建HashMap实例
createHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
创建HashMap实例
createHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
创建HashMap实例
createHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建HashMap实例
createHashSet() - 类 中的静态方法blade.kit.CollectionKit
创建HashSet实例
createHashSet(int) - 类 中的静态方法blade.kit.CollectionKit
创建HashSet实例
createHashSet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建HashSet实例
createHashSet(O...) - 类 中的静态方法blade.kit.CollectionKit
创建HashSet实例
createHashSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
创建一个HashSet。
createIdentityHashMap() - 类 中的静态方法blade.kit.CollectionKit
创建IdentityHashMap实例
createIdentityHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
创建IdentityHashMap实例
createIdentityHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建IdentityHashMap实例
createLinkedBlockingQueue() - 类 中的静态方法blade.kit.CollectionKit
 
createLinkedBlockingQueue(int) - 类 中的静态方法blade.kit.CollectionKit
 
createLinkedBlockingQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
 
createLinkedHashMap() - 类 中的静态方法blade.kit.CollectionKit
创建LinkedHashMap实例
createLinkedHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedHashMap实例
createLinkedHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedHashMap实例
createLinkedHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedHashMap实例
createLinkedHashSet() - 类 中的静态方法blade.kit.CollectionKit
创建LinkedHashSet实例
createLinkedHashSet(V...) - 类 中的静态方法blade.kit.CollectionKit
创建一个LinkedHashSet。
createLinkedHashSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
创建一个LinkedHashSet。
createLinkedList() - 类 中的静态方法blade.kit.CollectionKit
创建LinkedList实例
createLinkedList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedList实例
createLinkedList(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedList实例
createLinkedList(V...) - 类 中的静态方法blade.kit.CollectionKit
创建LinkedList实例
createMimeMessage() - 类 中的方法blade.kit.mail.EmailHandle
 
createParentDir(String) - 类 中的静态方法blade.kit.FileKit
创建文件路径的父文件夹,不管文件层级,均可创建
createParentDir(File) - 类 中的静态方法blade.kit.FileKit
 
createParentDir(String, boolean) - 类 中的静态方法blade.kit.FileKit
创建文件路径的父文件夹,不管文件层级,均可创建
createParentDir(File, boolean) - 类 中的静态方法blade.kit.FileKit
 
createPriorityQueue() - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createPriorityQueue(int) - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createPriorityQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createPriorityQueue(int, Comparator<? super E>) - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createPriorityQueue(PriorityQueue<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createPriorityQueue(SortedSet<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
创建PriorityQueue实例
createTempDirectory(String, String) - 类 中的静态方法blade.kit.FileKit
 
createTempDirectory(String, String, String) - 类 中的静态方法blade.kit.FileKit
 
createTempDirectory(String, String, File) - 类 中的静态方法blade.kit.FileKit
 
createTempFile() - 类 中的静态方法blade.kit.FileKit
 
createTempFile(boolean) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String, boolean) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String, String) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String, File) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String, String, boolean) - 类 中的静态方法blade.kit.FileKit
 
createTempFile(String, String, File, boolean) - 类 中的静态方法blade.kit.FileKit
 
createTreeMap() - 类 中的静态方法blade.kit.CollectionKit
创建TreeMap实例
createTreeMap(Comparator<? super K>) - 类 中的静态方法blade.kit.CollectionKit
创建TreeMap实例
createTreeMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建TreeMap实例
createTreeMap(SortedMap<K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建TreeMap实例
createTreeSet(V...) - 类 中的静态方法blade.kit.CollectionKit
创建一个TreeSet。
createTreeSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
创建一个TreeSet。
createTreeSet(Comparator<? super T>) - 类 中的静态方法blade.kit.CollectionKit
创建一个TreeSet。
createTreeSet(Comparator<? super T>, V...) - 类 中的静态方法blade.kit.CollectionKit
创建一个TreeSet。
createTreeSet(Comparator<? super T>, Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
创建一个TreeSet。
createTreeSet(SortedSet<E>) - 类 中的静态方法blade.kit.CollectionKit
创建TreeSet实例
createWeakHashMap() - 类 中的静态方法blade.kit.CollectionKit
创建WeakHashMap实例
createWeakHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
创建WeakHashMap实例
createWeakHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
创建WeakHashMap实例
createWeakHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
创建WeakHashMap实例
createWriter(Writer) - 类 中的方法blade.kit.json.PrettyPrint
 
current() - 类 中的方法blade.kit.timw.TimwMonitor
求全部计时均值
current() - 类 中的方法blade.kit.TimwKit
 
CURRENT_DIR - 类 中的静态变量blade.kit.FileKit
当前目录记号:"."

D

date() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Date' header from the response
DATE_FORMAT_DATE - 类 中的静态变量blade.kit.TimeKit
 
dateAdd(int, Date, int) - 类 中的静态方法blade.kit.DateKit
增加时间
dateDiff(int, Date, Date) - 类 中的静态方法blade.kit.DateKit
计算两个时间间隔
dateFormat(String, String) - 类 中的静态方法blade.kit.DateKit
字符型转换成日期型
dateFormat(String) - 类 中的静态方法blade.kit.DateKit
使用默认格式 yyyy-MM-dd HH:mm:ss
dateFormat(Date, String) - 类 中的静态方法blade.kit.DateKit
日期型转换成字符串
dateFormat(Date) - 类 中的静态方法blade.kit.DateKit
使用默认格式 yyyy-MM-dd HH:mm:ss
dateFormatRss(Date) - 类 中的静态方法blade.kit.DateKit
把日期格式为rss格式兼容的字符串
dateHeader(String) - 类 中的方法blade.kit.http.HttpRequest
Get a date header from the response falling back to returning -1 if the header is missing or parsing fails
dateHeader(String, long) - 类 中的方法blade.kit.http.HttpRequest
Get a date header from the response falling back to returning the given default value if the header is missing or parsing fails
DateKit - blade.kit中的类
日期处理类
DateKit() - 类 的构造器blade.kit.DateKit
 
DaysBetween(Date, Date) - 类 中的静态方法blade.kit.DateKit
两个日期相减,取天数
DEBUG - 类 中的静态变量blade.kit.log.Level
 
debug(Object) - 类 中的方法blade.kit.log.Log4jLogger
 
debug(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
debug(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
 
debug(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
debug(Object) - 类 中的方法blade.kit.log.Logger
 
debug(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
debug(Object, Throwable) - 类 中的方法blade.kit.log.Logger
 
debug(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
decapitalize(String) - 类 中的静态方法blade.kit.StringKit
StringKit.uncapitalize(String)不同,连续大写字符将不做改变 如果字符串是null则返回null
decode(String) - 类 中的静态方法blade.kit.Base64
 
decode(String) - 类 中的方法blade.kit.HashidKit
Decrypt string to numbers
decodeHex(String) - 类 中的方法blade.kit.HashidKit
Decrypt string to numbers
decoder(String) - 类 中的静态方法blade.kit.Base64
 
deepClone(Object) - 类 中的静态方法blade.kit.CloneKit
深度复制对象
DEFAULT - 接口 中的静态变量blade.kit.http.ConnectionFactory
一个默认的连接工厂
DEFAULT - 接口 中的静态变量blade.kit.http.UploadProgress
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量blade.kit.IOKit
The default buffer size to use.
DEFAULT_DATE_FORMAT - 类 中的静态变量blade.kit.TimeKit
 
defaultIfNull(String) - 类 中的静态方法blade.kit.StringKit
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
defaultIfNull(String, String) - 类 中的静态方法blade.kit.StringKit
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
delete(File) - 类 中的静态方法blade.kit.FileKit
刪除文件
delete(String) - 类 中的静态方法blade.kit.FileKit
刪除文件
delete(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'DELETE' request to the given URL
delete(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'DELETE' request to the given URL
delete(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'DELETE' request to the given URL along with the query params
delete(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'DELETE' request to the given URL along with the query params
DELETE - 类 中的静态变量blade.kit.http.MethodType
'DELETE' request method
DELETE - 类 中的静态变量blade.kit.StringKit
 
deleteAny(String, String) - 类 中的静态方法blade.kit.StringKit
 
deleteDir(File) - 类 中的静态方法blade.kit.FileKit
删除文件及子文件
deleteDir(String) - 类 中的静态方法blade.kit.FileKit
删除文件及子文件
delFileAffix() - 类 中的方法blade.kit.mail.EmailHandle
删除添加的附件
delimitedListToStringArray(String, String) - 类 中的静态方法blade.kit.StringKit
 
delimitedListToStringArray(String, String, String) - 类 中的静态方法blade.kit.StringKit
 
depose() - 类 中的静态方法blade.kit.TaskKit
关闭定时任务服务 系统关闭时可调用此方法终止正在执行的定时任务,一旦关闭后不允许再向线程池中添加任务,否则会报RejectedExecutionException异常
disconnect() - 类 中的方法blade.kit.http.HttpRequest
Disconnect the connection
done() - 类 中的方法blade.kit.http.HttpRequest.CloseOperation
 
done() - 类 中的方法blade.kit.http.HttpRequest.FlushOperation
 
done() - 类 中的方法blade.kit.http.HttpRequest.Operation
操作完成回调
DOUBLE_ZERO - 类 中的静态变量blade.kit.Emptys
 
dumpSystemInfo() - 类 中的静态方法blade.kit.SystemKit
将系统信息输出到指定PrintWriter中。
dumpSystemInfo(PrintWriter) - 类 中的静态方法blade.kit.SystemKit
将系统信息输出到指定PrintWriter中。

E

EmailHandle - blade.kit.mail中的类
邮件发送处理工具类
EmailHandle(String) - 类 的构造器blade.kit.mail.EmailHandle
 
EMPTY_BOOLEAN_ARRAY - 类 中的静态变量blade.kit.Emptys
空的boolean数组。
EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_BYTE_ARRAY - 类 中的静态变量blade.kit.Emptys
空的byte数组。
EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_CHAR_ARRAY - 类 中的静态变量blade.kit.Emptys
空的char数组。
EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_CLASS_ARRAY - 类 中的静态变量blade.kit.Emptys
空的Class数组。
EMPTY_DOUBLE_ARRAY - 类 中的静态变量blade.kit.Emptys
空的double数组。
EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_FLOAT_ARRAY - 类 中的静态变量blade.kit.Emptys
空的float数组。
EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_INT_ARRAY - 类 中的静态变量blade.kit.Emptys
空的int数组。
EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_LONG_ARRAY - 类 中的静态变量blade.kit.Emptys
空的long数组。
EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
空的Object数组。
EMPTY_SHORT_ARRAY - 类 中的静态变量blade.kit.Emptys
空的short数组。
EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量blade.kit.Emptys
 
EMPTY_STRING - 类 中的静态变量blade.kit.Emptys
空字符串。
EMPTY_STRING_ARRAY - 类 中的静态变量blade.kit.Emptys
空的String数组。
Emptys - blade.kit中的类
定义各种代表“空”的常量
Emptys() - 类 的构造器blade.kit.Emptys
 
encode(String) - 类 中的静态方法blade.kit.Base64
Encode string as a byte array in Base64 annotation.
encode(String, String) - 类 中的静态方法blade.kit.EncrypKit
encode string
encode(long...) - 类 中的方法blade.kit.HashidKit
Encrypt numbers to string
encode(String) - 类 中的静态方法blade.kit.http.HttpRequest
Encode the given URL as an ASCII String This method ensures the path and query segments of the URL are properly encoded such as ' ' characters being encoded to '%20' or any UTF-8 characters that are non-ASCII.
encodeBytes(byte[]) - 类 中的静态方法blade.kit.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - 类 中的静态方法blade.kit.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[], int, int) - 类 中的静态方法blade.kit.Base64
Similar to Base64.encodeBytes(byte[], int, int) but returns a byte array instead of instantiating a String.
encodeHex(String) - 类 中的方法blade.kit.HashidKit
Encrypt hexa to string
ENCODING_GZIP - 类 中的静态变量blade.kit.http.Header
gzip压缩
EncrypKit - blade.kit中的类
md5 sha加密类
EncrypKit() - 类 的构造器blade.kit.EncrypKit
 
end() - 类 中的方法blade.kit.timw.TimwMonitor
一个计时结束
endAndRestart() - 类 中的方法blade.kit.timw.TimwMonitor
一个计时结束,并且启动下次计时。
equals(Object) - 类 中的方法blade.kit.json.JsonArray
 
equals(Object) - 类 中的方法blade.kit.json.JsonObject
 
equals(Object) - 类 中的方法blade.kit.json.JsonObject.Member
 
equals(Object) - 类 中的方法blade.kit.json.JsonValue
Indicates whether some other object is "equal to" this one according to the contract specified in Object.equals(Object).
equals(String, String) - 类 中的静态方法blade.kit.StringKit
比较两个字符串(大小写敏感)。
equalsIgnoreCase(String, String) - 类 中的静态方法blade.kit.StringKit
比较两个字符串(大小写不敏感)。
equalsIgnoreCase(String[], String[]) - 类 中的静态方法blade.kit.StringKit
Compares two string arrays.
equalsOne(char, char[]) - 类 中的静态方法blade.kit.CharKit
 
equalsOne(String, String[]) - 类 中的静态方法blade.kit.StringKit
Compares string with at least one from the provided array.
equalsOneIgnoreCase(String, String[]) - 类 中的静态方法blade.kit.StringKit
Compares string with at least one from the provided array, ignoring case.
ERROR - 类 中的静态变量blade.kit.log.Level
 
error(Object) - 类 中的方法blade.kit.log.Log4jLogger
 
error(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
error(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
 
error(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
error(Object) - 类 中的方法blade.kit.log.Logger
 
error(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
error(Object, Throwable) - 类 中的方法blade.kit.log.Logger
 
error(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
ERROR - 类 中的静态变量blade.kit.StringKit
 
errorMsg - 类 中的变量blade.kit.ShellKit.CommandResult
 
eTag() - 类 中的方法blade.kit.http.HttpRequest
Get the 'ETag' header from the response
ExceptionKit - blade.kit中的类
处理异常的工具类。
ExceptionKit() - 类 的构造器blade.kit.ExceptionKit
 
exclusiveBetween(T, T, Comparable<T>) - 类 中的静态方法blade.kit.Assert
 
exclusiveBetween(T, T, Comparable<T>, String, Object...) - 类 中的静态方法blade.kit.Assert
 
exclusiveBetween(long, long, long) - 类 中的静态方法blade.kit.Assert
 
exclusiveBetween(long, long, long, String, Object...) - 类 中的静态方法blade.kit.Assert
 
exclusiveBetween(double, double, double) - 类 中的静态方法blade.kit.Assert
 
exclusiveBetween(double, double, double, String, Object...) - 类 中的静态方法blade.kit.Assert
 
execCommand(String, boolean) - 类 中的静态方法blade.kit.ShellKit
 
execCommand(String, boolean, boolean) - 类 中的静态方法blade.kit.ShellKit
 
execCommand(List<String>, boolean, boolean) - 类 中的静态方法blade.kit.ShellKit
 
execCommand(String[], boolean, boolean) - 类 中的静态方法blade.kit.ShellKit
execute shell commands ShellKit.CommandResult.result is -1, there maybe some excepiton.
exist(String) - 类 中的静态方法blade.kit.FileKit
判断文件是否存在,如果path为null,则返回false
exist(File) - 类 中的静态方法blade.kit.FileKit
判断文件是否存在,如果file为null,则返回false
exist(String, String) - 类 中的静态方法blade.kit.FileKit
是否存在匹配文件
expires() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Expires' header from the response

F

FAILED - 类 中的静态变量blade.kit.StringKit
 
FALSE - 类 中的静态变量blade.kit.json.Json
Represents the JSON literal false.
FALSE - 类 中的静态变量blade.kit.json.JsonValue
已过时。
Use Json.FALSE instead
FastByteArrayOutputStream - blade.kit.io中的类
基于快速缓冲FastByteBuffer的OutputStream,随着数据的增长自动扩充缓冲区 可以通过FastByteArrayOutputStream.toByteArray()FastByteArrayOutputStream.toString()来获取数据 FastByteArrayOutputStream.close()方法无任何效果,当流被关闭后不会抛出IOException 这种设计避免重新分配内存块而是分配新增的缓冲区,缓冲区不会被GC,数据也不会被拷贝到其他缓冲区。
FastByteArrayOutputStream() - 类 的构造器blade.kit.io.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - 类 的构造器blade.kit.io.FastByteArrayOutputStream
 
FastByteBuffer - blade.kit.io中的类
快速缓冲,将数据存放在缓冲集中,取代以往的单一数组
FastByteBuffer() - 类 的构造器blade.kit.io.FastByteBuffer
 
FastByteBuffer(int) - 类 的构造器blade.kit.io.FastByteBuffer
 
FATAL - 类 中的静态变量blade.kit.log.Level
 
fatal(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
fatal(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
file(String) - 类 中的静态方法blade.kit.FileKit
简单工厂
file(File, String) - 类 中的静态方法blade.kit.FileKit
简单工厂
FileKit - blade.kit中的类
有关文件处理的工具类。
FileKit() - 类 的构造器blade.kit.FileKit
 
FileKit.FileNameAndExtension - blade.kit中的类
 
fillInStackTrace() - 异常错误 中的方法blade.kit.exception.ClassReaderException
 
fillInStackTrace() - 异常错误 中的方法blade.kit.exception.IllegalPathException
 
filter(String) - 类 中的方法blade.kit.text.HTMLFilter
given a user submitted input String, filter out any invalid or restricted html.
findFirstDiff(char[], int, char[]) - 类 中的静态方法blade.kit.CharKit
 
findFirstDiff(char[], int, char) - 类 中的静态方法blade.kit.CharKit
 
findFirstEqual(char[], int, char[]) - 类 中的静态方法blade.kit.CharKit
 
findFirstEqual(char[], int, char) - 类 中的静态方法blade.kit.CharKit
 
firstUpperCase(String) - 类 中的静态方法blade.kit.StringKit
 
FLOAT_ZERO - 类 中的静态变量blade.kit.Emptys
 
flush() - 类 中的方法blade.kit.io.StringBuilderWriter
Flushing this writer has no effect.
FlushOperation(Flushable) - 类 的构造器blade.kit.http.HttpRequest.FlushOperation
Create flush operation
followRedirects(boolean) - 类 中的方法blade.kit.http.HttpRequest
Set whether or not the underlying connection should follow redirects in the response.
forceAccess(AccessibleObject) - 类 中的静态方法blade.kit.ReflectKit
 
form(Map<?, ?>) - 类 中的方法blade.kit.http.HttpRequest
Write the values in the map as form data to the request body The pairs specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
form(Map.Entry<?, ?>) - 类 中的方法blade.kit.http.HttpRequest
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
form(Map.Entry<?, ?>, String) - 类 中的方法blade.kit.http.HttpRequest
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type
form(Object, Object) - 类 中的方法blade.kit.http.HttpRequest
Write the name/value pair as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
form(Object, Object, String) - 类 中的方法blade.kit.http.HttpRequest
Write the name/value pair as form data to the request body The values specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type
form(Map<?, ?>, String) - 类 中的方法blade.kit.http.HttpRequest
Write the values in the map as encoded form data to the request body
format(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
formatDateByUnixTime(long, String) - 类 中的静态方法blade.kit.DateKit
将int型时间(1970年至今的秒数)转换成指定格式的时间
FormatDecimalString(String) - 类 中的静态方法blade.kit.StringKit
格式化数据
fromCamelCase(String, char) - 类 中的静态方法blade.kit.StringKit
 

G

get(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'GET' request to the given URL
get(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'GET' request to the given URL
get(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'GET' request to the given URL along with the query params
get(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'GET' request to the given URL along with the query params
GET - 类 中的静态变量blade.kit.http.MethodType
'GET' request method
get(int) - 类 中的方法blade.kit.io.FastByteBuffer
根据索引位返回一个字节
get(int) - 类 中的方法blade.kit.json.JsonArray
Returns the value of the element at the specified position in this array.
get(String) - 类 中的方法blade.kit.json.JsonObject
Returns the value of the member with the specified name in this object.
getAbsolutePathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
getAddress() - 类 中的方法blade.kit.SystemKit.HostInfo
取得当前主机的地址。
getArch() - 类 中的方法blade.kit.SystemKit.OsInfo
取得当前OS的架构(取自系统属性:os.arch)。
getBeforeDate(String) - 类 中的静态方法blade.kit.DateKit
 
getBeforeYearList(int) - 类 中的静态方法blade.kit.DateKit
 
getBetweenTodaysStartDateAndEndDate(Date, Date) - 类 中的静态方法blade.kit.DateKit
判断二个日期相隔的天数,结束时间为null时,,取当前时间
getBoolean(String, boolean) - 类 中的方法blade.kit.json.JsonObject
Returns the boolean value of the member with the specified name in this object.
getBoolean(String) - 类 中的方法blade.kit.json.JsonObject
 
getBuilder() - 类 中的方法blade.kit.io.StringBuilderWriter
Return the underlying builder.
getCause() - 异常错误 中的方法blade.kit.http.HttpRequestException
 
getCauses(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
取得包括当前异常在内的所有的causes异常,按出现的顺序排列。
getCauses(Throwable, boolean) - 类 中的静态方法blade.kit.ExceptionKit
取得包括当前异常在内的所有的causes异常,按出现的顺序排列
getCcMail() - 类 中的方法blade.kit.mail.MailTemplate
 
getChineseByStr(String) - 类 中的静态方法blade.kit.StringKit
提取字符串中的中文字符
getClass(String, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
 
getClass(String, Class<?>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
默认实现以文件形式的读取
getClass(String, boolean) - 接口 中的方法blade.kit.resource.ClassReader
 
getClass(String, Class<?>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
 
getClass(String, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
 
getClass(String, Class<?>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
 
getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
 
getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
 
getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
 
getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
 
getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
 
getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
 
getClassFilePath(Class<?>) - 类 中的静态方法blade.kit.FileKit
 
getClassPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
getClassPathArray() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
getClassVersion() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的class文件格式的版本(取自系统属性:java.class.version)。
getColumn() - 异常错误 中的方法blade.kit.json.ParseException
Returns the index of the character at which the error occurred, relative to the line.
getConnection() - 类 中的方法blade.kit.http.HttpRequest
Get underlying connection
getCountry() - 类 中的方法blade.kit.SystemKit.UserInfo
取得当前登录用户的国家或区域设置(取自系统属性:JDK1.4 user.country或JDK1.2 user.region)。
getCurrentDir() - 类 中的方法blade.kit.SystemKit.UserInfo
取得当前目录(取自系统属性:user.dir)。
getCurrentTimeInLong() - 类 中的静态方法blade.kit.TimeKit
get current time in milliseconds
getCurrentTimeInString() - 类 中的静态方法blade.kit.TimeKit
get current time in milliseconds, format is TimeKit.DEFAULT_DATE_FORMAT
getCurrentTimeInString(SimpleDateFormat) - 类 中的静态方法blade.kit.TimeKit
get current time in milliseconds
getCurrentUnixTime() - 类 中的静态方法blade.kit.DateKit
 
getDatebyTime(Date, int) - 类 中的静态方法blade.kit.DateKit
 
getDateByUnixTime(int) - 类 中的静态方法blade.kit.DateKit
将int型时间(1970年至今的秒数)转换成Date型时间
getDaysAgo(int) - 类 中的静态方法blade.kit.DateKit
 
getDelFormat(Object) - 类 中的静态方法blade.kit.StringKit
截取 float/double 类型 一位小数
getDelFormat2(Object) - 类 中的静态方法blade.kit.StringKit
截取 float/double 类型 两位小数
getDelFormat3(Object) - 类 中的静态方法blade.kit.StringKit
截取三位
getDouble(String, double) - 类 中的方法blade.kit.json.JsonObject
Returns the double value of the member with the specified name in this object.
getDouble(String) - 类 中的方法blade.kit.json.JsonObject
 
getEndorsedDirs() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的endorsed目录列表(取自系统属性:java.endorsed.dirs)。
getExtDirs() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的扩展目录列表(取自系统属性:java.ext.dirs)。
getExtension() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
 
getExtension(String) - 类 中的静态方法blade.kit.FileKit
取得文件路径的后缀。
getExtension(String, boolean) - 类 中的静态方法blade.kit.FileKit
取得文件路径的后缀。
getExtension(String, String) - 类 中的静态方法blade.kit.FileKit
取得文件路径的后缀。
getExtension(String, String, boolean) - 类 中的静态方法blade.kit.FileKit
取得文件路径的后缀。
getFileList() - 类 中的方法blade.kit.mail.MailTemplate
 
getFileName() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
 
getFilename(String) - 类 中的静态方法blade.kit.StringKit
获取文件名称
getFileSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
取得OS的文件路径的分隔符(取自系统属性:file.separator)。
getFileSize(String) - 类 中的静态方法blade.kit.FileKit
获取文件大小(字节数)
getFloat(String, float) - 类 中的方法blade.kit.json.JsonObject
Returns the float value of the member with the specified name in this object.
getFloat(String) - 类 中的方法blade.kit.json.JsonObject
 
getHomeDir() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的安装目录(取自系统属性:java.home)。
getHomeDir() - 类 中的方法blade.kit.SystemKit.UserInfo
取得当前登录用户的home目录(取自系统属性:user.home)。
getHostInfo() - 类 中的静态方法blade.kit.SystemKit
取得Host的信息。
getInfo() - 类 中的方法blade.kit.SystemKit.JvmInfo
取得当前JVM impl.的信息(取自系统属性:java.vm.info)。
getInt(String, int) - 类 中的方法blade.kit.json.JsonObject
Returns the int value of the member with the specified name in this object.
getInt(String) - 类 中的方法blade.kit.json.JsonObject
 
getIpAddrByRequest(HttpServletRequest) - 类 中的静态方法blade.kit.IpKit
 
getJavaInfo() - 类 中的静态方法blade.kit.SystemKit
取得Java Implementation的信息。
getJavaRuntimeInfo() - 类 中的静态方法blade.kit.SystemKit
取得当前运行的JRE的信息。
getJavaSpecInfo() - 类 中的静态方法blade.kit.SystemKit
取得Java Specification的信息。
getJvmInfo() - 类 中的静态方法blade.kit.SystemKit
取得Java Virtual Machine Implementation的信息。
getJvmSpecInfo() - 类 中的静态方法blade.kit.SystemKit
取得Java Virtual Machine Specification的信息。
getLanguage() - 类 中的方法blade.kit.SystemKit.UserInfo
取得当前登录用户的语言设置(取自系统属性:user.language)。
getLength() - 类 中的方法blade.kit.io.ByteArray
 
getLibraryPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
getLibraryPathArray() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
getLine() - 异常错误 中的方法blade.kit.json.ParseException
Returns the number of the line in which the error occurred.
getLineSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
取得OS的文本文件换行符(取自系统属性:line.separator)。
getLogger(Class<?>) - 类 中的方法blade.kit.log.JdkLoggerFactory
 
getLogger(String) - 类 中的方法blade.kit.log.JdkLoggerFactory
 
getLogger(Class<?>) - 类 中的方法blade.kit.log.Log4jLoggerFactory
 
getLogger(String) - 类 中的方法blade.kit.log.Log4jLoggerFactory
 
getLogger(String) - 类 中的静态方法blade.kit.log.Logger
 
getLogger(Class<?>) - 类 中的静态方法blade.kit.log.Logger
 
getLogger() - 类 中的静态方法blade.kit.log.Logger
 
getLogger(Class<?>) - 接口 中的方法blade.kit.log.LoggerFactory
 
getLogger(String) - 接口 中的方法blade.kit.log.LoggerFactory
 
getLogger(Class<?>) - 类 中的方法blade.kit.log.SimpleLoggerFactory
 
getLogger(String) - 类 中的方法blade.kit.log.SimpleLoggerFactory
 
getLong(String, long) - 类 中的方法blade.kit.json.JsonObject
Returns the long value of the member with the specified name in this object.
getLong(String) - 类 中的方法blade.kit.json.JsonObject
 
getMethodByName(Object, String) - 类 中的静态方法blade.kit.ReflectKit
查找方法
getMethodByName(Class<?>, String) - 类 中的静态方法blade.kit.ReflectKit
 
getName(String) - 类 中的静态方法blade.kit.FileKit
获取文件名,即文件全名去掉路径,结果与平台无关,保持统一。
getName() - 类 中的方法blade.kit.json.JsonObject.Member
Returns the name of this member.
getName() - 类 中的方法blade.kit.log.Log4jLogger
 
getName() - 类 中的方法blade.kit.log.Logger
 
getName() - 类 中的方法blade.kit.SystemKit.HostInfo
取得当前主机的名称。
getName() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的名称(取自系统属性:java.runtime.name)。
getName() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
取得当前Java Spec.的名称(取自系统属性:java.specification.name)。
getName() - 类 中的方法blade.kit.SystemKit.JvmInfo
取得当前JVM impl.的名称(取自系统属性:java.vm.name)。
getName() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
取得当前JVM spec.的名称(取自系统属性:java.vm.specification.name)。
getName() - 类 中的方法blade.kit.SystemKit.OsInfo
取得当前OS的名称(取自系统属性:os.name)。
getName() - 类 中的方法blade.kit.SystemKit.UserInfo
取得当前登录用户的名字(取自系统属性:user.name)。
getNextDay(Date) - 类 中的静态方法blade.kit.DateKit
 
getNow() - 类 中的静态方法blade.kit.DateKit
 
getNowTime() - 类 中的静态方法blade.kit.DateKit
 
getNumberFormat(long) - 类 中的静态方法blade.kit.StringKit
格式化数据
getOffset() - 类 中的方法blade.kit.io.ByteArray
 
getOffset() - 异常错误 中的方法blade.kit.json.ParseException
Returns the absolute index of the character at which the error occurred.
getOsInfo() - 类 中的静态方法blade.kit.SystemKit
取得OS的信息。
getParam(String, String) - 类 中的方法blade.kit.http.HttpRequest
Get parameter value from header value
getParams(String) - 类 中的方法blade.kit.http.HttpRequest
Get parameter values from header value
getPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
getPathSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
取得OS的搜索路径分隔符(取自系统属性:path.separator)。
getProperty(String) - 类 中的静态方法blade.kit.PropertyKit
根据文件名读取properties文件
getProperty(Object, String) - 类 中的静态方法blade.kit.ReflectKit
用getter获取bean属性
getPropertyMap(String) - 类 中的静态方法blade.kit.PropertyKit
//TODO 根据文件名读取map数据
getPropertyMap(Properties) - 类 中的静态方法blade.kit.PropertyKit
//TODO 根据property对象获取map格式数据
getProtocolPackages() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的URL协议packages列表(取自系统属性:java.library.path)。
getRandomChar(int) - 类 中的静态方法blade.kit.StringKit
获取随机字符
getRandomNumber(int, int) - 类 中的静态方法blade.kit.StringKit
获得0-max的随机数
getRandomNumber(int) - 类 中的静态方法blade.kit.StringKit
获取指定长度的随机数字组成的字符串
getRawBytes() - 类 中的方法blade.kit.io.ByteArray
 
getRealIp() - 类 中的静态方法blade.kit.IpKit
 
getRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
取得相对于指定根目录的相对路径。
getResourcesFile(String) - 类 中的静态方法blade.kit.FileKit
获取资源名对应的文件对象
getResourcesFile(URL) - 类 中的静态方法blade.kit.FileKit
获取url对应的文件对象
getResult() - 接口 中的方法blade.kit.io.LineProcessor
Return the result of processing all the lines.
getRootCause(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
Returns the innermost cause of throwable.
getRootCause(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
取得最根本的异常。
getRound(double) - 类 中的静态方法blade.kit.StringKit
四舍五入 返回int类型
getSpecifyTimeSec(long, int) - 类 中的静态方法blade.kit.DateKit
指定时间的秒数 指定时间零点的秒数加指定天数的秒数
getStackTrace(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
取得异常的stacktrace字符串。
getStackTraceAsString(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
Returns a string containing the result of toString(), followed by the full, recursive stack trace of throwable.
getStartDay(int, int) - 类 中的静态方法blade.kit.DateKit
 
getStrByCharset(String, String) - 类 中的静态方法blade.kit.StringKit
功能:获得配置文件中指定编码字符串
getString(String, String) - 类 中的方法blade.kit.json.JsonObject
Returns the String value of the member with the specified name in this object.
getString(String) - 类 中的方法blade.kit.json.JsonObject
 
getStringNowTime() - 类 中的静态方法blade.kit.DateKit
 
getStringsubstr(String, int) - 类 中的静态方法blade.kit.StringKit
截取字符串 先是一定的长多 多余...
getSunArchDataModel() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
JVM is 32M or 64M
getSunBoothClassPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
 
getSystemDependentAbsolutePathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
取得和系统相关的绝对路径。
getTaskScheduler() - 类 中的静态方法blade.kit.TaskKit
返回定时任务线程池,可做更高级的应用
getTempDir() - 类 中的方法blade.kit.SystemKit.UserInfo
取得临时目录(取自系统属性:java.io.tmpdir)。
getThisWeekStartTime() - 类 中的静态方法blade.kit.DateKit
 
getTime(int) - 类 中的静态方法blade.kit.DateKit
取得指定长度日期时间字符串{不含格式}
getTime(long, SimpleDateFormat) - 类 中的静态方法blade.kit.TimeKit
long time to string
getTime(long) - 类 中的静态方法blade.kit.TimeKit
long time to string, format is TimeKit.DEFAULT_DATE_FORMAT
getTimeCounter() - 类 中的方法blade.kit.timw.TimwMonitor
 
getTimerMonitor() - 类 中的静态方法blade.kit.timw.TimwManager
 
getTimwKit() - 类 中的方法blade.kit.timw.TimwMonitor
 
getToday(String) - 类 中的静态方法blade.kit.DateKit
 
getTodayYear() - 类 中的静态方法blade.kit.DateKit
当前年份
getToMail() - 类 中的方法blade.kit.mail.MailTemplate
 
getTomorrow() - 类 中的静态方法blade.kit.DateKit
 
getTomorrow(Date) - 类 中的静态方法blade.kit.DateKit
 
getUnixPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
getUnixRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
取得相对于指定根目录的相对路径。
getUnixTimeByDate(Date) - 类 中的静态方法blade.kit.DateKit
将Date型时间转换成int型时间(1970年至今的秒数)
getUserAge(Date) - 类 中的静态方法blade.kit.DateKit
根据生日去用户年龄
getUserInfo() - 类 中的静态方法blade.kit.SystemKit
取得User的信息。
getUUID() - 类 中的静态方法blade.kit.StringKit
随机获取UUID字符串(无中划线)
getValidCharset(String) - 类 中的静态方法blade.kit.http.HttpRequest
 
getValue() - 类 中的方法blade.kit.json.JsonObject.Member
Returns the value of this member.
getVendor() - 类 中的方法blade.kit.SystemKit.JavaInfo
取得当前Java impl.的厂商(取自系统属性:java.vendor)。
getVendor() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
取得当前Java Spec.的厂商(取自系统属性:java.specification.vendor)。
getVendor() - 类 中的方法blade.kit.SystemKit.JvmInfo
取得当前JVM impl.的厂商(取自系统属性:java.vm.vendor)。
getVendor() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
取得当前JVM spec.的厂商(取自系统属性:java.vm.specification.vendor)。
getVendorURL() - 类 中的方法blade.kit.SystemKit.JavaInfo
取得当前Java impl.的厂商网站的URL(取自系统属性:java.vendor.url)。
getVersion() - 类 中的方法blade.kit.HashidKit
Get version
getVersion() - 类 中的方法blade.kit.SystemKit.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getVersion() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
取得当前JRE的版本(取自系统属性:java.runtime.version)。
getVersion() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
取得当前Java Spec.的版本(取自系统属性:java.specification.version)。
getVersion() - 类 中的方法blade.kit.SystemKit.JvmInfo
取得当前JVM impl.的版本(取自系统属性:java.vm.version)。
getVersion() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
取得当前JVM spec.的版本(取自系统属性:java.vm.specification.version)。
getVersion() - 类 中的方法blade.kit.SystemKit.OsInfo
取得当前OS的版本(取自系统属性:os.version)。
getVersionFloat() - 类 中的方法blade.kit.SystemKit.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getVersionInt() - 类 中的方法blade.kit.SystemKit.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getWeekAgo() - 类 中的静态方法blade.kit.DateKit
 
getWeekAgo(Date) - 类 中的静态方法blade.kit.DateKit
 
getWindowsPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
getWindowsRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
取得相对于指定根目录的相对路径。
getYesterday() - 类 中的静态方法blade.kit.DateKit
 
getYesterday(Date) - 类 中的静态方法blade.kit.DateKit
 

H

hashCode() - 类 中的方法blade.kit.json.JsonArray
 
hashCode() - 类 中的方法blade.kit.json.JsonObject
 
hashCode() - 类 中的方法blade.kit.json.JsonObject.Member
 
hashCode() - 类 中的方法blade.kit.json.JsonValue
 
HashidKit - blade.kit中的类
Hashids designed for Generating short hashes from numbers (like YouTube and Bitly), obfuscate database IDs, use them as forgotten password hashes, invitation codes, store shard numbers This is implementation of http://hashids.org v0.3.3 version.
HashidKit() - 类 的构造器blade.kit.HashidKit
 
HashidKit(String) - 类 的构造器blade.kit.HashidKit
 
HashidKit(String, int) - 类 的构造器blade.kit.HashidKit
 
HashidKit(String, int, String) - 类 的构造器blade.kit.HashidKit
 
hasItems(Enumeration<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Enumeration是否有元素
hasItems(Iterator<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Iterator是否有元素
hasLength(String, String) - 类 中的静态方法blade.kit.Assert
 
hasNotItems(Enumeration<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Enumeration是否没有元素
hasNotItems(Iterator<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Iterator是否没有元素
hasRootPermission() - 类 中的静态方法blade.kit.ShellKit
check whether has root permission
head(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'HEAD' request to the given URL
head(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'HEAD' request to the given URL
head(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'HEAD' request to the given URL along with the query params
head(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'GET' request to the given URL along with the query params
HEAD - 类 中的静态变量blade.kit.http.MethodType
'HEAD' request method
Header - blade.kit.http中的类
头信息常量
Header() - 类 的构造器blade.kit.http.Header
 
header(String, String) - 类 中的方法blade.kit.http.HttpRequest
Set header name to given value
header(String, Number) - 类 中的方法blade.kit.http.HttpRequest
Set header name to given value
header(Map.Entry<String, String>) - 类 中的方法blade.kit.http.HttpRequest
Set header to have given entry's key as the name and value as the value
header(String) - 类 中的方法blade.kit.http.HttpRequest
Get a response header
HEADER_ACCEPT - 类 中的静态变量blade.kit.http.Header
Accept
HEADER_ACCEPT_CHARSET - 类 中的静态变量blade.kit.http.Header
Accept-Charset
HEADER_ACCEPT_ENCODING - 类 中的静态变量blade.kit.http.Header
Accept-Encoding
HEADER_AUTHORIZATION - 类 中的静态变量blade.kit.http.Header
Authorization
HEADER_CACHE_CONTROL - 类 中的静态变量blade.kit.http.Header
'Cache-Control' header name
HEADER_CONTENT_ENCODING - 类 中的静态变量blade.kit.http.Header
'Content-Encoding' header name
HEADER_CONTENT_LENGTH - 类 中的静态变量blade.kit.http.Header
'Content-Length' header name
HEADER_CONTENT_TYPE - 类 中的静态变量blade.kit.http.Header
'Content-Type' header name
HEADER_DATE - 类 中的静态变量blade.kit.http.Header
'Date' header name
HEADER_ETAG - 类 中的静态变量blade.kit.http.Header
'ETag' header name
HEADER_EXPIRES - 类 中的静态变量blade.kit.http.Header
'Expires' header name
HEADER_IF_NONE_MATCH - 类 中的静态变量blade.kit.http.Header
'If-None-Match' header name
HEADER_LAST_MODIFIED - 类 中的静态变量blade.kit.http.Header
'Last-Modified' header name
HEADER_LOCATION - 类 中的静态变量blade.kit.http.Header
'Location' header name
HEADER_PROXY_AUTHORIZATION - 类 中的静态变量blade.kit.http.Header
'Proxy-Authorization' header name
HEADER_REFERER - 类 中的静态变量blade.kit.http.Header
'Referer' header name
HEADER_SERVER - 类 中的静态变量blade.kit.http.Header
'Server' header name
HEADER_USER_AGENT - 类 中的静态变量blade.kit.http.Header
'User-Agent' header name
headers(Map<String, String>) - 类 中的方法blade.kit.http.HttpRequest
Set all headers found in given map where the keys are the header names and the values are the header values
headers() - 类 中的方法blade.kit.http.HttpRequest
Get all the response headers
headers(String) - 类 中的方法blade.kit.http.HttpRequest
Get all values of the given header from the response
HOME - 类 中的静态变量blade.kit.StringKit
 
HTMLFilter - blade.kit.text中的类
HTML filtering utility for protecting against XSS (Cross Site Scripting).
HTMLFilter() - 类 的构造器blade.kit.text.HTMLFilter
Default constructor.
HTMLFilter(boolean) - 类 的构造器blade.kit.text.HTMLFilter
Set debug flag to true.
HTMLFilter(Map<String, Object>) - 类 的构造器blade.kit.text.HTMLFilter
Map-parameter configurable constructor.
htmlSpecialChars(String) - 类 中的静态方法blade.kit.text.HTMLFilter
 
HttpRequest - blade.kit.http中的类
Http请求类
HttpRequest(String, String) - 类 的构造器blade.kit.http.HttpRequest
Create HTTP connection wrapper
HttpRequest(URL, String) - 类 的构造器blade.kit.http.HttpRequest
Create HTTP connection wrapper
HttpRequest.CloseOperation<V> - blade.kit.http中的类
确保Closeable类关闭,使用适当的异常处理
HttpRequest.FlushOperation<V> - blade.kit.http中的类
Class that and ensures a Flushable gets flushed with proper exception handling.
HttpRequest.Operation<V> - blade.kit.http中的类
操作执行一个回调处理完成后和处理嵌套的异常
HttpRequestException - blade.kit.http中的异常错误
HTTP请求异常
HttpRequestException(IOException) - 异常错误 的构造器blade.kit.http.HttpRequestException
 

I

ifModifiedSince(long) - 类 中的方法blade.kit.http.HttpRequest
Set the 'If-Modified-Since' request header to the given value
ifNoneMatch(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'If-None-Match' request header to the given value
ignoreCloseExceptions(boolean) - 类 中的方法blade.kit.http.HttpRequest
Set whether or not to ignore exceptions that occur from calling Closeable.close() The default value of this setting is true
ignoreCloseExceptions() - 类 中的方法blade.kit.http.HttpRequest
Get whether or not exceptions thrown by Closeable.close() are ignored
IllegalPathException - blade.kit.exception中的异常错误
代表非法的路径。
IllegalPathException() - 异常错误 的构造器blade.kit.exception.IllegalPathException
 
IllegalPathException(String, Throwable) - 异常错误 的构造器blade.kit.exception.IllegalPathException
 
IllegalPathException(String) - 异常错误 的构造器blade.kit.exception.IllegalPathException
 
IllegalPathException(Throwable) - 异常错误 的构造器blade.kit.exception.IllegalPathException
 
inclusiveBetween(T, T, Comparable<T>) - 类 中的静态方法blade.kit.Assert
 
inclusiveBetween(T, T, Comparable<T>, String, Object...) - 类 中的静态方法blade.kit.Assert
 
inclusiveBetween(long, long, long) - 类 中的静态方法blade.kit.Assert
 
inclusiveBetween(long, long, long, String, Object...) - 类 中的静态方法blade.kit.Assert
 
inclusiveBetween(double, double, double) - 类 中的静态方法blade.kit.Assert
 
inclusiveBetween(double, double, double, String, Object...) - 类 中的静态方法blade.kit.Assert
 
indentWithSpaces(int) - 类 中的静态方法blade.kit.json.PrettyPrint
Print every value on a separate line.
indentWithTabs() - 类 中的静态方法blade.kit.json.PrettyPrint
Do not break lines, but still insert whitespace between values.
index() - 类 中的方法blade.kit.io.FastByteBuffer
当前缓冲位于缓冲区的索引位
INDEX - 类 中的静态变量blade.kit.StringKit
 
indexOfExtension(String) - 类 中的静态方法blade.kit.FileKit
获取扩展名的索引位,即最后一个"."
indexOfLastSeparator(String) - 类 中的静态方法blade.kit.FileKit
返回最后一个文件分隔符的索引位,如果文件为null,则返回-1
INFO - 类 中的静态变量blade.kit.log.Level
 
info(Object) - 类 中的方法blade.kit.log.Log4jLogger
 
info(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
info(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
 
info(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
info(Object) - 类 中的方法blade.kit.log.Logger
 
info(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
info(Object, Throwable) - 类 中的方法blade.kit.log.Logger
 
info(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
INT_ZERO - 类 中的静态变量blade.kit.Emptys
 
intersection(Set<T>, Set<T>) - 类 中的静态方法blade.kit.CollectionKit
集合交集
INTERVAL_DAY - 类 中的静态变量blade.kit.DateKit
INTERVAL_HOUR - 类 中的静态变量blade.kit.DateKit
小时
INTERVAL_MINUTE - 类 中的静态变量blade.kit.DateKit
分钟
INTERVAL_MONTH - 类 中的静态变量blade.kit.DateKit
INTERVAL_SECOND - 类 中的静态变量blade.kit.DateKit
INTERVAL_WEEK - 类 中的静态变量blade.kit.DateKit
INTERVAL_YEAR - 类 中的静态变量blade.kit.DateKit
intHeader(String) - 类 中的方法blade.kit.http.HttpRequest
Get an integer header from the response falling back to returning -1 if the header is missing or parsing fails
intHeader(String, int) - 类 中的方法blade.kit.http.HttpRequest
Get an integer header value from the response falling back to the given default value if the header is missing or if parsing fails
invokeMehod(Object, Method, Object...) - 类 中的静态方法blade.kit.ReflectKit
 
invokeMehodByName(Object, String, Object...) - 类 中的静态方法blade.kit.ReflectKit
 
invokeMethod(Method, Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
方法调用,如果clazznull,返回null; 如果methodnull,返回null 如果targetnull,则为静态方法
invokeMethod(Object, String, Object[], Class<?>...) - 类 中的静态方法blade.kit.ReflectKit
调用一个命名的方法,其参数类型相匹配的对象类型。
invokeStaticMethod(Class<?>, String, Object[], Class<?>...) - 类 中的静态方法blade.kit.ReflectKit
调用一个命名的静态方法,其参数类型相匹配的对象类型。
io(InputStream, OutputStream) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(InputStream, OutputStream, int) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(Reader, Writer) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(Reader, Writer, int) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(InputStream, OutputStream, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(Reader, Writer, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到输出流中.
io(InputStream, File) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(InputStream, File, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(InputStream, String) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(InputStream, String, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(Reader, File) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(Reader, File, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(Reader, String) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
io(Reader, String, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
从输入流读取内容, 写入到目标文件
IOKit - blade.kit中的类
IO工具类
IP - 类 中的静态变量blade.kit.StringKit
 
IpKit - blade.kit中的类
IP工具类
IpKit() - 类 的构造器blade.kit.IpKit
 
is(Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
对象是否其中一个
isAccessible(Member) - 类 中的静态方法blade.kit.ReflectKit
 
isAix() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isAllBlank(String...) - 类 中的静态方法blade.kit.StringKit
 
isAlpha(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode字母。
isAlphanumeric(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode字母和数字。
isAlphanumericSpace(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode字母数字和空格' '
isAlphaSpace(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode字母和空格' '
isAlwaysMakeTags() - 类 中的方法blade.kit.text.HTMLFilter
 
isAnyBlank(String...) - 类 中的静态方法blade.kit.StringKit
 
isAnyEmpty(String...) - 类 中的静态方法blade.kit.StringKit
 
isArray() - 类 中的方法blade.kit.json.JsonArray
 
isArray() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents a JSON array.
isAscii(char) - 类 中的静态方法blade.kit.CharKit
 
isAsciiControl(char) - 类 中的静态方法blade.kit.CharKit
 
isAsciiPrintable(char) - 类 中的静态方法blade.kit.CharKit
 
isAssignableFrom(Class<?>, Class<?>) - 类 中的静态方法blade.kit.Assert
 
isAssignableFrom(Class<?>, Class<?>, String, Object...) - 类 中的静态方法blade.kit.Assert
 
isBirthday(String) - 类 中的静态方法blade.kit.PatternKit
验证日期(年月日)
isBlank(String) - 类 中的静态方法blade.kit.StringKit
检查字符串是否是空白:null、空字符串""或只有空白字符。
isBlankSpace(String) - 类 中的静态方法blade.kit.PatternKit
验证空白字符
isBodyEmpty() - 类 中的方法blade.kit.http.HttpRequest
Is the response body empty?
isBoolean() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents a boolean value.
isChinese(char) - 类 中的静态方法blade.kit.CharKit
 
isChinese(String) - 类 中的静态方法blade.kit.PatternKit
验证中文
isChineseStr(String) - 类 中的静态方法blade.kit.StringKit
 
isDebugEnabled() - 类 中的方法blade.kit.log.Logger
 
isDecimals(String) - 类 中的静态方法blade.kit.PatternKit
验证整数和浮点数(正负整数和正负浮点数)
isDigit(char) - 类 中的静态方法blade.kit.CharKit
 
isDigit(String) - 类 中的静态方法blade.kit.PatternKit
验证整数(正整数和负整数)
isDirectory(String) - 类 中的静态方法blade.kit.FileKit
判断是否为目录,如果path为null,则返回false
isDirectory(File) - 类 中的静态方法blade.kit.FileKit
判断是否为目录,如果file为null,则返回false
isEmail(String) - 类 中的静态方法blade.kit.PatternKit
验证Email
isEmpty(Map<K, V>) - 类 中的静态方法blade.kit.CollectionKit
return map is empty
isEmpty(T[]) - 类 中的静态方法blade.kit.CollectionKit
return array is empty
isEmpty(Collection<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Collection是否为null或空数组[]。
isEmpty() - 类 中的方法blade.kit.io.FastByteBuffer
 
isEmpty() - 类 中的方法blade.kit.json.JsonArray
Returns true if this array contains no elements.
isEmpty() - 类 中的方法blade.kit.json.JsonObject
Returns true if this object contains no members.
isEmpty(String) - 类 中的静态方法blade.kit.StringKit
检查字符串是否为null或空字符串""
isErrorEnabled() - 类 中的方法blade.kit.log.Logger
 
isExpiredDay(Date) - 类 中的静态方法blade.kit.DateKit
 
isFalse(boolean) - 类 中的静态方法blade.kit.Assert
 
isFalse(boolean, String, Object...) - 类 中的静态方法blade.kit.Assert
 
isFalse() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents the JSON literal false.
isFile(String) - 类 中的静态方法blade.kit.FileKit
判断是否为文件,如果path为null,则返回false
isFile(File) - 类 中的静态方法blade.kit.FileKit
判断是否为文件,如果file为null,则返回false
isHpUx() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isIdCard(String) - 类 中的静态方法blade.kit.PatternKit
验证身份证号码
isImage(String) - 类 中的静态方法blade.kit.PatternKit
 
isInfoEnabled() - 类 中的方法blade.kit.log.Logger
 
isInstanceOf(Class<?>, Object) - 类 中的静态方法blade.kit.Assert
 
isInstanceOf(Class<?>, Object, String, Object...) - 类 中的静态方法blade.kit.Assert
 
isIpAddress(String) - 类 中的静态方法blade.kit.PatternKit
匹配IP地址(简单匹配,格式,如:192.168.1.1,127.0.0.1,没有匹配IP段的大小)
isIrix() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isJava11() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava12() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava13() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava14() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava15() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava16() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJava17() - 类 中的方法blade.kit.SystemKit.JavaInfo
判断当前Java的版本。
isJavaVersionAtLeast(float) - 类 中的方法blade.kit.SystemKit.JavaInfo
判定当前Java的版本是否大于等于指定的版本号。
isJavaVersionAtLeast(int) - 类 中的方法blade.kit.SystemKit.JavaInfo
判定当前Java的版本是否大于等于指定的版本号。
isLetter(char) - 类 中的静态方法blade.kit.CharKit
 
isLetter(char) - 类 中的静态方法blade.kit.StringKit
判断一个字符是Ascill字符还是其它字符(如汉,日,韩文字符)
isLetterOrDigit(char) - 类 中的静态方法blade.kit.CharKit
 
isLinux() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isLowercaseLetter(char) - 类 中的静态方法blade.kit.CharKit
 
isMac() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isMacOsX() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isMobile(String) - 类 中的静态方法blade.kit.PatternKit
验证手机号码(支持国际格式,+86135xxxx...
isNot(Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
 
isNotBlank(String) - 类 中的静态方法blade.kit.StringKit
检查字符串是否不是空白:null、空字符串""或只有空白字符。
isNotEmpty(Map<?, ?>) - 类 中的静态方法blade.kit.CollectionKit
判断Map是否不为null和空{}
isNotEmpty(Collection<?>) - 类 中的静态方法blade.kit.CollectionKit
判断Collection是否不为null和空数组[]。
isNotEmpty(String) - 类 中的静态方法blade.kit.StringKit
检查字符串是否不是null和空字符串""
isNull() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents the JSON literal null.
isNumber() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents a JSON number.
isNumber(String) - 类 中的静态方法blade.kit.PatternKit
检测是否是数字
isNumber(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否为数字和有正确的值
isNumeric(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode数字。
isNumericSpace(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode数字和空格' '
isObject() - 类 中的方法blade.kit.json.JsonObject
 
isObject() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents a JSON object.
isOs2() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isPhone(String) - 类 中的静态方法blade.kit.PatternKit
验证固定电话号码
isPostcode(String) - 类 中的静态方法blade.kit.PatternKit
匹配中国邮政编码
isPresent(String) - 类 中的静态方法blade.kit.ReflectKit
Check whether the Class identified by the supplied name is present.
isPropertyNameChar(char) - 类 中的静态方法blade.kit.CharKit
 
isPublic(Member) - 类 中的静态方法blade.kit.ReflectKit
 
isRealName(String) - 类 中的静态方法blade.kit.PatternKit
验证中文字母数字空格
isSolaris() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isString() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents a JSON string.
isStripComments() - 类 中的方法blade.kit.text.HTMLFilter
 
isStudentNum(String) - 类 中的静态方法blade.kit.PatternKit
验证学生学号
isSunOS() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isToday(Date) - 类 中的静态方法blade.kit.DateKit
测试是否是当天
isTrue(boolean, String) - 类 中的静态方法blade.kit.Assert
 
isTrue(boolean) - 类 中的静态方法blade.kit.Assert
 
isTrue(boolean, String, Object...) - 类 中的静态方法blade.kit.Assert
 
isTrue() - 类 中的方法blade.kit.json.JsonValue
Detects whether this value represents the JSON literal true.
isUppercaseLetter(char) - 类 中的静态方法blade.kit.CharKit
 
isURL(String) - 类 中的静态方法blade.kit.PatternKit
验证URL地址
isWarnEnabled() - 类 中的方法blade.kit.log.Logger
 
isWhitespace(char) - 类 中的静态方法blade.kit.CharKit
是否为“空白字符”
isWhitespace(String) - 类 中的静态方法blade.kit.StringKit
判断字符串是否只包含unicode空白。
isWindows() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindows2000() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindows95() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindows98() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindowsME() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindowsNT() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWindowsXP() - 类 中的方法blade.kit.SystemKit.OsInfo
判断当前OS的类型。
isWordChar(char) - 类 中的静态方法blade.kit.CharKit
 
iterator() - 类 中的方法blade.kit.json.JsonArray
Returns an iterator over the values of this array in document order.
iterator() - 类 中的方法blade.kit.json.JsonObject
Returns an iterator over the members of this object in document order.

J

JarReaderImpl - blade.kit.resource中的类
根据jar文件读取类
JarReaderImpl() - 类 的构造器blade.kit.resource.JarReaderImpl
 
JdkLogger - blade.kit.log中的类
JDK的日志实现
JdkLogger(Class<?>) - 类 的构造器blade.kit.log.JdkLogger
 
JdkLogger(String) - 类 的构造器blade.kit.log.JdkLogger
 
JdkLoggerFactory - blade.kit.log中的类
 
JdkLoggerFactory() - 类 的构造器blade.kit.log.JdkLoggerFactory
 
join(String[], String) - 类 中的静态方法blade.kit.StringKit
 
join(Object[], String) - 类 中的静态方法blade.kit.StringKit
 
join(List<T>, String) - 类 中的静态方法blade.kit.StringKit
 
join(String...) - 类 中的静态方法blade.kit.StringKit
 
join(Iterable<?>, String) - 类 中的静态方法blade.kit.StringKit
 
join(Iterator<?>, String) - 类 中的静态方法blade.kit.StringKit
 
Json - blade.kit.json中的类
This class serves as the entry point to the minimal-json API.
JsonArray - blade.kit.json中的类
Represents a JSON array, an ordered collection of JSON values.
JsonArray() - 类 的构造器blade.kit.json.JsonArray
Creates a new empty JsonArray.
JsonArray(JsonArray) - 类 的构造器blade.kit.json.JsonArray
Creates a new JsonArray with the contents of the specified JSON array.
JSONKit - blade.kit.json中的类
 
JSONKit() - 类 的构造器blade.kit.json.JSONKit
 
JsonObject - blade.kit.json中的类
Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.
JsonObject() - 类 的构造器blade.kit.json.JsonObject
Creates a new empty JsonObject.
JsonObject(JsonObject) - 类 的构造器blade.kit.json.JsonObject
Creates a new JsonObject, initialized with the contents of the specified JSON object.
JsonObject.Member - blade.kit.json中的类
Represents a member of a JSON object, a pair of a name and a value.
JsonValue - blade.kit.json中的类
Represents a JSON value.

K

keepAlive(boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Set the 'http.keepAlive' property to the given value.

L

lastModified() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Last-Modified' header from the response
lastModifiedTime(File) - 类 中的静态方法blade.kit.FileKit
 
lastModifiedTime(String) - 类 中的静态方法blade.kit.FileKit
 
length(String) - 类 中的静态方法blade.kit.StringKit
得到一个字符串的长度,显示的长度,一个汉字或日韩文长度为2,英文字符长度为1
Level - blade.kit.log中的类
日志级别
Level() - 类 的构造器blade.kit.log.Level
 
LINE_SEPARATOR - 类 中的静态变量blade.kit.IOKit
 
LineProcessor<T> - blade.kit.io中的接口
A callback to be used with the streaming readLines methods.
LineReader - blade.kit.io中的类
A class for reading lines of text.
LineReader(Readable) - 类 的构造器blade.kit.io.LineReader
Creates a new instance that will read lines from the given Readable object.
listDirAllConditionFiles(File, boolean...) - 类 中的静态方法blade.kit.FileKit
列出文件目录dir下满足所有条件conditions的子文件集合,非递归 如果dir为null或不存在,则返回null 如果dir不为目录,则返回null 如果conditions为null,则认为无条件限制
listDirAllConditionFiles(String, boolean...) - 类 中的静态方法blade.kit.FileKit
列出文件目录dirPath下满足所有条件conditions的子文件集合,非递归 如果dirPath为null或不存在,则返回null 如果dirPath不为目录,则返回null 如果conditions为null,则认为无条件限制
listDirAnyConditionFiles(File, boolean...) - 类 中的静态方法blade.kit.FileKit
列出文件目录dir下满足任一条件conditions的子文件集合,非递归 如果dir为null或不存在,则返回null 如果dir不为目录,则返回null 如果conditions为null,则认为无条件限制
listDirAnyConditionFiles(String, boolean...) - 类 中的静态方法blade.kit.FileKit
列出文件目录dirPath下满足任一条件conditions的子文件集合,非递归 如果dirPath为null或不存在,则返回null 如果dirPath不为目录,则返回null 如果conditions为null,则认为无条件限制
listDirSuffixFiles(File, String) - 类 中的静态方法blade.kit.FileKit
列出文件目录dir下以suffix结尾的子文件集合,非递归 如果dir为null或不存在,则返回null 如果dir不为目录,则返回null 如果 suffix为null或"",则代表返回所有子文件
listDirSuffixFiles(String, String) - 类 中的静态方法blade.kit.FileKit
列出文件目录dirPath下以suffix结尾的子文件集合,非递归 如果dirPath为null或不存在,则返回null 如果dirPath不为目录,则返回null 如果 suffix为null或"",则代表返回所有子文件
listToHeavy(List<T>) - 类 中的静态方法blade.kit.CollectionKit
list去重复
loadTemplet(String) - 类 中的方法blade.kit.mail.MailTemplate
加载模板
location() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Location' header from the response
log(int, Object, Object...) - 类 中的方法blade.kit.log.JdkLogger
 
log(int, Object, Throwable, Object...) - 类 中的方法blade.kit.log.JdkLogger
 
log(int, Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
log(int, Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
log(int, Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
log(int, Object, Object...) - 类 中的方法blade.kit.log.Logger
 
log(int, Object, Object...) - 类 中的方法blade.kit.log.SimpleLogger
 
log(int, Object, Throwable, Object...) - 类 中的方法blade.kit.log.SimpleLogger
 
Log4jLogger - blade.kit.log中的类
Log4j的日志实现
Log4jLogger(String) - 类 的构造器blade.kit.log.Log4jLogger
 
Log4jLoggerFactory - blade.kit.log中的类
 
Log4jLoggerFactory() - 类 的构造器blade.kit.log.Log4jLoggerFactory
 
Logger - blade.kit.log中的类
日志输出
Logger() - 类 的构造器blade.kit.log.Logger
 
LoggerFactory - blade.kit.log中的接口
 
LOGIN - 类 中的静态变量blade.kit.StringKit
 
LONG_ZERO - 类 中的静态变量blade.kit.Emptys
 

M

MailKit - blade.kit中的类
邮件发送类
MailKit() - 类 的构造器blade.kit.MailKit
 
MailTemplate - blade.kit.mail中的类
邮件发送模板
MailTemplate() - 类 的构造器blade.kit.mail.MailTemplate
 
MailTemplate(String, String, String) - 类 的构造器blade.kit.mail.MailTemplate
 
main(String[]) - 类 中的静态方法blade.kit.DateKit
 
makeRunTime() - 类 中的静态方法blade.kit.ExceptionKit
 
makeRunTime(String, Object...) - 类 中的静态方法blade.kit.ExceptionKit
 
makeRuntime(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
 
makeRuntime(String, Throwable, Object...) - 类 中的静态方法blade.kit.ExceptionKit
 
makeRunTimeWhen(boolean, String, Object...) - 类 中的静态方法blade.kit.ExceptionKit
 
mapToBean(Map<String, Object>, Class<T>) - 类 中的静态方法blade.kit.BeanKit
 
maxConnections(int) - 类 中的静态方法blade.kit.http.HttpRequest
Set the 'http.maxConnections' property to the given value.
md5(String) - 类 中的静态方法blade.kit.EncrypKit
encode By MD5
merge(JsonObject) - 类 中的方法blade.kit.json.JsonObject
Copies all members of the specified object into this object.
message() - 类 中的方法blade.kit.http.HttpRequest
Get status message of the response
method() - 类 中的方法blade.kit.http.HttpRequest
Get the HTTP method of this request
MethodType - blade.kit.http中的类
请求方法类型
MethodType() - 类 的构造器blade.kit.http.MethodType
 
MimeParse - blade.kit中的类
MIME-Type解析类
MINIMAL - 类 中的静态变量blade.kit.json.WriterConfig
Write JSON in its minimal form, without any additional whitespace.
moveFile(String, String) - 类 中的静态方法blade.kit.FileKit
移动文件
moveFolder(String, String) - 类 中的静态方法blade.kit.FileKit
移动目录

N

name - 类 中的变量blade.kit.log.Logger
日志名称
names() - 类 中的方法blade.kit.json.JsonObject
Returns a list of the names in this object in document order.
newArrayList() - 类 中的静态方法blade.kit.CollectionKit
new ArrayList
newArrayList(int) - 类 中的静态方法blade.kit.CollectionKit
new ArrayList and initialCapacity
newConcurrentHashMap() - 类 中的静态方法blade.kit.CollectionKit
new concurrentHashMap
newConcurrentHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
new concurrentHashMap and initialCapacity
newFile(String) - 类 中的静态方法blade.kit.FileKit
 
newHashMap() - 类 中的静态方法blade.kit.CollectionKit
new HashMap
newHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
new HashMap and initialCapacity
newHashSet() - 类 中的静态方法blade.kit.CollectionKit
new HashSet
newHashSet(int) - 类 中的静态方法blade.kit.CollectionKit
new HashSet and initialCapacity
newInstance(String) - 类 中的静态方法blade.kit.ReflectKit
新建对象
newInstance(Class<?>) - 类 中的静态方法blade.kit.ReflectKit
创建一个实例对象
newLinkedHashMap() - 类 中的静态方法blade.kit.CollectionKit
new HashMap and initialCapacity
newLinkedHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
new HashMap and initialCapacity
newTreeSet() - 类 中的静态方法blade.kit.CollectionKit
new TreeSet
nextDay(Date) - 类 中的静态方法blade.kit.DateKit
 
NO_MIME_TYPE - 类 中的静态变量blade.kit.MimeParse
Constant for no mime type
noContent() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 204 No Content?
nonProxyHosts(String...) - 类 中的静态方法blade.kit.http.HttpRequest
Set the 'http.nonProxyHosts' property to the given host values.
NORIGHT - 类 中的静态变量blade.kit.StringKit
 
normalizeAbsolutePath(String) - 类 中的静态方法blade.kit.FileKit
规格化绝对路径。
normalizeAbsolutePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
规格化绝对路径。
normalizeExtension(String) - 类 中的静态方法blade.kit.FileKit
规格化文件名后缀。
normalizePath(String) - 类 中的静态方法blade.kit.FileKit
规格化路径。
normalizePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
规格化路径。
normalizeRelativePath(String) - 类 中的静态方法blade.kit.FileKit
规格化相对路径。
normalizeRelativePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
规格化相对路径。
normalizeUnixPath(String) - 类 中的静态方法blade.kit.FileKit
规格化Unix风格的路径,不支持Windows驱动器名和UNC路径。
normalizeWindowsPath(String) - 类 中的静态方法blade.kit.FileKit
规格化路径。
notBlank(CharSequence) - 类 中的静态方法blade.kit.Assert
 
notBlank(CharSequence, String, Object...) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Object[]) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Object[], String, Object...) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Collection<?>) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Collection<?>, String, Object...) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Map<?, ?>) - 类 中的静态方法blade.kit.Assert
 
notEmpty(Map<?, ?>, String, Object...) - 类 中的静态方法blade.kit.Assert
 
notEmpty(CharSequence) - 类 中的静态方法blade.kit.Assert
 
notEmpty(CharSequence, String, Object...) - 类 中的静态方法blade.kit.Assert
 
notFound() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 404 Not Found?
notModified() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 304 Not Modified?
notNull(Object, String) - 类 中的静态方法blade.kit.Assert
 
notNull(Object) - 类 中的静态方法blade.kit.Assert
 
notNull(Object, String, Object...) - 类 中的静态方法blade.kit.Assert
 
nowDateAfterDate(Date) - 类 中的静态方法blade.kit.DateKit
判断当前时间是否在date之后
nowDateBetweenStartDateAndEndDate(Date, Date) - 类 中的静态方法blade.kit.DateKit
判断当前时间是否在在两个时间之间
NULL - 类 中的静态变量blade.kit.json.Json
Represents the JSON literal null.
NULL - 类 中的静态变量blade.kit.json.JsonValue
已过时。
Use Json.NULL instead
NULL_PLACEHOLDER - 类 中的静态变量blade.kit.Emptys
代表null值的占位对象。
nullWriter() - 类 中的静态方法blade.kit.io.CharStreams
Returns a Writer that simply discards written chars.
NUMBER - 类 中的静态变量blade.kit.StringKit
 
numbers() - 类 中的方法blade.kit.TimwKit
 

O

object() - 类 中的静态方法blade.kit.json.Json
Creates a new empty JsonObject.
offset() - 类 中的方法blade.kit.io.FastByteBuffer
 
ok() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 200 OK?
onUpload(long, long) - 接口 中的方法blade.kit.http.UploadProgress
上传数据的回调函数调用
openOutput() - 类 中的方法blade.kit.http.HttpRequest
Open output stream
Operation() - 类 的构造器blade.kit.http.HttpRequest.Operation
 
options(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start an 'OPTIONS' request to the given URL
options(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start an 'OPTIONS' request to the given URL
OPTIONS - 类 中的静态变量blade.kit.http.MethodType
'OPTIONS' options method

P

PARAM_CHARSET - 类 中的静态变量blade.kit.http.Header
'charset' header value parameter
parameter(String, String) - 类 中的方法blade.kit.http.HttpRequest
Get parameter with given name from header value in response
parameters(String) - 类 中的方法blade.kit.http.HttpRequest
Get all parameters from header value in response This will be all key=value pairs after the first ';' that are separated by a ';'
parse(String) - 类 中的静态方法blade.kit.json.Json
Parses the given input string as JSON.
parse(Reader) - 类 中的静态方法blade.kit.json.Json
Reads the entire input stream from the given reader and parses it as JSON.
parse(Object) - 类 中的静态方法blade.kit.json.Json
对象转换为JsonValue对象
parse(Map<K, V>) - 类 中的静态方法blade.kit.json.Json
 
ParseException - blade.kit.json中的异常错误
An unchecked exception to indicate that an input does not qualify as valid JSON.
parseStringToLongList(String, String) - 类 中的静态方法blade.kit.StringKit
将String to long list
parseStrInt(String) - 类 中的静态方法blade.kit.StringKit
 
parseToMap(JsonObject) - 类 中的静态方法blade.kit.json.Json
 
parseToMap(String) - 类 中的静态方法blade.kit.json.Json
 
part(String, String) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, String) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, String, String) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, Number) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, Number) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, File) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, File) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, String, File) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, InputStream) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
part(String, String, String, InputStream) - 类 中的方法blade.kit.http.HttpRequest
Write part of a multipart request to the request body
partHeader(String, String) - 类 中的方法blade.kit.http.HttpRequest
Write a multipart header to the response body
PatternKit - blade.kit中的类
正则工具类 提供验证邮箱、手机号、电话号码、身份证号码、数字等方法
PatternKit() - 类 的构造器blade.kit.PatternKit
 
post(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'POST' request to the given URL
post(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'POST' request to the given URL
post(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'POST' request to the given URL along with the query params
post(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'POST' request to the given URL along with the query params
POST - 类 中的静态变量blade.kit.http.MethodType
'POST' request method
PRETTY_PRINT - 类 中的静态变量blade.kit.json.WriterConfig
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.
PrettyPrint - blade.kit.json中的类
Enables human readable JSON output by inserting whitespace between values.after commas and colons.
PrettyPrint(char[]) - 类 的构造器blade.kit.json.PrettyPrint
 
print() - 类 中的方法blade.kit.TimwKit
打印数字列
printAvg() - 类 中的方法blade.kit.TimwKit
打印数字列
processLine(String) - 接口 中的方法blade.kit.io.LineProcessor
This method will be called once for each line.
progress(UploadProgress) - 类 中的方法blade.kit.http.HttpRequest
Set the UploadProgress callback for this request
propagate(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
Propagates throwable as-is if it is an instance of RuntimeException or Error, or else as a last resort, wraps it in a RuntimeException then propagates.
propagateIfInstanceOf(Throwable, Class<X>) - 类 中的静态方法blade.kit.base.ThrowableKit
Propagates throwable exactly as-is, if and only if it is an instance of declaredType.
propagateIfPossible(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException or Error.
propagateIfPossible(Throwable, Class<X>) - 类 中的静态方法blade.kit.base.ThrowableKit
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException, Error, or declaredType.
propagateIfPossible(Throwable, Class<X1>, Class<X2>) - 类 中的静态方法blade.kit.base.ThrowableKit
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException, Error, declaredType1, or declaredType2.
PropertyKit - blade.kit中的类
properties文件工具类
PropertyKit() - 类 的构造器blade.kit.PropertyKit
 
proxyAuthorization(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Proxy-Authorization' header to given value
proxyBasic(String, String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Proxy-Authorization' header to given values in Basic authentication format
proxyHost(String) - 类 中的静态方法blade.kit.http.HttpRequest
Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host value.
proxyPort(int) - 类 中的静态方法blade.kit.http.HttpRequest
Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port number.
put(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'PUT' request to the given URL
put(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'PUT' request to the given URL
put(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'PUT' request to the given URL along with the query params
put(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'PUT' request to the given URL along with the query params
PUT - 类 中的静态变量blade.kit.http.MethodType
'PUT' request method

Q

QUERY - 类 中的静态变量blade.kit.StringKit
 

R

random(int) - 类 中的静态方法blade.kit.StringKit
随机获取字符串
readBytes(String) - 类 中的静态方法blade.kit.FileKit
通过文件随机读取来加速
readBytes(File) - 类 中的静态方法blade.kit.FileKit
通过文件随机读取来加速
readBytes(InputStream) - 类 中的静态方法blade.kit.StreamKit
将指定InputStream的所有内容全部读出到一个byte数组中。
readBytes(InputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
将指定InputStream的所有内容全部读出到一个byte数组中。
readBytes(File) - 类 中的静态方法blade.kit.StreamKit
将指定File的所有内容全部读出到一个byte数组中。
readBytes(File, boolean) - 类 中的静态方法blade.kit.StreamKit
将指定File的所有内容全部读出到一个byte数组中。
readBytesByFast(InputStream) - 类 中的静态方法blade.kit.StreamKit
通过快速缓冲将指定InputStream的所有内容全部读出到一个byte数组中。
readBytesByFast(InputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
通过快速缓冲将指定InputStream的所有内容全部读出到一个byte数组中。
reader(String) - 类 中的方法blade.kit.http.HttpRequest
Get reader to response body using given character set.
reader() - 类 中的方法blade.kit.http.HttpRequest
Get reader to response body using the character set returned from HttpRequest.charset()
readFrom(Reader) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.parse(Reader) instead
readFrom(String) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.parse(String) instead
readLine() - 类 中的方法blade.kit.io.LineReader
Reads a line of text.
readLines(Readable) - 类 中的静态方法blade.kit.io.CharStreams
Reads all of the lines from a Readable object.
readLines(Readable, LineProcessor<T>) - 类 中的静态方法blade.kit.io.CharStreams
Streams lines from a Readable object, stopping when the processor returns false or all lines have been read and returning the result produced by the processor.
readText(InputStream) - 类 中的静态方法blade.kit.StreamKit
将指定输入流的所有文本全部读出到一个字符串中.
readText(InputStream, String) - 类 中的静态方法blade.kit.StreamKit
将指定输入流的所有文本全部读出到一个字符串中.
readText(InputStream, String, int) - 类 中的静态方法blade.kit.StreamKit
将指定输入流的所有文本全部读出到一个字符串中.
readText(InputStream, String, boolean) - 类 中的静态方法blade.kit.StreamKit
将指定输入流的所有文本全部读出到一个字符串中.
readText(Reader, boolean) - 类 中的静态方法blade.kit.StreamKit
将指定输入流的所有文本全部读出到一个字符串中.
readText(Reader) - 类 中的静态方法blade.kit.StreamKit
将指定Reader的所有文本全部读出到一个字符串中.
readText(Reader, int) - 类 中的静态方法blade.kit.StreamKit
将指定Reader的所有文本全部读出到一个字符串中.
readTimeout(int) - 类 中的方法blade.kit.http.HttpRequest
Set read timeout on connection to given value
receive(File) - 类 中的方法blade.kit.http.HttpRequest
Stream response body to file
receive(OutputStream) - 类 中的方法blade.kit.http.HttpRequest
Stream response to given output stream
receive(PrintStream) - 类 中的方法blade.kit.http.HttpRequest
Stream response to given print stream
receive(Appendable) - 类 中的方法blade.kit.http.HttpRequest
Receive response into the given appendable
receive(Writer) - 类 中的方法blade.kit.http.HttpRequest
Receive response into the given writer
referer(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'Referer' header to given value
ReflectKit - blade.kit中的类
有关 Reflection 处理的工具类。
ReflectKit() - 类 的构造器blade.kit.ReflectKit
 
remove(int) - 类 中的方法blade.kit.json.JsonArray
Removes the element at the specified index from this array.
remove(String) - 类 中的方法blade.kit.json.JsonObject
Removes a member with the specified name from this object.
render() - 类 中的方法blade.kit.timw.TimwMonitor
打印全部时间值
renderAvg() - 类 中的方法blade.kit.timw.TimwMonitor
打印全部时间值
replace(String, String, String) - 类 中的静态方法blade.kit.StringKit
替换字符串
RequestOutputStream - blade.kit.http中的类
请求输出流包装
RequestOutputStream(OutputStream, String, int) - 类 的构造器blade.kit.http.RequestOutputStream
Create request output stream
reset() - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
reset() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
reset() - 类 中的方法blade.kit.io.FastByteBuffer
 
reset() - 类 中的静态方法blade.kit.TaskKit
重启动定时任务服务
resizeThreadPool(int) - 类 中的静态方法blade.kit.TaskKit
调整线程池大小
resolve(String, String) - 类 中的静态方法blade.kit.FileKit
根据指定url和相对路径,计算出相对路径所对应的完整url。
responseMsg - 类 中的变量blade.kit.ShellKit.CommandResult
 
result - 类 中的变量blade.kit.ShellKit.CommandResult
 
round(double) - 类 中的静态方法blade.kit.StringKit
提供小数位四舍五入处理。
roundlong(double) - 类 中的静态方法blade.kit.StringKit
提供小数位四舍五入处理。
run() - 类 中的方法blade.kit.http.HttpRequest.Operation
执行操作

S

SAVE - 类 中的静态变量blade.kit.StringKit
 
scanPackageClass(String) - 类 中的静态方法blade.kit.ReflectKit
扫描包下面所有的类
scheduleAtFixedRate(Runnable, long) - 类 中的静态方法blade.kit.TaskKit
立即启动,并以固定的频率来运行任务。
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的延时之后开始以固定的频率来运行任务。
scheduleAtFixedRate(Runnable, String, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的时间点开始以固定的频率运行任务。
scheduleAtFixedRate(Runnable, Date, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的时间点开始以固定的频率运行任务。
scheduleWithFixedDelay(Runnable, long) - 类 中的静态方法blade.kit.TaskKit
立即启动,两次任务间保持固定的时间间隔
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的延时之后启动,两次任务间保持固定的时间间隔
scheduleWithFixedDelay(Runnable, String, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的时间点启动,两次任务间保持固定的时间间隔
scheduleWithFixedDelay(Runnable, Date, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
在指定的时间点启动,两次任务间保持固定的时间间隔
send(File) - 类 中的方法blade.kit.http.HttpRequest
Write contents of file to request body
send(byte[]) - 类 中的方法blade.kit.http.HttpRequest
Write byte array to request body
send(InputStream) - 类 中的方法blade.kit.http.HttpRequest
Write stream to request body The given stream will be closed once sending completes
send(Reader) - 类 中的方法blade.kit.http.HttpRequest
Write reader to request body The given reader will be closed once sending completes
send(String) - 类 中的方法blade.kit.http.HttpRequest
Write char sequence to request body The charset configured via HttpRequest.contentType(String) will be used and UTF-8 will be used if it is unset.
send(MailTemplate, String) - 类 中的静态方法blade.kit.MailKit
根据模板发送
send(String, String, String) - 类 中的静态方法blade.kit.MailKit
发送邮件
send(String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
发送邮件并发送附件
send(String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
发送邮件并发送附件
sendAndCc(String, String, String, String) - 类 中的静态方法blade.kit.MailKit
发送并抄送
sendAndCc(String, String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
发送邮件并抄送,带附件
sendAndCc(String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
发送邮件并抄送,带附件
sendEmail() - 类 中的方法blade.kit.mail.EmailHandle
发送邮件
sendProcess(String, String, String, String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
发送邮件
serialize(Object) - 类 中的静态方法blade.kit.SerializeKit
序列化
SerializeKit - blade.kit中的类
序列化类
SerializeKit() - 类 的构造器blade.kit.SerializeKit
 
server() - 类 中的方法blade.kit.http.HttpRequest
Get the 'Server' header from the response
serverError() - 类 中的方法blade.kit.http.HttpRequest
Is the response code a 500 Internal Server Error?
set(int, int) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified int value.
set(int, long) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified long value.
set(int, float) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified float value.
set(int, double) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified double value.
set(int, boolean) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified boolean value.
set(int, String) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified string.
set(int, JsonValue) - 类 中的方法blade.kit.json.JsonArray
Replaces the element at the specified position in this array with the specified JSON value.
set(String, int) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified int value.
set(String, long) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified long value.
set(String, float) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified float value.
set(String, double) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified double value.
set(String, boolean) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified boolean value.
set(String, String) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified string.
set(String, JsonValue) - 类 中的方法blade.kit.json.JsonObject
Sets the value of the member with the specified name to the specified JSON value.
setBody(String) - 类 中的方法blade.kit.mail.EmailHandle
设置邮件内容,并设置其为文本格式或HTML文件格式,编码方式为UTF-8
setConnectionFactory(ConnectionFactory) - 类 中的静态方法blade.kit.http.HttpRequest
设置一个ConnectionFactory,用于创建新的请求
setCopyTo(String) - 类 中的方法blade.kit.mail.EmailHandle
发送抄送
setCopyToList(String) - 类 中的方法blade.kit.mail.EmailHandle
发送抄送
setFrom(String) - 类 中的方法blade.kit.mail.EmailHandle
设置发件人地址
setLevel(int) - 类 中的方法blade.kit.log.Logger
 
setLoggerFactory(LoggerFactory) - 类 中的静态方法blade.kit.log.Logger
 
setNamePass(String, String) - 类 中的方法blade.kit.mail.EmailHandle
进行用户身份验证时,设置用户名和密码
setNeedAuth(boolean) - 类 中的方法blade.kit.mail.EmailHandle
设置SMTP的身份认证
setProperty(Object, String, Object) - 类 中的静态方法blade.kit.ReflectKit
用setter设置bean属性
setSubject(String) - 类 中的方法blade.kit.mail.EmailHandle
设置邮件主题
setTo(String) - 类 中的方法blade.kit.mail.EmailHandle
设置收件人地址
setToList(String) - 类 中的方法blade.kit.mail.EmailHandle
设置收件人地址
sha1(String) - 类 中的静态方法blade.kit.EncrypKit
 
ShellKit - blade.kit中的类
shell操作
ShellKit() - 类 的构造器blade.kit.ShellKit
 
ShellKit.CommandResult - blade.kit中的类
 
SHORT_ZERO - 类 中的静态变量blade.kit.Emptys
 
SimpleLogger - blade.kit.log中的类
默认日志实现
SimpleLogger() - 类 的构造器blade.kit.log.SimpleLogger
 
SimpleLogger(String) - 类 的构造器blade.kit.log.SimpleLogger
 
SimpleLoggerFactory - blade.kit.log中的类
 
SimpleLoggerFactory() - 类 的构造器blade.kit.log.SimpleLoggerFactory
 
singleLine() - 类 中的静态方法blade.kit.json.PrettyPrint
Print every value on a separate line.
size() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
size() - 类 中的方法blade.kit.io.FastByteBuffer
 
size() - 类 中的方法blade.kit.json.JsonArray
Returns the number of elements in this array.
size() - 类 中的方法blade.kit.json.JsonObject
Returns the number of members (name/value pairs) in this object.
size() - 类 中的方法blade.kit.timw.TimwMonitor
 
size() - 类 中的方法blade.kit.TimwKit
返回参与均值计算的数字个数
skipFully(Reader, long) - 类 中的静态方法blade.kit.io.CharStreams
Discards n characters of data from the reader.
SMTP_126 - 类 中的静态变量blade.kit.MailKit
 
SMTP_163 - 类 中的静态变量blade.kit.MailKit
 
SMTP_GMAIL - 类 中的静态变量blade.kit.MailKit
 
SMTP_QQ - 类 中的静态变量blade.kit.MailKit
常见的邮件发送协议地址
SMTP_SINA - 类 中的静态变量blade.kit.MailKit
 
sortMap(Map<K, V>, Comparator<Map.Entry<K, V>>) - 类 中的静态方法blade.kit.CollectionKit
map sort
split(String, int) - 类 中的静态方法blade.kit.StringKit
根据指定长度 分隔字符串
split(String) - 类 中的静态方法blade.kit.StringKit
将字符串按空白字符分割。
split(String, char) - 类 中的静态方法blade.kit.StringKit
将字符串按指定字符分割。
split(String, String) - 类 中的静态方法blade.kit.StringKit
将字符串按指定字符分割。
split(String, String, int) - 类 中的静态方法blade.kit.StringKit
将字符串按指定字符分割。
splitc(String, String) - 类 中的静态方法blade.kit.StringKit
 
splitc(String, char) - 类 中的静态方法blade.kit.StringKit
 
splitc(String, char[]) - 类 中的静态方法blade.kit.StringKit
 
splitNoCompress(String, String) - 类 中的静态方法blade.kit.StringKit
Splits a string in several parts (tokens) that are separated by delimiter.
start() - 类 中的方法blade.kit.timw.TimwMonitor
一个计时开始
startPart() - 类 中的方法blade.kit.http.HttpRequest
Start part of a multipart
state(boolean, String) - 类 中的静态方法blade.kit.Assert
 
stream() - 类 中的方法blade.kit.http.HttpRequest
Get stream to response body
StreamKit - blade.kit中的类
基于流的工具类
StreamKit() - 类 的构造器blade.kit.StreamKit
 
StringBuilderWriter - blade.kit.io中的类
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - 类 的构造器blade.kit.io.StringBuilderWriter
Construct a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - 类 的构造器blade.kit.io.StringBuilderWriter
Construct a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - 类 的构造器blade.kit.io.StringBuilderWriter
Construct a new instance with the specified StringBuilder.
stringConnect(String[], String) - 类 中的静态方法blade.kit.StringKit
用特殊的字符连接字符串
stringFilter(String) - 类 中的静态方法blade.kit.StringKit
过滤字符串里的的特殊字符
stringKeyWorldFilter(String) - 类 中的静态方法blade.kit.StringKit
 
StringKit - blade.kit中的类
有关字符串处理的工具类。
StringKit() - 类 的构造器blade.kit.StringKit
 
stringSpilit(String, String) - 类 中的静态方法blade.kit.StringKit
分割字符串
subtract(Set<T>, Set<T>) - 类 中的静态方法blade.kit.CollectionKit
 
SUCCESS - 类 中的静态变量blade.kit.StringKit
 
swapCase(String) - 类 中的静态方法blade.kit.StringKit
反转字符串的大小写。
synchronizedMap() - 类 中的静态方法blade.kit.CollectionKit
 
synchronizedOutputStream(OutputStream) - 类 中的静态方法blade.kit.StreamKit
取得同步化的输出流.
synchronizedOutputStream(OutputStream, Object) - 类 中的静态方法blade.kit.StreamKit
取得同步化的输出流.
SystemKit - blade.kit中的类
取得有关系统信息的工具类。
SystemKit.HostInfo - blade.kit中的类
代表当前主机的信息。
SystemKit.JavaInfo - blade.kit中的类
代表Java Implementation的信息。
SystemKit.JavaRuntimeInfo - blade.kit中的类
代表当前运行的JRE的信息。
SystemKit.JavaSpecInfo - blade.kit中的类
代表Java Specification的信息。
SystemKit.JvmInfo - blade.kit中的类
代表Java Virtual Machine Implementation的信息。
SystemKit.JvmSpecInfo - blade.kit中的类
代表Java Virutal Machine Specification的信息。
SystemKit.OsInfo - blade.kit中的类
代表当前OS的信息。
SystemKit.UserInfo - blade.kit中的类
代表当前用户的信息。

T

TaskKit - blade.kit中的类
定时任务
TaskKit() - 类 的构造器blade.kit.TaskKit
 
tempDate - 类 中的静态变量blade.kit.DateKit
date = 1901-01-01
ThrowableKit - blade.kit.base中的类
Static utility methods pertaining to instances of Throwable.
throwExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
抛出Throwable,但不需要声明throws Throwable,区分Exception 或Error。
throwRuntimeExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
抛出Throwable,但不需要声明throws Throwable,区分 RuntimeException、Exception 或Error。
TimeKit - blade.kit中的类
时间处理类
TimwKit - blade.kit中的类
计数均衡器 用于计数和平均值计算
TimwKit() - 类 的构造器blade.kit.TimwKit
 
TimwManager - blade.kit.timw中的类
计时管理器 用于创建计时器
TimwMonitor - blade.kit.timw中的类
计时器 用于统计计时的类
toArray() - 类 中的方法blade.kit.io.FastByteBuffer
返回快速缓冲中的数据
toArray(int, int) - 类 中的方法blade.kit.io.FastByteBuffer
返回快速缓冲中的数据
toAscii(char) - 类 中的静态方法blade.kit.CharKit
将字符转成ASCII码
toAsciiByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
 
toAsciiByteArray(CharSequence) - 类 中的静态方法blade.kit.CharKit
 
toBoolean(String, boolean) - 类 中的静态方法blade.kit.StringKit
String2Boolean
toByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
 
toByteArray(char[], String) - 类 中的静态方法blade.kit.CharKit
 
toByteArray() - 类 中的方法blade.kit.io.ByteArray
 
toByteArray() - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
toByteArray() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
toByteArray(InputStream) - 类 中的静态方法blade.kit.IOKit
 
toChar(byte) - 类 中的静态方法blade.kit.CharKit
 
toChar(Character) - 类 中的静态方法blade.kit.CharKit
 
toChar(Character, char) - 类 中的静态方法blade.kit.CharKit
 
toChar(String) - 类 中的静态方法blade.kit.CharKit
 
toChar(String, char) - 类 中的静态方法blade.kit.CharKit
 
toCharacterObject(char) - 类 中的静态方法blade.kit.CharKit
 
toCharacterObject(String) - 类 中的静态方法blade.kit.CharKit
 
toCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
 
toCharArray(byte[], String) - 类 中的静态方法blade.kit.CharKit
 
toChineseNumber(int, int) - 类 中的静态方法blade.kit.StringKit
将阿拉伯数字转为中文数字
toDouble(String, double) - 类 中的静态方法blade.kit.StringKit
String2Double
toFile(URL) - 类 中的静态方法blade.kit.FileKit
从URL中取得文件,如果URL为空,或不代表一个文件, 则返回null
toFloat(String, float) - 类 中的静态方法blade.kit.StringKit
String2Float
toInputStream() - 类 中的方法blade.kit.io.ByteArray
 
toInputStream() - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
toInt(String, int) - 类 中的静态方法blade.kit.StringKit
String2Int
toIntValue(char) - 类 中的静态方法blade.kit.CharKit
 
toIntValue(char, int) - 类 中的静态方法blade.kit.CharKit
 
toIntValue(Character) - 类 中的静态方法blade.kit.CharKit
 
toIntValue(Character, int) - 类 中的静态方法blade.kit.CharKit
 
toJSONString(Object) - 类 中的静态方法blade.kit.json.JSONKit
 
toJSONString(Map<K, V>) - 类 中的静态方法blade.kit.json.JSONKit
 
toJSONString(List<T>) - 类 中的静态方法blade.kit.json.JSONKit
 
toListMap(List<T>) - 类 中的静态方法blade.kit.BeanKit
 
toLong(String, long) - 类 中的静态方法blade.kit.StringKit
String2Long
toLowerAscii(char) - 类 中的静态方法blade.kit.CharKit
 
toLowerCase(String) - 类 中的静态方法blade.kit.StringKit
将字符串转换成小写。
toMail(String...) - 类 中的方法blade.kit.mail.MailTemplate
发送给谁
toMap(String) - 类 中的静态方法blade.kit.json.JSONKit
 
toMap(JsonObject) - 类 中的静态方法blade.kit.json.JSONKit
 
toRawByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
 
toRawCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
 
toRuntimeException(Exception) - 类 中的静态方法blade.kit.ExceptionKit
将异常转换成RuntimeException。
toRuntimeException(Exception, Class<? extends RuntimeException>) - 类 中的静态方法blade.kit.ExceptionKit
将异常转换成RuntimeException。
toShort(String, short) - 类 中的静态方法blade.kit.StringKit
String2Short
toSimpleByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
 
toSimpleByteArray(CharSequence) - 类 中的静态方法blade.kit.CharKit
Converts char sequence into byte array.
toSimpleCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
 
toString(char) - 类 中的静态方法blade.kit.CharKit
 
toString(Character) - 类 中的静态方法blade.kit.CharKit
 
toString() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
 
toString() - 类 中的方法blade.kit.http.HttpRequest
 
toString() - 类 中的方法blade.kit.io.ByteArray
 
toString(Readable) - 类 中的静态方法blade.kit.io.CharStreams
Reads all characters from a Readable object into a String.
toString() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
toString(String) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
toString() - 类 中的方法blade.kit.io.StringBuilderWriter
toString(InputStream) - 类 中的静态方法blade.kit.IOKit
 
toString(File) - 类 中的静态方法blade.kit.IOKit
 
toString(Reader) - 类 中的静态方法blade.kit.IOKit
 
toString() - 类 中的方法blade.kit.json.JsonValue
Returns the JSON string for this value in its minimal form, without any additional whitespace.
toString(WriterConfig) - 类 中的方法blade.kit.json.JsonValue
Returns the JSON string for this value using the given formatting.
toString() - 类 中的方法blade.kit.mail.MailTemplate
 
toString(List<String>, String) - 类 中的静态方法blade.kit.StringKit
将字符串List转化为字符串,以分隔符间隔.
toString(Object) - 类 中的静态方法blade.kit.StringKit
 
toString(Collection<String>) - 类 中的静态方法blade.kit.StringKit
 
toString(Collection<String>, String) - 类 中的静态方法blade.kit.StringKit
 
toString() - 类 中的方法blade.kit.SystemKit.HostInfo
将当前主机的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.JavaInfo
将Java Implementation的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
将当前运行的JRE信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
将Java Specification的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.JvmInfo
将Java Virutal Machine Implementation的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
将Java Virutal Machine Specification的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.OsInfo
将OS的信息转换成字符串。
toString() - 类 中的方法blade.kit.SystemKit.UserInfo
将当前用户的信息转换成字符串。
toStringArray(Collection<String>) - 类 中的静态方法blade.kit.StringKit
 
toUpperAscii(char) - 类 中的静态方法blade.kit.CharKit
 
toUpperCase(String) - 类 中的静态方法blade.kit.StringKit
将字符串转换成大写。
trace(String) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'TRACE' request to the given URL
trace(URL) - 类 中的静态方法blade.kit.http.HttpRequest
Start a 'TRACE' request to the given URL
TRACE - 类 中的静态变量blade.kit.http.MethodType
'TRACE' request method
TRACE - 类 中的静态变量blade.kit.log.Level
 
trace(Object) - 类 中的方法blade.kit.log.Log4jLogger
 
trace(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
trace(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
 
trace(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
trace(Object) - 类 中的方法blade.kit.log.Logger
 
trace(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
trace(Object, Throwable) - 类 中的方法blade.kit.log.Logger
 
trace(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
trim(String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的空白,如果字符串是null,依然返回null
trim(String, String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的指定字符,如果字符串是null,依然返回null
trimAll(String[]) - 类 中的静态方法blade.kit.StringKit
Trims array of strings.
trimEnd(String) - 类 中的静态方法blade.kit.StringKit
除去字符串尾部的空白,如果字符串是null,则返回null
trimEnd(String, String) - 类 中的静态方法blade.kit.StringKit
除去字符串尾部的指定字符,如果字符串是null,依然返回null
trimStart(String) - 类 中的静态方法blade.kit.StringKit
除去字符串头部的空白,如果字符串是null,则返回null
trimStart(String, String) - 类 中的静态方法blade.kit.StringKit
除去字符串头部的指定字符,如果字符串是null,依然返回null
trimToEmpty(String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""
trimToEmpty(String, String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""
trimToNull(String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null
trimToNull(String, String) - 类 中的静态方法blade.kit.StringKit
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null
TRUE - 类 中的静态变量blade.kit.json.Json
Represents the JSON literal true.
TRUE - 类 中的静态变量blade.kit.json.JsonValue
已过时。
Use Json.TRUE instead
trustAllCerts() - 类 中的方法blade.kit.http.HttpRequest
Configure HTTPS connection to trust all certificates This method does nothing if the current request is not a HTTPS request
trustAllHosts() - 类 中的方法blade.kit.http.HttpRequest
Configure HTTPS connection to trust all hosts using a custom HostnameVerifier that always returns true for each host verified This method does nothing if the current request is not a HTTPS request

U

uncapitalize(String) - 类 中的静态方法blade.kit.StringKit
将字符串的首字符转成小写,其它字符不变。
uncompress(boolean) - 类 中的方法blade.kit.http.HttpRequest
Set whether or not the response body should be automatically uncompressed when read from.
unicodeEscaped(char) - 类 中的静态方法blade.kit.CharKit
 
unicodeEscaped(Character) - 类 中的静态方法blade.kit.CharKit
 
union(Set<T>, Set<T>) - 类 中的静态方法blade.kit.CollectionKit
 
unmodifiableArray(JsonArray) - 类 中的静态方法blade.kit.json.JsonArray
Returns an unmodifiable wrapper for the specified JsonArray.
unmodifiableObject(JsonObject) - 类 中的静态方法blade.kit.json.JsonObject
Returns an unmodifiable JsonObject for the specified one.
unserialize(byte[]) - 类 中的静态方法blade.kit.SerializeKit
反序列化
UP_LEVEL_DIR - 类 中的静态变量blade.kit.FileKit
上级目录记号:".."
UPDATE - 类 中的静态变量blade.kit.StringKit
 
UploadProgress - blade.kit.http中的接口
上传进度回调接口
url() - 类 中的方法blade.kit.http.HttpRequest
Get the URL of this request's connection
useCaches(boolean) - 类 中的方法blade.kit.http.HttpRequest
useProxy(String, int) - 类 中的方法blade.kit.http.HttpRequest
Configure an HTTP proxy on this connection.
userAgent(String) - 类 中的方法blade.kit.http.HttpRequest
Set the 'User-Agent' header to given value

V

value(int) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given int value.
value(long) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given long value.
value(float) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given float value.
value(double) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given double value.
value(String) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given string.
value(boolean) - 类 中的静态方法blade.kit.json.Json
Returns a JsonValue instance that represents the given boolean value.
valueOf(int) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
valueOf(long) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
valueOf(float) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
valueOf(double) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
valueOf(String) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
valueOf(boolean) - 类 中的静态方法blade.kit.json.JsonValue
已过时。
Use Json.value() instead
values() - 类 中的方法blade.kit.json.JsonArray
Returns a list of the values in this array in document order.

W

WARN - 类 中的静态变量blade.kit.log.Level
 
warn(Object) - 类 中的方法blade.kit.log.Log4jLogger
 
warn(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
warn(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
 
warn(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
 
warn(Object) - 类 中的方法blade.kit.log.Logger
 
warn(Object, Object...) - 类 中的方法blade.kit.log.Logger
 
warn(Object, Throwable) - 类 中的方法blade.kit.log.Logger
 
warn(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
 
write(String) - 类 中的方法blade.kit.http.RequestOutputStream
Write string to stream
write(int) - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
write(int) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
write(String) - 类 中的方法blade.kit.io.StringBuilderWriter
Write a String to the StringBuilder.
write(char[], int, int) - 类 中的方法blade.kit.io.StringBuilderWriter
Write a portion of a character array to the StringBuilder.
write(byte[], File) - 类 中的静态方法blade.kit.IOKit
 
write(char[], File, String) - 类 中的静态方法blade.kit.IOKit
 
write(char[], File, Charset) - 类 中的静态方法blade.kit.IOKit
 
write(String, File, String) - 类 中的静态方法blade.kit.IOKit
 
write(String, File, Charset) - 类 中的静态方法blade.kit.IOKit
 
writeBytes(byte[], String, boolean) - 类 中的静态方法blade.kit.StreamKit
将byte数组写入到指定filePath中。
writeBytes(byte[], File, boolean) - 类 中的静态方法blade.kit.StreamKit
将byte数组写入到指定File中。
writeBytes(byte[], OutputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
将byte数组写入到指定OutputStream中。
writeBytes(ByteArray, OutputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
将byte数组写入到指定OutputStream中。
writePartHeader(String, String) - 类 中的方法blade.kit.http.HttpRequest
Write part header
writePartHeader(String, String, String) - 类 中的方法blade.kit.http.HttpRequest
Write part header
writer() - 类 中的方法blade.kit.http.HttpRequest
Create writer to request output stream
WriterConfig - blade.kit.json中的类
Controls the formatting of the JSON output.
WriterConfig() - 类 的构造器blade.kit.json.WriterConfig
 
writeText(CharSequence, OutputStream, String, boolean) - 类 中的静态方法blade.kit.StreamKit
将字符串写入到指定输出流中。
writeText(CharSequence, Writer, boolean) - 类 中的静态方法blade.kit.StreamKit
将字符串写入到指定Writer中。
writeTo(OutputStream) - 类 中的方法blade.kit.io.ByteArray
 
writeTo(OutputStream) - 类 中的方法blade.kit.io.ByteArrayOutputStream
 
writeTo(OutputStream) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
 
writeTo(Writer) - 类 中的方法blade.kit.json.JsonValue
Writes the JSON representation of this value to the given writer in its minimal form, without any additional whitespace.
writeTo(Writer, WriterConfig) - 类 中的方法blade.kit.json.JsonValue
Writes the JSON representation of this value to the given writer using the given formatting.

Y

yesterday(Date) - 类 中的静态方法blade.kit.DateKit
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
跳过导航链接

Copyright © 2015. All rights reserved.