Package dagger.grpc.server
Class NettyServerModule
java.lang.Object
dagger.grpc.server.NettyServerModule
Installing this module into a
@Singleton component means the component can
provide a Netty-based Server.-
Method Summary
Modifier and TypeMethodDescriptionstatic NettyServerModulebindingTo(SocketAddress socketAddress) A module that binds tosocketAddress.static NettyServerModulebindingToPort(int port) A module that binds toporton the wildcard address.
-
Method Details
-
bindingToPort
A module that binds toporton the wildcard address. -
bindingTo
A module that binds tosocketAddress.
-