跳过导航链接
C E F G H I J M O P R S T U W X Z 

C

checkUrl(String) - 类 中的静态方法cn.jdevelops.util.http.UpstreamCheckUtils
Check url boolean.
checkUrl(String, int) - 类 中的静态方法cn.jdevelops.util.http.UpstreamCheckUtils
Check url boolean.
cn.jdevelops.util.http - 程序包 cn.jdevelops.util.http
 
cn.jdevelops.util.http.entity - 程序包 cn.jdevelops.util.http.entity
 
cookies(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.CookieUtil
获取cookies
CookieUtil - cn.jdevelops.util.http中的类
Cookie
CookieUtil() - 类 的构造器cn.jdevelops.util.http.CookieUtil
 
csvResponse(HttpServletResponse, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
设置csv下载头
customResponse(HttpServletResponse, String, String, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
自定义文件下载头
customResponse(HttpServletResponse, String, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
自定义文件下载头

E

equals(Object) - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 

F

fileResponse(HttpServletResponse, File) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
自定义文件下载头
findCookie(String, HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.CookieUtil
查找指定名称的 Cookie 对象
findCookie(String, Cookie[]) - 类 中的静态方法cn.jdevelops.util.http.CookieUtil
查找指定名称的 Cookie 对象

G

get(String) - 类 中的方法cn.jdevelops.util.http.OkHttpTools
GET
getBodyString(ServletRequest) - 类 中的静态方法cn.jdevelops.util.http.HttpContextUtils
获取请求Body
getComputerId() - 类 中的静态方法cn.jdevelops.util.http.MacUtil
获取电脑唯一标识
getComputerName() - 类 中的静态方法cn.jdevelops.util.http.MacUtil
获取电脑名
getInstance() - 类 中的静态方法cn.jdevelops.util.http.OkHttpTools
Gets instance.
getIpAddr() - 类 中的静态方法cn.jdevelops.util.http.IpUtil
获取客户端IP地址
getIpAddrAndName() - 类 中的静态方法cn.jdevelops.util.http.IpUtil
获取客户端IP地址
getMacAddress(String) - 类 中的静态方法cn.jdevelops.util.http.IpUtil
获得MAC地址
getMacAddress() - 类 中的静态方法cn.jdevelops.util.http.MacUtil
获取一个网卡地址(多个网卡时从中获取一个)
getMacAddressList() - 类 中的静态方法cn.jdevelops.util.http.MacUtil
获取多个网卡地址
getParameterMapAll(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.HttpContextUtils
获取query参数
getPoxyIp(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.IpUtil
获取有网关是 的真正客户端IP 测试过nginx可以获取 location /test/ { proxy_pass http://localhost:9002/; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }
getPoxyIpEnhance(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.IpUtil
增强版 - 普通使用getPoxyIp即可满足需求 获取有网关是 的真正客户端IP 测试过nginx可以获取
getRealIp() - 类 中的静态方法cn.jdevelops.util.http.IpUtil
获取本地真正的IP地址,即获得有线或者无线WiFi地址。
getRequestParamValue(HttpServletRequest, String) - 类 中的静态方法cn.jdevelops.util.http.RequestUtil
从 request 获取参数值
getRule() - 类 中的方法cn.jdevelops.util.http.entity.PingContextRule
 
getRuleType() - 类 中的方法cn.jdevelops.util.http.entity.PingContextRule
 
getRunningState() - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 
getVaildState() - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 

H

hashCode() - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 
HttpContextUtils - cn.jdevelops.util.http中的类
HttpContextUtils
HttpContextUtils() - 类 的构造器cn.jdevelops.util.http.HttpContextUtils
 

I

ipConvert(String) - 类 中的静态方法cn.jdevelops.util.http.IpUtil
域名转ip
IpUtil - cn.jdevelops.util.http中的类
 
IpUtil() - 类 的构造器cn.jdevelops.util.http.IpUtil
 
isMultipartContent(HttpServletRequest) - 类 中的静态方法cn.jdevelops.util.http.HttpContextUtils
判断是否是multipart/form-data请求

J

jsonResponse(HttpServletResponse, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
设置json下载头

M

MacUtil - cn.jdevelops.util.http中的类
电脑信息

O

OkHttpTools - cn.jdevelops.util.http中的类
OkHttpTools.

P

ping(String) - 类 中的静态方法cn.jdevelops.util.http.PingUtil
 
ping(String, PingContextRule) - 类 中的静态方法cn.jdevelops.util.http.PingUtil
有效状态; 1、有校,2、无效 运行状态;0、已停止,1、运行中
PingContextRule - cn.jdevelops.util.http.entity中的类
ping 有效规则
PingContextRule(String, Integer) - 类 的构造器cn.jdevelops.util.http.entity.PingContextRule
 
PingUtil - cn.jdevelops.util.http中的类
ping 只能get请求
PingUtil() - 类 的构造器cn.jdevelops.util.http.PingUtil
 
PingVO - cn.jdevelops.util.http.entity中的类
ping
PingVO(Integer, Integer) - 类 的构造器cn.jdevelops.util.http.entity.PingVO
 
post(String, String) - 类 中的方法cn.jdevelops.util.http.OkHttpTools
Post jsonStr.

R

RequestUtil - cn.jdevelops.util.http中的类
request工具类
RequestUtil() - 类 的构造器cn.jdevelops.util.http.RequestUtil
 
ResponseFile - cn.jdevelops.util.http中的类
文件下载头设置
ResponseFile() - 类 的构造器cn.jdevelops.util.http.ResponseFile
 

S

setRule(String) - 类 中的方法cn.jdevelops.util.http.entity.PingContextRule
 
setRuleType(Integer) - 类 中的方法cn.jdevelops.util.http.entity.PingContextRule
 
setRunningState(Integer) - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 
setVaildState(Integer) - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 

T

toString() - 类 中的方法cn.jdevelops.util.http.entity.PingContextRule
 
toString() - 类 中的方法cn.jdevelops.util.http.entity.PingVO
 

U

UpstreamCheckUtils - cn.jdevelops.util.http中的类
The type Uri utils.
UpstreamCheckUtils() - 类 的构造器cn.jdevelops.util.http.UpstreamCheckUtils
 

W

win2Linux(String) - 类 中的静态方法cn.jdevelops.util.http.MacUtil
win separator Linux 相互转换

X

xlsxResponse(HttpServletResponse, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
设置xlsx下载头 ps: 有同学反应使用swagger 会导致各种问题,请直接用浏览器或者用postman

Z

zipResponse(HttpServletResponse, String) - 类 中的静态方法cn.jdevelops.util.http.ResponseFile
设置zip下载头
C E F G H I J M O P R S T U W X Z 
跳过导航链接

Copyright © 2024 tan. All rights reserved.