A E G I K L N P R S T V 
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.
AUTO - io.rxmicro.rest.server.netty.NettyTransport
Auto detect transport.

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.
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.
getId(ChannelId) - Method in interface io.rxmicro.rest.server.netty.NettyChannelIdType
Returns the unique string representation of channel id.
getId(ChannelId) - Method in enum io.rxmicro.rest.server.netty.PredefinedNettyChannelIdType
 
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.
io.rxmicro.rest.server.netty.local - package io.rxmicro.rest.server.netty.local
 

K

KQUEUE - io.rxmicro.rest.server.netty.NettyTransport
Tries to use netty-transport-native-kqueue implementation.

L

LONG - io.rxmicro.rest.server.netty.PredefinedNettyChannelIdType
Returns the long yet globally unique string representation of the ChannelId.

N

NETTY - io.rxmicro.rest.server.netty.NettyTransport
Cross platform java implementation.
NettyChannelIdType - Interface in io.rxmicro.rest.server.netty
Allows configuring a netty channel id.
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
 
NettyConfiguratorControllerResetter - Class in io.rxmicro.rest.server.netty.local
 
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.
NettyTransport - Enum in io.rxmicro.rest.server.netty
Allows configuring a netty transport.

P

PredefinedNettyChannelIdType - Enum in io.rxmicro.rest.server.netty
Predefined netty channel id.

R

resetChannelHandlers() - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
Resets channel handlers, i.e.
resetNettyConfiguratorController() - Static method in class io.rxmicro.rest.server.netty.local.NettyConfiguratorControllerResetter
 
rxmicro.rest.server.netty - module rxmicro.rest.server.netty
The module that defines HTTP server implementation based on Netty.

S

setChannelIdType(NettyChannelIdType) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
Sets channelIdType.
setClientOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
Sets (adds or replaces) client channel option.
setServerOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyConfiguratorBuilder
Sets (adds or replaces) server channel option.
setTransport(NettyTransport) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
Sets which NettyTransport must be used.
SHORT - io.rxmicro.rest.server.netty.PredefinedNettyChannelIdType
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.NettyTransport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.rxmicro.rest.server.netty.PredefinedNettyChannelIdType
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum io.rxmicro.rest.server.netty.PredefinedNettyChannelIdType
Returns an array containing the constants of this enum type, in the order they are declared.
A E G I K L N P R S T V 
All Classes All Packages