首页>代码>纯java版本的http get和post请求>/com/http/HttpResponser.java
package com.http;
import java.util.Vector;
 
/**
 * 响应对象
 */
public class HttpResponser {
 
	String urlString;
 
	int defaultPort;
 
	String file;
 
	String host;
 
	String path;
 
	int port;
 
	String protocol;
 
	String query;
 
	String ref;
 
	String userInfo;
 
	String contentEncoding;
 
	String content;
 
	String contentType;
 
	int code;
 
	String message;
 
	String method;
 
	int connectTimeout;
 
	int readTimeout;
 
	Vector<String> contentCollection;
 
	public String getContent() {
		return content;
	}
 
	public String getContentType() {
		return contentType;
	}
 
	public int getCode() {
		return code;
	}
 
	public String getMessage() {
		return message;
	}
 
	public Vector<String> getContentCollection() {
		return contentCollection;
	}
 
	public String getContentEncoding() {
		return contentEncoding;
	}
 
	public String getMethod() {
		return method;
	}
 
	public int getConnectTimeout() {
		return connectTimeout;
	}
 
	public int getReadTimeout() {
		return readTimeout;
	}
 
	public String getUrlString() {
		return urlString;
	}
 
	public int getDefaultPort() {
		return defaultPort;
	}
 
	public String getFile() {
		return file;
	}
 
	public String getHost() {
		return host;
	}
 
	public String getPath() {
		return path;
	}
 
	public int getPort() {
		return port;
	}
 
	public String getProtocol() {
		return protocol;
	}
 
	public String getQuery() {
		return query;
	}
 
	public String getRef() {
		return ref;
	}
 
	public String getUserInfo() {
		return userInfo;
	}
 
}
最近下载更多
superboer  LV1 2023年7月12日
1358849392  LV21 2022年1月7日
bingxun  LV1 2021年7月8日
star心手  LV2 2021年7月1日
Brian李世海  LV1 2021年3月27日
2196316269  LV10 2020年12月30日
可比克  LV8 2020年12月14日
程序猿全敏  LV29 2020年10月8日
xuanli  LV1 2020年8月15日
bisoso  LV1 2020年6月28日
最近浏览更多
GJQ123  LV4 2023年12月1日
逆袭 奋起  LV4 2023年1月30日
月之氏族  LV23 2023年1月6日
是你爸爸啊100  LV5 2022年7月30日
1358849392  LV21 2022年1月7日
阿远远  LV8 2021年11月26日
tangjj7260  LV18 2021年11月19日
a5366869  LV7 2021年10月31日
huaua7676  LV30 2021年9月2日
fakerkiller  LV1 2021年9月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友