Home
last modified time | relevance | path

Searched refs:SecureIOThreadFactory (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperSecure.java63 Executors.newFixedThreadPool(2, new SecureIOThreadFactory());
564 private static class SecureIOThreadFactory implements ThreadFactory { class in AsyncChannelWrapperSecure