| 程序包 | 说明 |
|---|---|
| com.github.houbbbbb.sso.nt.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
static ItemType |
ItemType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ItemType[] |
ItemType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClientChannelHandler |
AbstractFactory.getClientHandler(ItemType type) |
ClientChannelHandler |
ClientHandlerFactory.getClientHandler(ItemType type) |
ClientChannelHandler |
Factory.getClientHandler(ItemType type)
获取ClientChannelHandler
|
ClientChannelHandler |
NettyFactory.getClientHandler(ItemType type) |
static ClientChannelHandler |
StaticFactory.getClientHandler(ItemType type) |
io.netty.channel.ChannelInboundHandlerAdapter |
AbstractFactory.getDecoder(ItemType type) |
io.netty.channel.ChannelInboundHandlerAdapter |
DecoderFactory.getDecoder(ItemType type) |
io.netty.channel.ChannelInboundHandlerAdapter |
Factory.getDecoder(ItemType type)
获取解码器
|
io.netty.channel.ChannelInboundHandlerAdapter |
NettyFactory.getDecoder(ItemType type) |
static io.netty.channel.ChannelInboundHandlerAdapter |
StaticFactory.getDecoder(ItemType type) |
io.netty.channel.ChannelOutboundHandlerAdapter |
AbstractFactory.getEncoder(ItemType type) |
io.netty.channel.ChannelOutboundHandlerAdapter |
EncoderFactory.getEncoder(ItemType type) |
io.netty.channel.ChannelOutboundHandlerAdapter |
Factory.getEncoder(ItemType type)
获取编码器
|
io.netty.channel.ChannelOutboundHandlerAdapter |
NettyFactory.getEncoder(ItemType type) |
static io.netty.channel.ChannelOutboundHandlerAdapter |
StaticFactory.getEncoder(ItemType type) |
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> |
AbstractFactory.getInitializer(ItemType type) |
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> |
Factory.getInitializer(ItemType type)
获取ChannelInitializer
|
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> |
InitializerFactory.getInitializer(ItemType name) |
io.netty.channel.ChannelInitializer |
NettyFactory.getInitializer(ItemType type) |
static io.netty.channel.ChannelInitializer |
StaticFactory.getInitializer(ItemType type) |
ServerChannelHandler |
AbstractFactory.getServerHandler(ItemType type) |
ServerChannelHandler |
Factory.getServerHandler(ItemType type)
获取ServerChannelHandler
|
ServerChannelHandler |
NettyFactory.getServerHandler(ItemType type) |
ServerChannelHandler |
ServerHandlerFactory.getServerHandler(ItemType type) |
static ServerChannelHandler |
StaticFactory.getServerHandler(ItemType type) |
ThreadPoolExecutor |
AbstractFactory.getThread(ItemType type) |
ThreadPoolExecutor |
Factory.getThread(ItemType type)
获取线程池
|
ThreadPoolExecutor |
NettyFactory.getThread(ItemType type) |
static ThreadPoolExecutor |
StaticFactory.getThread(ItemType type) |
ThreadPoolExecutor |
ThreadFactory.getThread(ItemType itemType) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.