All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foxinmy.weixin4j.http.HttpMessage Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.http;

/**
 * HTTP messages consist of requests from client to server and responses from
 * server to client.
 * 
 * @className HttpMessage
 * @author jinyu([email protected])
 * @date 2015年5月29日
 * @since JDK 1.6
 * @see
 */
public interface HttpMessage {
	/**
	 * HTTP报头
	 * 
	 * @return
	 */
	HttpHeaders getHeaders();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy