A C D E G I K L N R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addLast(Supplier<ChannelHandler>) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Adds channel handler supplier to the last position of channel handlers.
- AUTO - io.rxmicro.rest.server.netty.NettyTransport
-
Auto detect transport.
C
- clientOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Adds client channel option.
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.
E
- EPOLL - io.rxmicro.rest.server.netty.NettyTransport
-
Tries to use netty-transport-native-epoll implementation.
G
- getChannelIdType() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Returns the channel id type.
- getClientOptions() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Returns configured client options.
- getHandlerSuppliers() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Returns configured
ChannelHandler
suppliers. - getId(ChannelId) - Method in enum io.rxmicro.rest.server.netty.NettyChannelIdType
-
Returns the unique string representation of channel id.
- getServerOptions() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Returns configured server options.
- getTransport() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Returns current
NettyTransport
.
I
- io.rxmicro.rest.server.netty - package io.rxmicro.rest.server.netty
-
The root package for the
rxmicro.rest.server.netty
module.
K
- KQUEUE - io.rxmicro.rest.server.netty.NettyTransport
-
Tries to use netty-transport-native-kqueue implementation.
L
- LONG - io.rxmicro.rest.server.netty.NettyChannelIdType
-
Returns the long yet globally unique string representation of the
ChannelId
.
N
- NETTY - io.rxmicro.rest.server.netty.NettyTransport
-
Cross platform java implementation.
- NettyChannelIdType - Enum in io.rxmicro.rest.server.netty
-
Allows configuring a netty channel id.
- NettyRestServerConfig - Class in io.rxmicro.rest.server.netty
-
Allows customizing netty REST server options.
- NettyRestServerConfig() - Constructor for class io.rxmicro.rest.server.netty.NettyRestServerConfig
- NettyTransport - Enum in io.rxmicro.rest.server.netty
-
Allows configuring a netty transport.
R
- resetChannelHandlers() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
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
- serverOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Adds server channel option.
- setChannelIdType(NettyChannelIdType) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Sets channelIdType.
- setTransport(NettyTransport) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
-
Sets which
NettyTransport
must be used. - SHORT - io.rxmicro.rest.server.netty.NettyChannelIdType
-
Returns the short but globally non-unique string representation of the
ChannelId
.
T
- toString() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
V
- valueOf(String) - Static method in enum io.rxmicro.rest.server.netty.NettyChannelIdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.rxmicro.rest.server.netty.NettyTransport
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.rxmicro.rest.server.netty.NettyChannelIdType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.rxmicro.rest.server.netty.NettyTransport
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages