public class ResteasyHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
| Modifier and Type | Field and Description |
|---|---|
protected Dispatcher |
dispatcher |
protected ResteasyProviderFactory |
providerFactory |
| Constructor and Description |
|---|
ResteasyHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange) |
void |
setDispatcher(Dispatcher dispatcher) |
void |
setProviderFactory(ResteasyProviderFactory providerFactory) |
protected Dispatcher dispatcher
protected ResteasyProviderFactory providerFactory
public void setDispatcher(Dispatcher dispatcher)
public void setProviderFactory(ResteasyProviderFactory providerFactory)
public void handle(com.sun.net.httpserver.HttpExchange httpExchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.