public interface HttpRequestFactory
HttpRequest
objects.Modifier and Type | Method and Description |
---|---|
HttpRequest |
newHttpRequest(RequestLine requestline) |
HttpRequest |
newHttpRequest(java.lang.String method,
java.lang.String uri) |
HttpRequest newHttpRequest(RequestLine requestline) throws MethodNotSupportedException
MethodNotSupportedException
HttpRequest newHttpRequest(java.lang.String method, java.lang.String uri) throws MethodNotSupportedException
MethodNotSupportedException