Uses of Class
org.jboss.resteasy.plugins.server.reactor.netty.ReactorNettyJaxrsServer
Packages that use ReactorNettyJaxrsServer
-
Uses of ReactorNettyJaxrsServer in org.jboss.resteasy.plugins.server.reactor.netty
Fields in org.jboss.resteasy.plugins.server.reactor.netty declared as ReactorNettyJaxrsServerModifier and TypeFieldDescriptionstatic ReactorNettyJaxrsServer
ReactorNettyContainer.reactorNettyJaxrsServer
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.reactor.netty that return ReactorNettyJaxrsServerModifier and TypeMethodDescriptionReactorNettyJaxrsServer.deploy()
Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setCleanUpTasks
(List<Runnable> cleanUpTasks) Deprecated, for removal: This API element is subject to removal in a future version.Sets clean up tasks that are needed immediately afterDispatcher.invoke(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.spi.HttpResponse)
yet before any asynchronous asynchronous work is continued by the reactor-netty server.ReactorNettyJaxrsServer.setClientAuth
(io.netty.handler.ssl.ClientAuth clientAuth) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setDeployment
(ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setHostname
(String hostname) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setIdleTimeout
(Duration idleTimeout) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setPort
(int port) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setRootResourcePath
(String rootResourcePath) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.setSSLContext
(SSLContext sslContext) Deprecated, for removal: This API element is subject to removal in a future version.ReactorNettyJaxrsServer.start()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.reactor.netty with parameters of type ReactorNettyJaxrsServerModifier and TypeMethodDescriptionstatic ResteasyDeployment
ReactorNettyContainer.start
(ReactorNettyJaxrsServer server) Deprecated, for removal: This API element is subject to removal in a future version.