public static class UdpTransport.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UdpTransport |
build() |
UdpTransport.Builder |
withPort(int port) |
UdpTransport.Builder |
withPrefix(String prefix) |
UdpTransport.Builder |
withRetryingLookup(boolean isRetrying) |
UdpTransport.Builder |
withStatsdHost(String statsdHost) |
public UdpTransport.Builder withPrefix(String prefix)
public UdpTransport.Builder withStatsdHost(String statsdHost)
public UdpTransport.Builder withPort(int port)
public UdpTransport.Builder withRetryingLookup(boolean isRetrying)
public UdpTransport build()
Copyright © 2018. All rights reserved.