Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InProcessServer
inprocess/src/main/java/io/grpc/inproc
OkHttpServer
okhttp/src/main/java/io/grpc/okhttp/Ok
BinderServer
binder/src/main/java/io/grpc/binder/in
InternalServerImpl
servlet/src/main/java/io/grpc/servlet/
NettyServer
netty/src/main/java/io/grpc/netty/Nett
Calls
no outgoing calls
Tested by
no test coverage detected