Uses of Class
org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Packages that use NettyJaxrsServer
Package
Description
-
Uses of NettyJaxrsServer in org.jboss.resteasy.plugins.server.netty
Classes in org.jboss.resteasy.plugins.server.netty that implement interfaces with type arguments of type NettyJaxrsServerModifier and TypeClassDescriptionclass
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.Fields in org.jboss.resteasy.plugins.server.netty declared as NettyJaxrsServerMethods in org.jboss.resteasy.plugins.server.netty that return NettyJaxrsServerModifier and TypeMethodDescriptionNettyJaxrsServer.deploy()
NettyJaxrsServer.setBacklog
(int backlog) NettyJaxrsServer.setChannelHandlers
(List<io.netty.channel.ChannelHandler> channelHandlers) Add additionalChannelHandler
s to theServerBootstrap
.NettyJaxrsServer.setChannelOptions
(Map<io.netty.channel.ChannelOption, Object> channelOptions) Add NettyChannelOption
s to theServerBootstrap
.NettyJaxrsServer.setChildChannelOptions
(Map<io.netty.channel.ChannelOption, Object> channelOptions) Add child options to theServerBootstrap
.NettyJaxrsServer.setDeployment
(ResteasyDeployment deployment) NettyJaxrsServer.setExecutorThreadCount
(int executorThreadCount) Set the number of threads to use for the EventExecutor.NettyJaxrsServer.setHostname
(String hostname) NettyJaxrsServer.setHttpChannelHandlers
(List<io.netty.channel.ChannelHandler> httpChannelHandlers) Add additionalChannelHandler
s to theServerBootstrap
.NettyJaxrsServer.setIdleTimeout
(int idleTimeoutSeconds) Set the idle timeout.NettyJaxrsServer.setIoWorkerCount
(int ioWorkerCount) Specify the worker count to use.NettyJaxrsServer.setMaxChunkSize
(int maxChunkSize) NettyJaxrsServer.setMaxHeaderSize
(int maxHeaderSize) NettyJaxrsServer.setMaxInitialLineLength
(int maxInitialLineLength) NettyJaxrsServer.setMaxRequestSize
(int maxRequestSize) Set the max.NettyJaxrsServer.setPort
(int port) NettyJaxrsServer.setRootResourcePath
(String rootResourcePath) NettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) NettyJaxrsServer.setSniConfiguration
(SniConfiguration sniConfiguration) NettyJaxrsServer.setSSLContext
(SSLContext sslContext) NettyJaxrsServer.start()
-
Uses of NettyJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdi
Subclasses of NettyJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdi