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 |
HttpManagedObjectImpl
ManagedObject for the ServerHttpConnection . |
Modifier and Type | Method and Description |
---|---|
HttpManagedObject |
HttpConversationImpl.addRequest(String method,
String requestURI,
String httpVersion,
List<HttpHeader> headers,
HttpEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
HttpCommunicationProtocol.serviceHttpRequest(HttpConnectionHandler handler,
HttpManagedObject httpManagedObject)
Services the
HttpRequest . |
Copyright © 2005–2016. All rights reserved.