org.teleal.cling.transport.impl.apache
Class UpnpHttpRequestFactory
java.lang.Object
org.apache.http.impl.DefaultHttpRequestFactory
org.teleal.cling.transport.impl.apache.UpnpHttpRequestFactory
- All Implemented Interfaces:
- org.apache.http.HttpRequestFactory
public class UpnpHttpRequestFactory
- extends org.apache.http.impl.DefaultHttpRequestFactory
Yes, make stuff private! Good idea!
- Author:
- Christian Bauer
Method Summary |
org.apache.http.HttpRequest |
newHttpRequest(org.apache.http.RequestLine requestline)
|
org.apache.http.HttpRequest |
newHttpRequest(java.lang.String method,
java.lang.String uri)
|
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(java.lang.String method,
java.lang.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 © 2010 Teleal GmbH, Switzerland. All Rights Reserved.