public class UpnpHttpRequestFactory
extends org.apache.http.impl.DefaultHttpRequestFactory
Yes, Oleg dude, make stuff private! Good idea!
Constructor and Description |
---|
UpnpHttpRequestFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpRequest |
newHttpRequest(org.apache.http.RequestLine requestline) |
org.apache.http.HttpRequest |
newHttpRequest(String method,
String uri) |
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline) throws org.apache.http.MethodNotSupportedException
newHttpRequest
in interface org.apache.http.HttpRequestFactory
newHttpRequest
in class org.apache.http.impl.DefaultHttpRequestFactory
org.apache.http.MethodNotSupportedException
public org.apache.http.HttpRequest newHttpRequest(String method, String uri) throws org.apache.http.MethodNotSupportedException
newHttpRequest
in interface org.apache.http.HttpRequestFactory
newHttpRequest
in class org.apache.http.impl.DefaultHttpRequestFactory
org.apache.http.MethodNotSupportedException
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.