net.sbbi.upnp.jmx
Class HttpGetRequest

java.lang.Object
  extended bynet.sbbi.upnp.jmx.HttpGetRequest
All Implemented Interfaces:
HttpRequestHandler

public class HttpGetRequest
extends java.lang.Object
implements HttpRequestHandler

Class to handle HTTP UPNP GET requests on UPNPMBeanDevices

Version:
1.0
Author:
SuperBonBon

Method Summary
static HttpRequestHandler getInstance()
           
 java.lang.String service(java.util.Set devices, HttpRequest request)
          Handles the HTTP request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HttpRequestHandler getInstance()

service

public java.lang.String service(java.util.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 objects
request - 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 © 2005 SuperBonBon Industries. All Rights Reserved.