A B C D E F G H I J L M N O P R S T U V W 
所有类 所有程序包

A

ACCEPTED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (202) indicating that a request was accepted for processing, but was not completed.
AES - cn.vorbote.commons.enums.EncryptMethod
 
ArgsCountDontMatchException - cn.vorbote.commons.except中的异常错误
This exception means that the count of your given args doesn't match the count of the wild cards.
ArgsCountDontMatchException() - 异常错误 的构造器cn.vorbote.commons.except.ArgsCountDontMatchException
 
ArgsCountDontMatchException(String) - 异常错误 的构造器cn.vorbote.commons.except.ArgsCountDontMatchException
 

B

BAD_GATEWAY - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
BAD_REQUEST - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (400) indicating the request sent by the client was syntactically incorrect.

C

cn.vorbote.commons.consts - 程序包 cn.vorbote.commons.consts
 
cn.vorbote.commons.enums - 程序包 cn.vorbote.commons.enums
 
cn.vorbote.commons.except - 程序包 cn.vorbote.commons.except
 
CONFLICT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
CONTINUE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (100) indicating the client can continue.
CREATED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (201) indicating the request succeeded and created a new resource on the server.

D

DAY - cn.vorbote.commons.enums.TimeUnit
 
DES - cn.vorbote.commons.enums.EncryptMethod
 

E

EncryptMethod - cn.vorbote.commons.enums中的枚举
This is a enum class for HashUtil and supplied all supported methods by the HashUtil.
ES256 - cn.vorbote.commons.enums.JwtAlgorithm
 
ES384 - cn.vorbote.commons.enums.JwtAlgorithm
 
ES512 - cn.vorbote.commons.enums.JwtAlgorithm
 
EXPECTATION_FAILED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.

F

FORBIDDEN - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (403) indicating the server understood the request but refused to fulfill it.
FOUND - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (306) indicating that the resource reside temporarily under a different URI.

G

GATEWAY_TIMEOUT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
GONE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.

H

HOUR - cn.vorbote.commons.enums.TimeUnit
 
HS256 - cn.vorbote.commons.enums.JwtAlgorithm
 
HS384 - cn.vorbote.commons.enums.JwtAlgorithm
 
HS512 - cn.vorbote.commons.enums.JwtAlgorithm
 
HTTP_VERSION_NOT_SUPPORTED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.

I

INTERNAL_SERVER_ERROR - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.

J

JwtAlgorithm - cn.vorbote.commons.enums中的枚举
This is the list of supported JWT Hash Algorithms.

L

LENGTH_REQUIRED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (411) indicating that the request cannot be handled without a defined Content-Length.

M

MD2 - cn.vorbote.commons.enums.EncryptMethod
 
MD5 - cn.vorbote.commons.enums.EncryptMethod
 
METHOD_NOT_ALLOWED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
Millis() - 枚举 中的方法cn.vorbote.commons.enums.TimeUnit
Get the millis equal to this unit.
MILLIS - cn.vorbote.commons.enums.TimeUnit
 
MINUTE - cn.vorbote.commons.enums.TimeUnit
 
MOVED_PERMANENTLY - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
MOVED_TEMPORARILY - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
MULTIPLE_CHOICES - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.

N

NO_CONTENT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (204) indicating that the request succeeded but that there was no new information to return.
NON_AUTHORITATIVE_INFORMATION - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (203) indicating that the meta information presented by the client did not originate from the server.
NOT_ACCEPTABLE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
NOT_FOUND - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (404) indicating that the requested resource is not available.
NOT_IMPLEMENTED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
NOT_MODIFIED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.

O

OK - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (200) indicating the request succeeded normally.

P

PARTIAL_CONTENT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
PAYMENT_REQUIRED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (402) reserved for future use.
PRECONDITION_FAILED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
PROXY_AUTHENTICATION_REQUIRED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
PS256 - cn.vorbote.commons.enums.JwtAlgorithm
 
PS384 - cn.vorbote.commons.enums.JwtAlgorithm
 

R

RC4 - cn.vorbote.commons.enums.EncryptMethod
 
REQUEST_ENTITY_TOO_LARGE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
REQUEST_TIMEOUT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
REQUEST_URI_TOO_LONG - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
REQUESTED_RANGE_NOT_SATISFIABLE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (416) indicating that the server cannot serve the requested byte range.
RESET_CONTENT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
RS256 - cn.vorbote.commons.enums.JwtAlgorithm
 
RS384 - cn.vorbote.commons.enums.JwtAlgorithm
 
RS512 - cn.vorbote.commons.enums.JwtAlgorithm
 

S

Second() - 枚举 中的方法cn.vorbote.commons.enums.TimeUnit
Get the second equal to this unit.
SECOND - cn.vorbote.commons.enums.TimeUnit
 
SEE_OTHER - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (303) indicating that the response to the request can be found under a different URI.
SERVICE_UNAVAILABLE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SHA_1 - cn.vorbote.commons.enums.EncryptMethod
 
SHA_224 - cn.vorbote.commons.enums.EncryptMethod
 
SHA_256 - cn.vorbote.commons.enums.EncryptMethod
 
SHA_384 - cn.vorbote.commons.enums.EncryptMethod
 
SHA_512 - cn.vorbote.commons.enums.EncryptMethod
 
SWITCHING_PROTOCOLS - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (101) indicating the server is switching protocols according to Upgrade header.

T

TEMPORARY_REDIRECT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (307) indicating that the requested resource resides temporarily under a different URI.
TIMEOUT - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (600) means that the request has timeout.
TimeOutRangeException - cn.vorbote.commons.except中的异常错误
The developer specified date is not existed.
TimeOutRangeException() - 异常错误 的构造器cn.vorbote.commons.except.TimeOutRangeException
 
TimeOutRangeException(String) - 异常错误 的构造器cn.vorbote.commons.except.TimeOutRangeException
 
TimeUnit - cn.vorbote.commons.enums中的枚举
Unit of time.
toString() - 枚举 中的方法cn.vorbote.commons.enums.EncryptMethod
已过时。
ToString() - 枚举 中的方法cn.vorbote.commons.enums.EncryptMethod
This method helps you get the value of the enum.

U

UNAUTHORIZED - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (401) indicating that the request requires HTTP authentication.
UNSUPPORTED_MEDIA_TYPE - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
UnsupportedAlgorithmException - cn.vorbote.commons.except中的异常错误
This exception means the specified algorithm is not supported.
UnsupportedAlgorithmException() - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
 
UnsupportedAlgorithmException(String) - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
 
UnsupportedDataTypeException - cn.vorbote.commons.except中的异常错误
This exception means the date type to transform is not supported.
UnsupportedDataTypeException() - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedDataTypeException
 
UnsupportedDataTypeException(String) - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedDataTypeException
 
USE_PROXY - 接口 中的静态变量cn.vorbote.commons.consts.WebStatus
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.

V

valueOf(String) - 枚举 中的静态方法cn.vorbote.commons.enums.EncryptMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vorbote.commons.enums.JwtAlgorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vorbote.commons.enums.TimeUnit
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.vorbote.commons.enums.EncryptMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vorbote.commons.enums.JwtAlgorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vorbote.commons.enums.TimeUnit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebStatus - cn.vorbote.commons.consts中的接口
Status code in web development.
A B C D E F G H I J L M N O P R S T U V W 
所有类 所有程序包