Package com.foxinmy.weixin4j.http
Interface HttpMessage
-
- All Known Subinterfaces:
HttpResponse
- All Known Implementing Classes:
AbstractHttpResponse
,HttpComponent3Response
,HttpComponent4_1Response
,HttpComponent4_2Response
,HttpRequest
,Netty4HttpResponse
,OkHttpResponse2
,OkHttpResponse3
,SimpleHttpResponse
,WeixinResponse
public interface HttpMessage
HTTP messages consist of requests from client to server and responses from server to client.- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpHeaders
getHeaders()
HTTP报头
-
-
-
Method Detail
-
getHeaders
HttpHeaders getHeaders()
HTTP报头- Returns:
-
-