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
Fields in org.jboss.resteasy.plugins.server.netty declared as NettyJaxrsServerModifier and TypeFieldDescriptionstatic NettyJaxrsServerNettyContainer.nettyDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty that return NettyJaxrsServerModifier and TypeMethodDescriptionNettyJaxrsServer.deploy()Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setBacklog(int backlog) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setChannelHandlers(List<io.netty.channel.ChannelHandler> channelHandlers) Deprecated, for removal: This API element is subject to removal in a future version.Add additionalChannelHandlers to theServerBootstrap.NettyJaxrsServer.setChannelOptions(Map<io.netty.channel.ChannelOption, Object> channelOptions) Deprecated, for removal: This API element is subject to removal in a future version.Add NettyChannelOptions to theServerBootstrap.NettyJaxrsServer.setChildChannelOptions(Map<io.netty.channel.ChannelOption, Object> channelOptions) Deprecated, for removal: This API element is subject to removal in a future version.Add child options to theServerBootstrap.NettyJaxrsServer.setDeployment(ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setExecutorThreadCount(int executorThreadCount) Deprecated, for removal: This API element is subject to removal in a future version.Set the number of threads to use for the EventExecutor.NettyJaxrsServer.setHostname(String hostname) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setHttpChannelHandlers(List<io.netty.channel.ChannelHandler> httpChannelHandlers) Deprecated, for removal: This API element is subject to removal in a future version.Add additionalChannelHandlers to theServerBootstrap.NettyJaxrsServer.setIdleTimeout(int idleTimeoutSeconds) Deprecated, for removal: This API element is subject to removal in a future version.Set the idle timeout.NettyJaxrsServer.setIoWorkerCount(int ioWorkerCount) Deprecated, for removal: This API element is subject to removal in a future version.Specify the worker count to use.NettyJaxrsServer.setMaxChunkSize(int maxChunkSize) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setMaxHeaderSize(int maxHeaderSize) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setMaxInitialLineLength(int maxInitialLineLength) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setMaxRequestSize(int maxRequestSize) Deprecated, for removal: This API element is subject to removal in a future version.Set the max.NettyJaxrsServer.setPort(int port) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setRootResourcePath(String rootResourcePath) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setSecurityDomain(SecurityDomain sc) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setSniConfiguration(SniConfiguration sniConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.setSSLContext(SSLContext sslContext) Deprecated, for removal: This API element is subject to removal in a future version.NettyJaxrsServer.start()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NettyJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdi
Subclasses of NettyJaxrsServer in org.jboss.resteasy.plugins.server.netty.cdiModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use the new dependencies