Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Executor executor = Executors.newFixedThreadPool(POOL_SIZE);
  2. AsynchronousChannelGroup group = AsynchronousChannelGroup.withThreadPool(executor);
  3. AsynchronousServerSocketChannel channel = AsynchronousServerSocketChannel.open(group);
Add Comment
Please, Sign In to add comment