public abstract class Plugin extends Object
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundRequest(org.jboss.resteasy.spi.HttpRequest req,
RunnableWithException<IOException> continuation) |
rx.Single<Void> |
deployToResteasy(org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment deployment) |
rx.Single<Void> |
init() |
rx.Single<Void> |
postRoute() |
rx.Single<Void> |
preInit() |
rx.Single<Void> |
preRoute() |
public rx.Single<Void> preInit()
public rx.Single<Void> init()
public rx.Single<Void> deployToResteasy(org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment deployment)
public void aroundRequest(org.jboss.resteasy.spi.HttpRequest req,
RunnableWithException<IOException> continuation)
throws IOException
IOExceptionpublic rx.Single<Void> preRoute()
public rx.Single<Void> postRoute()
Copyright © 2017. All rights reserved.