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

Method InternalServer

api/src/main/java/io/grpc/InternalServer.java:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 // Prevent instantiation.
29 private InternalServer() {
30 }
31}

Callers

nothing calls this directly

Implementers 5

InProcessServerinprocess/src/main/java/io/grpc/inproc
OkHttpServerokhttp/src/main/java/io/grpc/okhttp/Ok
BinderServerbinder/src/main/java/io/grpc/binder/in
InternalServerImplservlet/src/main/java/io/grpc/servlet/
NettyServernetty/src/main/java/io/grpc/netty/Nett

Calls

no outgoing calls

Tested by

no test coverage detected