Searched defs:serverChannel (Results 1 – 3 of 3) sorted by relevance
322 Channel serverChannel = new ServerBootstrap().group(elg).channel(LocalServerChannel.class) in httpProxy_completes() local386 Channel serverChannel = new ServerBootstrap().group(elg).channel(LocalServerChannel.class) in httpProxy_500() local
100 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local
102 ServerSocketChannel serverChannel = serverSocket.getChannel(); in accept() local