A C E G I K 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
Try to use netty-transport-native-epoll implementation.

G

getClientOptions() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
 
getHandlerSuppliers() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
 
getServerOptions() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
 
getTransport() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
 

I

io.rxmicro.rest.server.netty - package io.rxmicro.rest.server.netty
 

K

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

N

NETTY - io.rxmicro.rest.server.netty.NettyTransport
Cross platform java implementation
NettyRestServerConfig - Class in io.rxmicro.rest.server.netty
Allows to customize netty HTTP server
NettyRestServerConfig() - Constructor for class io.rxmicro.rest.server.netty.NettyRestServerConfig
 
NettyTransport - Enum in io.rxmicro.rest.server.netty
Allows to configure netty transport.

R

resetChannelHandlers() - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
Resets channel handlers
rxmicro.rest.server.netty - module rxmicro.rest.server.netty
 

S

serverOption(ChannelOption<T>, T) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
Adds server channel option
setTransport(NettyTransport) - Method in class io.rxmicro.rest.server.netty.NettyRestServerConfig
Sets which NettyTransport must be used.

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.
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 N R S T V 
All Classes All Packages