public class GatewayServer extends AbstractNettyServer
| 构造器和说明 |
|---|
GatewayServer(String serverId,
int port,
List<Unpack> unpackList,
DisruptorQueue<Packet> disruptorQueue) |
GatewayServer(String serverId,
List<Unpack> unpackList,
DisruptorQueue<Packet> disruptorQueue,
int... port) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<io.netty.channel.ChannelHandler> |
getHandler() |
config, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchannelInitializerpublic GatewayServer(String serverId, int port, List<Unpack> unpackList, DisruptorQueue<Packet> disruptorQueue)
public GatewayServer(String serverId, List<Unpack> unpackList, DisruptorQueue<Packet> disruptorQueue, int... port)
public List<io.netty.channel.ChannelHandler> getHandler()
Copyright © 2021. All rights reserved.