Skip navigation links
RESTEasy Undertow Integration 3.15.6.Final
A D O S U 

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.

D

deploy(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment under "/"
deploy(ResteasyDeployment, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment under contextPath
deploy(ResteasyDeployment, String, Map<String, String>, Map<String, String>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
deploy(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Application) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Application, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(DeploymentInfo) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Adds an arbitrary web deployment to underlying Undertow server.

O

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

S

server - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start(Undertow.Builder) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 

U

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);
undertowDeployment(ResteasyDeployment) - 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.
undertowDeployment(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
undertowDeployment(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
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 D O S U 
Skip navigation links
RESTEasy Undertow Integration 3.15.6.Final

Copyright © 2023 JBoss by Red Hat. All rights reserved.