net.sbbi.upnp.jmx
Class HttpGetRequest
java.lang.Object
net.sbbi.upnp.jmx.HttpGetRequest
- All Implemented Interfaces:
- HttpRequestHandler
public class HttpGetRequest
- extends Object
- implements HttpRequestHandler
Class to handle HTTP UPNP GET requests on UPNPMBeanDevices
- Version:
- 1.0
- Author:
- SuperBonBon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static HttpRequestHandler getInstance()
service
public String service(Set devices,
HttpRequest request)
- Description copied from interface:
HttpRequestHandler
- Handles the HTTP request
- Specified by:
service in interface HttpRequestHandler
- Parameters:
devices - the potential target UPNPMBeanDevice objectsrequest - teh client http request
- Returns:
- the content who should be sent to the client or null if the request does not
match any target UPNPMBeanDevice provided in the Set
Copyright © 2010. All Rights Reserved.