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

Method newChannel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected