| Package | Description |
|---|---|
| dagger.grpc.server |
| Modifier and Type | Method and Description |
|---|---|
static NettyServerModule |
NettyServerModule.bindingTo(SocketAddress socketAddress)
A module that binds to
socketAddress. |
static NettyServerModule |
NettyServerModule.bindingToPort(int port)
A module that binds to
port on the wildcard address. |
Copyright © 2012–2017 The Dagger Authors. All rights reserved.