网络模块


1、URL

--------openStream()

    return InputStream

--------openConnection()

    return URLConnection

2、URLConnection

--------getInputStream()用于获取URLConnection响应的内容

--------getOutputStream()用户向URLConnection发送请求参数


2、HttpURLConnection

--------getResponseCode()

--------getResponseMessage()

--------getRequestMethod()

--------setRequestMethod()


3、HttpClient

--------execute()

--------setParams()

--------setEntity()

--------getHeaders()

--------getAllHeaders()


4、Webservice


更多相关文章

  1. Android 数据存储(数据库、文件、参数)操作实例
  2. android客户端通过Get方式提交参数给服务器,使用URL和HttpURLConn
  3. Android之SimpleAdapter简单实例和SimpleAdapter参数说明(zt)
  4. Activity 属性设置参数说明
  5. :Android核心模块及相关技术
  6. Android使用okhttp框架实现带参数Get和Post请求(附服务端完整代码

随机推荐

  1. android编译错误--/usr/bin/ld: cannot f
  2. Android 学习 之 TextView结合SpannableS
  3. android 浮动在activity 上的button
  4. Android 截图程序实现 需要root权限
  5. android studio更新的时候出现Connection
  6. Camera摄像头拍照
  7. Android Studio解决Error:Dependency Pud
  8. Layout1.5
  9. listview绑定xml网络数据(android极简原
  10. Android把view的画面转换为bitmap