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

A

ACCEPT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ACCEPT_CHARSET - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ACCEPT_ENCODING - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ACCEPT_LANGUAGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ACCEPT_RANGES - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
AGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ALLOW - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
APPLICATION_EXCEL - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
APPLICATION_FORM - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
APPLICATION_HESSIAN - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
APPLICATION_JSON - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
APPLICATION_XML - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
AUTHORIZATION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

B

buildGetUrl(String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
buildQuery(Map<String, String>, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
buildRequestUrl(String, String...) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
ByteArrayContract(String, byte[], String) - 类 的构造器com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 

C

CACHE_CONTROL - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法com.github.jarvisframework.tool.http.HttpUtils.TrustAllTrustManager
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法com.github.jarvisframework.tool.http.HttpUtils.TrustAllTrustManager
 
com.github.jarvisframework.tool.http - 程序包 com.github.jarvisframework.tool.http
 
CONNECTION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
content - 类 中的变量com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
CONTENT_DISPOSITION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_ENCODING - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_ENCODING_GZIP - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_LANGUAGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_LENGTH - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_LOCATION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_MD5 - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_RANGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
CONTENT_TYPE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
contract - 类 中的变量com.github.jarvisframework.tool.http.FileItem
 
COOKIE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

D

DATE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
decode(String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
使用默认的UTF-8字符集反编码请求参数值。
decode(String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
使用指定的字符集反编码请求参数值。
DEFAULT_BUFFER_SIZE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
默认流式读取缓冲区大小
DEFAULT_CHARSET - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
默认编码字符集
DEFAULT_CONNECT_TIMEOUT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
默认连接超时时间
DEFAULT_READ_TIMEOUT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
默认读取超时时间
DELETE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
doGet(String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP GET请求。
doGet(String, Map<String, String>) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP GET请求。
doGet(String, Map<String, String>, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP GET请求。
doPost(String, Map<String, String>) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, Map<String, String>, int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, Map<String, String>, String, int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, Map<String, String>, String, int, int, Map<String, String>, Proxy) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, String, String, int, int, Map<String, String>) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, String, byte[], int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, String, byte[], int, int, Map<String, String>, Proxy) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, Map<String, String>, Map<String, String>, String, String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
doPost(String, Map<String, String>, Map<String, FileItem>, int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行带文件上传的HTTP POST请求。
doPost(String, Map<String, String>, Map<String, FileItem>, String, int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
doPost(String, Map<String, String>, Map<String, FileItem>, String, int, int, Map<String, String>) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行带文件上传的HTTP POST请求。
doPostWithJson(String, Map<String, String>, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行JSON HTTP POST 请求。
doPostWithJson(String, Map<String, Object>, String, int, int) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行请求 content_type: application/json
doPostWithXml(String, Map<String, String>, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行XML HTTP POST 请求。

E

encode(String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
使用默认的UTF-8字符集编码请求参数值。
encode(String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
使用指定的字符集编码请求参数值。
ETAG - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
EXPECT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
EXPIRES - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

F

file - 类 中的变量com.github.jarvisframework.tool.http.FileItem.LocalContract
 
FileItem - com.github.jarvisframework.tool.http中的类
文件包装类 , 支持本地文件 、 字节数组和输入流三种方式 。
FileItem(File) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于本地文件的构造器,适用于上传本地文件。
FileItem(String) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于文件绝对路径的构造器,适用于上传本地文件。
FileItem(String, byte[]) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于文件名和字节数组的构造器。
FileItem(String, byte[], String) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于文件名、字节数组和媒体类型的构造器。
FileItem(String, InputStream) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于文件名和字节流的构造器,适应于全流式上传,减少本地内存开销。
FileItem(String, InputStream, String) - 类 的构造器com.github.jarvisframework.tool.http.FileItem
基于文件名、字节流和媒体类型的构造器,适应于全流式上传,减少本地内存开销。
FileItem.ByteArrayContract - com.github.jarvisframework.tool.http中的类
 
FileItem.Contract - com.github.jarvisframework.tool.http中的接口
 
FileItem.LocalContract - com.github.jarvisframework.tool.http中的类
 
FileItem.StreamContract - com.github.jarvisframework.tool.http中的类
 
fileName - 类 中的变量com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
fileName - 类 中的变量com.github.jarvisframework.tool.http.FileItem.StreamContract
 
FORM_DATA - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
FROM - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

G

GET - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
getAcceptedIssuers() - 类 中的方法com.github.jarvisframework.tool.http.HttpUtils.TrustAllTrustManager
 
getConnection(URL, String, String, Map<String, String>, Proxy) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getContentType(HttpServletRequest) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
获取HTTP ContentType
getFileEntry(String, String, String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getFileLength() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
getFileLength() - 接口 中的方法com.github.jarvisframework.tool.http.FileItem.Contract
 
getFileLength() - 类 中的方法com.github.jarvisframework.tool.http.FileItem
 
getFileLength() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.LocalContract
 
getFileLength() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.StreamContract
 
getFileName() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
getFileName() - 接口 中的方法com.github.jarvisframework.tool.http.FileItem.Contract
 
getFileName() - 类 中的方法com.github.jarvisframework.tool.http.FileItem
 
getFileName() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.LocalContract
 
getFileName() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.StreamContract
 
getMimeType() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
getMimeType() - 接口 中的方法com.github.jarvisframework.tool.http.FileItem.Contract
 
getMimeType() - 类 中的方法com.github.jarvisframework.tool.http.FileItem
 
getMimeType() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.LocalContract
 
getMimeType() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.StreamContract
 
getParameters(HttpServletRequest) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getRequestBody(HttpServletRequest) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getResponseAsString(HttpURLConnection) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getResponseCharset(String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getStreamAsString(InputStream, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
getTextEntry(String, String, String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 

H

HEAD - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
HOST - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
HttpContentType() - 类 的构造器com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
HttpHeader() - 类 的构造器com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
HttpMethod() - 类 的构造器com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
HttpUtils - com.github.jarvisframework.tool.http中的类
Http工具类(项目整理)
HttpUtils() - 类 的构造器com.github.jarvisframework.tool.http.HttpUtils
私有化构造器
HttpUtils.HttpContentType - com.github.jarvisframework.tool.http中的类
 
HttpUtils.HttpHeader - com.github.jarvisframework.tool.http中的类
 
HttpUtils.HttpMethod - com.github.jarvisframework.tool.http中的类
 
HttpUtils.TrustAllTrustManager - com.github.jarvisframework.tool.http中的类
 

I

IF_MATCH - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
IF_MODIFIED_SINCE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
IF_NONE_MATCH - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
IF_RANGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
IF_UNMODIFIED_SINCE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
ignoreHostCheck - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
忽略HOST检查
ignoreSSLCheck - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
忽略SSL检查
isFormPost(HttpServletRequest) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
isValid() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
isValid() - 接口 中的方法com.github.jarvisframework.tool.http.FileItem.Contract
 
isValid() - 类 中的方法com.github.jarvisframework.tool.http.FileItem
 
isValid() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.LocalContract
 
isValid() - 类 中的方法com.github.jarvisframework.tool.http.FileItem.StreamContract
 

L

LAST_MODIFIED - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
LocalContract(File) - 类 的构造器com.github.jarvisframework.tool.http.FileItem.LocalContract
 
LOCATION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

M

MAX_FORWARDS - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
mimeType - 类 中的变量com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
mimeType - 类 中的变量com.github.jarvisframework.tool.http.FileItem.StreamContract
 

O

OPTIONS - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 

P

PATCH - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
POST - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
PRAGMA - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
PROXY_AUTHENTICATE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
PROXY_AUTHORIZATION - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
PUT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 

R

RANGE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
REFERER - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
REST_TEMPLATE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils
Rest模板工具类
RETRY_AFTER - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

S

SEC_WEBSOCKET_PROTOCOL - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
SERVER - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
SET_COOKIE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
setIgnoreHostCheck(boolean) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
setIgnoreSSLCheck(boolean) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
splitUrlQuery(String) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
从URL中提取所有的参数。
stream - 类 中的变量com.github.jarvisframework.tool.http.FileItem.StreamContract
 
StreamContract(String, InputStream, String) - 类 的构造器com.github.jarvisframework.tool.http.FileItem.StreamContract
 

T

TE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
TEXT_HTML - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
TEXT_JAVASCRIPT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
TEXT_PLAIN - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
TEXT_XML - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpContentType
 
TRACE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpMethod
 
TRAILER - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
TRANSFER_ENCODING - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
TrustAllTrustManager() - 类 的构造器com.github.jarvisframework.tool.http.HttpUtils.TrustAllTrustManager
 

U

UPGRADE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
USER_AGENT - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

V

VARY - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
VIA - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

W

WARNING - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 
write(OutputStream) - 类 中的方法com.github.jarvisframework.tool.http.FileItem.ByteArrayContract
 
write(OutputStream) - 接口 中的方法com.github.jarvisframework.tool.http.FileItem.Contract
 
write(OutputStream) - 类 中的方法com.github.jarvisframework.tool.http.FileItem.LocalContract
 
write(OutputStream) - 类 中的方法com.github.jarvisframework.tool.http.FileItem.StreamContract
 
write(OutputStream) - 类 中的方法com.github.jarvisframework.tool.http.FileItem
 
WWW_AUTHENTICATE - 类 中的静态变量com.github.jarvisframework.tool.http.HttpUtils.HttpHeader
 

_

_doPost(String, String, Map<String, String>, byte[], int, int, Proxy) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
执行HTTP POST请求。
_doPostWithFile(String, Map<String, String>, Map<String, FileItem>, String, int, int, Map<String, String>) - 类 中的静态方法com.github.jarvisframework.tool.http.HttpUtils
 
A B C D E F G H I L M O P R S T U V W _ 
跳过导航链接

Copyright © 2020. All rights reserved.