public final class NettyServerModule extends Object
@Singleton
component means the component can
provide a Netty-based Server
.Modifier and Type | Method and Description |
---|---|
static NettyServerModule |
bindingTo(SocketAddress socketAddress)
A module that binds to
socketAddress . |
static NettyServerModule |
bindingToPort(int port)
A module that binds to
port on the wildcard address. |
public static NettyServerModule bindingToPort(int port)
port
on the wildcard address.public static NettyServerModule bindingTo(SocketAddress socketAddress)
socketAddress
.Copyright © 2012–2017 The Dagger Authors. All rights reserved.