org.jboss.resteasy.plugins.server.sun.http
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dispatcher
protected Dispatcher dispatcher
providerFactory
protected ResteasyProviderFactory providerFactory
ResteasyHttpHandler
public ResteasyHttpHandler()
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:
handle
in interface com.sun.net.httpserver.HttpHandler
- Throws:
IOException
Copyright © 2012. All Rights Reserved.