MCPcopy Create free account
hub / github.com/58code/Argo / ClientContext

Interface ClientContext

core/src/main/java/com/bj58/argo/client/ClientContext.java:35–245  ·  view source on GitHub ↗

获得客户端信息 包括浏览器端所发送给服务器的所有信息 其中, 1. 通过和nginx/apache等反向代理合作,可以安全获得客户端ip @see #getAddress() @see ReverseProxy 2. 可以获得url上的参数即 http://bj.58.com/?paramname=value @see #queryString(String) 3. form可以获得post的form中的参数 @see #form(String) 4. 方便获得上传文件 @see #getUpload(String) @see Upload @author renj

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

getCookiesMethod · 0.65
routeMethod · 0.65
RouteBagMethod · 0.65
postFormMethod · 0.95
postUploadMethod · 0.95
queryStringMethod · 0.65
queryStringsMethod · 0.65
postFormMethod · 0.95
postUploadMethod · 0.95
formMethod · 0.65
formsMethod · 0.65
postUploadMethod · 0.95

Implementers 1

DefaultClientContextcore/src/main/java/com/bj58/argo/clien

Calls

no outgoing calls

Tested by

no test coverage detected