Searched refs:clientThreadFactory (Results 1 – 2 of 2) sorted by relevance
72 ThreadFactory clientThreadFactory = new DefaultThreadFactory("handshaker pool", true); in getHandshakerChannelPoolForTesting() local76 .eventLoopGroup(new NioEventLoopGroup(1, clientThreadFactory)) in getHandshakerChannelPoolForTesting()
377 ThreadFactory clientThreadFactory = new DefaultThreadFactory("CTF pool", true /* daemon */); in setup() local381 .eventLoopGroup(new NioEventLoopGroup(1, clientThreadFactory)) in setup()