public interface HttpRequestFactory
HttpRequest
objects.Modifier and Type | Method and Description |
---|---|
HttpRequest |
newHttpRequest(RequestLine requestline) |
HttpRequest |
newHttpRequest(String method,
String uri) |
HttpRequest newHttpRequest(RequestLine requestline) throws MethodNotSupportedException
MethodNotSupportedException
HttpRequest newHttpRequest(String method, String uri) throws MethodNotSupportedException
MethodNotSupportedException
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.