public final class StaticFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static ClientChannelHandler |
getClientHandler(ItemType type) |
static io.netty.channel.ChannelInboundHandlerAdapter |
getDecoder(ItemType type) |
static io.netty.channel.ChannelOutboundHandlerAdapter |
getEncoder(ItemType type) |
static io.netty.channel.ChannelInitializer |
getInitializer(ItemType type) |
static ServerChannelHandler |
getServerHandler(ItemType type) |
static ThreadPoolExecutor |
getThread(ItemType type) |
public static io.netty.channel.ChannelInitializer getInitializer(ItemType type)
public static ServerChannelHandler getServerHandler(ItemType type)
public static ClientChannelHandler getClientHandler(ItemType type)
public static ThreadPoolExecutor getThread(ItemType type)
public static io.netty.channel.ChannelOutboundHandlerAdapter getEncoder(ItemType type)
public static io.netty.channel.ChannelInboundHandlerAdapter getDecoder(ItemType type)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.