MCPcopy Create free account
hub / github.com/grpc/grpc-java / nioServerChannelFactory

Method nioServerChannelFactory

netty/src/main/java/io/grpc/netty/Utils.java:455–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453 }
454
455 private static ChannelFactory<ServerChannel> nioServerChannelFactory() {
456 return new ChannelFactory<ServerChannel>() {
457 @Override
458 public ServerChannel newChannel() {
459 return new NioServerSocketChannel();
460 }
461 };
462 }
463
464 /**
465 * Returns TCP_USER_TIMEOUT channel option for Epoll channel if Epoll is available, otherwise

Callers 1

UtilsClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected