索引
All Classes and Interfaces|常量字段值|序列化表格|所有程序包
A
- addParam(String, String) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
B
- BAD_REQUEST - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- beforeStart() - 类中的方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
C
- close() - 类中的方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
- com.alibaba.csp.sentinel.transport.command - 程序包 com.alibaba.csp.sentinel.transport.command
- com.alibaba.csp.sentinel.transport.command.exception - 程序包 com.alibaba.csp.sentinel.transport.command.exception
- com.alibaba.csp.sentinel.transport.command.http - 程序包 com.alibaba.csp.sentinel.transport.command.http
- com.alibaba.csp.sentinel.transport.heartbeat - 程序包 com.alibaba.csp.sentinel.transport.heartbeat
- com.alibaba.csp.sentinel.transport.heartbeat.client - 程序包 com.alibaba.csp.sentinel.transport.heartbeat.client
G
- generateCurrentMessage() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.HeartbeatMessage
- get(SimpleHttpRequest) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpClient
-
Execute a GET HTTP request.
- getBody() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- getBodyAsString() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- getCharset() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- getCode() - enum class中的方法 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- getCommands() - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
-
Get the name set of all registered commands.
- getDesc() - enum class中的方法 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- getEndpoint() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- getHandler(String) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
- getHeader(String) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
-
Get header of the key ignoring case.
- getHeaders() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- getParams() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- getRequestPath() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- getSocket(Protocol) - 类中的静态方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SocketFactory
- getSoTimeout() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- getStatusCode() - 异常错误中的方法 com.alibaba.csp.sentinel.transport.command.exception.RequestException
- getStatusCode() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- getStatusLine() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
H
- HeartbeatMessage - com.alibaba.csp.sentinel.transport.heartbeat中的类
-
Heart beat message entity.
- HeartbeatMessage() - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.HeartbeatMessage
- HttpEventTask - com.alibaba.csp.sentinel.transport.command.http中的类
-
The task handles incoming command request in HTTP protocol.
- HttpEventTask(Socket) - 类的构造器 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
I
- INTERNAL_SERVER_ERROR - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- intervalMs() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.SimpleHttpHeartbeatSender
- INVALID_COMMAND_MESSAGE - 类中的静态变量 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
L
- LENGTH_REQUIRED - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
O
- OK - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
-
200 OK.
P
- parse(InputStream) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponseParser
-
Parse bytes from an input stream to a
SimpleHttpResponse. - parseParams(String, CommandRequest) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
-
Consume all the body submitted and parse params into
CommandRequest - parsePostHeaders(InputStream) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
-
Process header line in request
- parseSingleParam(String, CommandRequest) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
- post(SimpleHttpRequest) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpClient
-
Execute a POST HTTP request.
- processPostRequest(InputStream, CommandRequest) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
-
Try to process the body of POST request additionally.
- processQueryString(String) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
-
Parse raw HTTP request line to a
CommandRequest.
R
- registerCommand(String, CommandHandler) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
- registerCommands(Map<String, CommandHandler>) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
- registerInformation(String, String) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.HeartbeatMessage
- removeAnchor(String) - 类中的静态方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
-
Truncate query from "a=1&b=2#mark" to "a=1&b=2"
- REQUEST_TIMEOUT - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- RequestException - com.alibaba.csp.sentinel.transport.command.exception中的异常错误
-
Represent exception with status code processing a request
- RequestException() - 异常错误的构造器 com.alibaba.csp.sentinel.transport.command.exception.RequestException
- RequestException(StatusCode, String) - 异常错误的构造器 com.alibaba.csp.sentinel.transport.command.exception.RequestException
- run() - 类中的方法 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
S
- sendHeartbeat() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.SimpleHttpHeartbeatSender
- SERVER_ERROR_MESSAGE - 类中的静态变量 com.alibaba.csp.sentinel.transport.command.http.HttpEventTask
- setBody(byte[]) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- setCharset(Charset) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- setEndpoint(Endpoint) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- setParams(Map<String, String>) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- setRequestPath(String) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- setSoTimeout(int) - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- SimpleHttpClient - com.alibaba.csp.sentinel.transport.heartbeat.client中的类
-
A very simple HTTP client that only supports GET/POST method and plain text request body.
- SimpleHttpClient() - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpClient
- SimpleHttpCommandCenter - com.alibaba.csp.sentinel.transport.command中的类
-
The simple command center provides service to exchange information.
- SimpleHttpCommandCenter() - 类的构造器 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
- SimpleHttpHeartbeatSender - com.alibaba.csp.sentinel.transport.heartbeat中的类
-
The heartbeat sender provides basic API for sending heartbeat request to provided target.
- SimpleHttpHeartbeatSender() - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.SimpleHttpHeartbeatSender
- SimpleHttpRequest - com.alibaba.csp.sentinel.transport.heartbeat.client中的类
-
Simple HTTP request representation.
- SimpleHttpRequest(Endpoint, String) - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpRequest
- SimpleHttpResponse - com.alibaba.csp.sentinel.transport.heartbeat.client中的类
-
Simple HTTP response representation.
- SimpleHttpResponse(String, Map<String, String>) - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- SimpleHttpResponse(String, Map<String, String>, byte[]) - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
- SimpleHttpResponseParser - com.alibaba.csp.sentinel.transport.heartbeat.client中的类
-
The parser provides functionality to parse raw bytes HTTP response to a
SimpleHttpResponse. - SimpleHttpResponseParser() - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponseParser
- SimpleHttpResponseParser(int) - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponseParser
- SocketFactory - com.alibaba.csp.sentinel.transport.heartbeat.client中的类
- SocketFactory() - 类的构造器 com.alibaba.csp.sentinel.transport.heartbeat.client.SocketFactory
- start() - 类中的方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
- StatusCode - com.alibaba.csp.sentinel.transport.command.http中的Enum Class
- stop() - 类中的方法 com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter
T
- toString() - enum class中的方法 com.alibaba.csp.sentinel.transport.command.http.StatusCode
- toString() - 类中的方法 com.alibaba.csp.sentinel.transport.heartbeat.client.SimpleHttpResponse
U
- UNSUPPORTED_MEDIA_TYPE - enum class 中的枚举常量 com.alibaba.csp.sentinel.transport.command.http.StatusCode
V
- valueOf(String) - enum class中的静态方法 com.alibaba.csp.sentinel.transport.command.http.StatusCode
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.alibaba.csp.sentinel.transport.command.http.StatusCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|常量字段值|序列化表格|所有程序包