A C E G I K L N R S T V 
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

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
 
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
 

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.
A C E G I K L N R S T V 
All Classes All Packages