Modifier and Type | Method and Description |
---|---|
HttpManagedObject |
HttpConversation.addRequest(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity)
Adds a
HttpRequest to the conversation. |
Modifier and Type | Class and Description |
---|---|
class |
HttpEntityImpl
HttpEntity implementation. |
Modifier and Type | Method and Description |
---|---|
HttpManagedObject |
HttpConversationImpl.addRequest(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity) |
Constructor and Description |
---|
HttpRequestImpl(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
HttpEntity |
HttpRequestParser.getEntity()
Obtains the
HttpEntity of the HttpRequest . |
Modifier and Type | Method and Description |
---|---|
HttpEntity |
HttpRequestParserImpl.getEntity() |
Copyright © 2005–2016. All rights reserved.