public abstract class NettyTransport extends Object
Constructor and Description |
---|
NettyTransport() |
Modifier and Type | Method and Description |
---|---|
io.netty.bootstrap.ServerBootstrap |
configure(io.netty.channel.EventLoopGroup acceptor,
io.netty.channel.EventLoopGroup eventloop) |
abstract io.netty.channel.EventLoopGroup |
createEventLoop(int threads,
String threadName,
int ioRatio) |
static NettyTransport |
transport(ClassLoader loader) |
public io.netty.bootstrap.ServerBootstrap configure(io.netty.channel.EventLoopGroup acceptor, io.netty.channel.EventLoopGroup eventloop)
public abstract io.netty.channel.EventLoopGroup createEventLoop(int threads, String threadName, int ioRatio)
public static NettyTransport transport(ClassLoader loader)
Copyright © 2019. All rights reserved.