A C D G I M O R S U 
All Classes All Packages

A

addResourcePrefixPath(String, ResourceHandler) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Maps a path prefix to a resource handler to allow serving resources other than the JAX-RS endpoints.

C

container - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
contextParams - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

D

deploy() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(DeploymentInfo) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Adds an arbitrary web deployment to underlying Undertow server.
deploy(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(Application) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(Application, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deployOldStyle(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deployOldStyle(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

G

getContextParams() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
getDeployment() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
getInitParams() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
getManager() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

I

initParams - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

M

manager - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

O

org.jboss.resteasy.plugins.server.undertow - package org.jboss.resteasy.plugins.server.undertow
 

R

root - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

S

server - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setContextParams(Map<String, String>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setHostname(String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setInitParams(Map<String, String>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setPort(int) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setRootResourcePath(String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start(Undertow.Builder) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

U

undertowDeployment(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
undertowDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
undertowDeployment(ResteasyDeployment, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for your ResteasyDeployent so you can set up things like security constraints You'd call this method, add your servlet security constraints, then call deploy(DeploymentInfo) Note, only one ResteasyDeployment can be applied per DeploymentInfo ResteasyServlet is mapped to mapping + "/*" Example: DeploymentInfo di = server.undertowDeployment(resteasyDeployment, "rest"); di.setDeploymentName("MyDeployment") di.setContextRoot("root"); server.deploy(di);
UndertowJaxrsServer - Class in org.jboss.resteasy.plugins.server.undertow
Wrapper around Undertow to make resteasy deployments easier Each ResteasyDeployment or jaxrs Application is deployed under its own web deployment (WAR) You may also deploy after the server has started.
UndertowJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
A C D G I M O R S U 
All Classes All Packages