org.fourthline.cling.transport.impl.apache
Class UpnpHttpRequestFactory
java.lang.Object
org.apache.http.impl.DefaultHttpRequestFactory
org.fourthline.cling.transport.impl.apache.UpnpHttpRequestFactory
- All Implemented Interfaces:
- org.apache.http.HttpRequestFactory
public class UpnpHttpRequestFactory
- extends org.apache.http.impl.DefaultHttpRequestFactory
This is how you add new HTTP methods to Apache HTTP Components.
Yes, Oleg dude, make stuff private! Good idea!
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpnpHttpRequestFactory
public UpnpHttpRequestFactory()
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline)
throws org.apache.http.MethodNotSupportedException
- Specified by:
newHttpRequest
in interface org.apache.http.HttpRequestFactory
- Overrides:
newHttpRequest
in class org.apache.http.impl.DefaultHttpRequestFactory
- Throws:
org.apache.http.MethodNotSupportedException
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(String method,
String uri)
throws org.apache.http.MethodNotSupportedException
- Specified by:
newHttpRequest
in interface org.apache.http.HttpRequestFactory
- Overrides:
newHttpRequest
in class org.apache.http.impl.DefaultHttpRequestFactory
- Throws:
org.apache.http.MethodNotSupportedException
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.