A D G I N R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addChannelHandlerSupplierToLastPosition(String, Supplier<ChannelHandler>) - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
-
Adds channel handler supplier to the last position of channel handlers.
D
- DEFAULT_AGGREGATOR_CONTENT_LENGTH_IN_BYTES - Static variable in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Default aggregator content length in bytes.
- DEFAULT_BACKLOG_SIZE - Static variable in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Default backlog size.
G
- getCurrentNettyConfiguratorBuilder() - Static method in class io.rxmicro.rest.server.netty.NettyRestServerConfigCustomizer
-
Returns the current
NettyConfiguratorBuilder
instance that must be used for configuration of netty HTTP server. - getInitialHttpRequestBufferSize() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - getMaxHttpRequestChunkSize() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - getMaxHttpRequestContentLength() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpObjectAggregator
. - getMaxHttpRequestHeaderSize() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - getMaxHttpRequestInitialLineLength() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
.
I
- io.rxmicro.rest.server.netty - package io.rxmicro.rest.server.netty
-
The root package for the
rxmicro.rest.server.netty
module. - isAllowDuplicateHttpRequestContentLengths() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - isCloseOnHttpRequestContentExpectationFailed() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpObjectAggregator
. - isValidateHttpRequestHeaders() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
.
N
- NettyConfiguratorBuilder - Class in io.rxmicro.rest.server.netty
-
Allows configuring the application specific configs for netty HTTP server.
- NettyConfiguratorBuilder() - Constructor for class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
- NettyRestServerConfig - Class in io.rxmicro.rest.server.netty
-
Allows customizing netty REST server options.
- NettyRestServerConfig() - Constructor for class io.rxmicro.rest.server.netty.NettyRestServerConfig
- NettyRestServerConfigCustomizer - Class in io.rxmicro.rest.server.netty
-
Allows configuring the application specific configs for netty HTTP server.
R
- resetChannelHandlers() - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
-
Resets channel handlers, i.e.
- rxmicro.rest.server.netty - module rxmicro.rest.server.netty
-
The module that defines HTTP server implementation based on Netty.
S
- setAllowDuplicateHttpRequestContentLengths(boolean) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - setClientOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
-
Sets (adds or replaces) client channel option.
- setCloseOnHttpRequestContentExpectationFailed(boolean) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpObjectAggregator
. - setInitialHttpRequestBufferSize(int) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - setMaxHttpRequestChunkSize(int) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - setMaxHttpRequestContentLength(int) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpObjectAggregator
. - setMaxHttpRequestHeaderSize(int) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - setMaxHttpRequestInitialLineLength(int) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
. - setServerOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
-
Sets (adds or replaces) server channel option.
- setValidateHttpRequestHeaders(boolean) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
See
HttpServerCodec
.
T
- toString() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
All Classes All Packages