Class ResteasyHttpHandler
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
 
- 
- All Implemented Interfaces:
 com.sun.net.httpserver.HttpHandler
public class ResteasyHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Dispatcherdispatcherprotected ResteasyProviderFactoryproviderFactory 
- 
Constructor Summary
Constructors Constructor Description ResteasyHttpHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(com.sun.net.httpserver.HttpExchange httpExchange)voidsetDispatcher(Dispatcher dispatcher)voidsetProviderFactory(ResteasyProviderFactory providerFactory) 
 - 
 
- 
- 
Field Detail
- 
dispatcher
protected Dispatcher dispatcher
 
- 
providerFactory
protected ResteasyProviderFactory providerFactory
 
 - 
 
- 
Method Detail
- 
setDispatcher
public void setDispatcher(Dispatcher dispatcher)
 
- 
setProviderFactory
public void setProviderFactory(ResteasyProviderFactory providerFactory)
 
- 
handle
public void handle(com.sun.net.httpserver.HttpExchange httpExchange) throws IOException- Specified by:
 handlein interfacecom.sun.net.httpserver.HttpHandler- Throws:
 IOException
 
 - 
 
 -