|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.httplite.server.ResourceHandler
public class ResourceHandler
Handles resource processing. Encapsulates the logic in OSGI Service Platform Release 4 Compendium Version 4.2 Section 102.3
| Constructor Summary | |
|---|---|
ResourceHandler(HttpServletRequestImpl req,
HttpServletResponseImpl res,
ServiceRegistration resource,
Logger logger)
|
|
| Method Summary | |
|---|---|
void |
handle(boolean close)
Process the request against the registered provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceHandler(HttpServletRequestImpl req,
HttpServletResponseImpl res,
ServiceRegistration resource,
Logger logger)
req - HttpRequestres - HttpResponseresource - ServiceRegistrationlogger - Log reference| Method Detail |
|---|
public void handle(boolean close)
throws java.io.IOException
ServiceRegistrationHandler
handle in interface ServiceRegistrationHandlerclose - if true close connection after handling request
java.io.IOException - on I/O error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||