类 WebHelper.PostHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.http.WebHelper
-
- cn.mcres.gyhhy.MXLib.http.WebHelper.HttpHelper
-
- cn.mcres.gyhhy.MXLib.http.WebHelper.PostHelper
-
- 封闭类:
- WebHelper
public static class WebHelper.PostHelper extends WebHelper.HttpHelper
-
-
嵌套类概要
-
从类继承的嵌套类/接口 cn.mcres.gyhhy.MXLib.http.WebHelper
WebHelper.HttpHelper, WebHelper.PostHelper
-
-
字段概要
-
从类继承的字段 cn.mcres.gyhhy.MXLib.http.WebHelper
catch$func, contentType, header$func, link, proxy, response$func
-
-
构造器概要
构造器 构造器 说明 PostHelper(String link)
PostHelper(URL link)
-
方法概要
修饰符和类型 方法 说明 protected void
connect0()
WebHelper.PostHelper
header(Consumer<URLConnection> func)
WebHelper.PostHelper
response(F3c<HttpURLConnection,InputStream> func)
WebHelper.PostHelper
write(TrIv<ByteArrayOutputStream,String> func)
WebHelper.PostHelper
write(Consumer<OutputStream> func)
已过时。-
从类继承的方法 cn.mcres.gyhhy.MXLib.http.WebHelper.HttpHelper
connect, contentType, onCatch
-
-
-
-
方法详细资料
-
connect0
protected void connect0() throws IOException
- 覆盖:
connect0
在类中WebHelper.HttpHelper
- 抛出:
IOException
-
write
@Deprecated public WebHelper.PostHelper write(Consumer<OutputStream> func)
已过时。
-
write
public WebHelper.PostHelper write(TrIv<ByteArrayOutputStream,String> func)
-
header
public WebHelper.PostHelper header(Consumer<URLConnection> func)
- 覆盖:
header
在类中WebHelper.HttpHelper
-
response
public WebHelper.PostHelper response(F3c<HttpURLConnection,InputStream> func)
- 覆盖:
response
在类中WebHelper.HttpHelper
-
-