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 NettyServerModule
bindingTo
(SocketAddress socketAddress) A module that binds tosocketAddress
.static NettyServerModule
bindingToPort
(int port) A module that binds toport
on the wildcard address.
-
Method Details
-
bindingToPort
A module that binds toport
on the wildcard address. -
bindingTo
A module that binds tosocketAddress
.
-