net.sbbi.upnp.jmx
Interface HttpRequestHandler

All Known Implementing Classes:
HttpGetRequest, HttpPostRequest, HttpSubscriptionRequest

public interface HttpRequestHandler

Interface to define how a class must handle an http request

Version:
1.0
Author:
SuperBonBon

Method Summary
 String service(Set devices, HttpRequest request)
          Handles the HTTP request
 

Method Detail

service

String service(Set devices,
               HttpRequest request)
Handles the HTTP request

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 © 2010. All Rights Reserved.