public static class UdpTransport.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UdpTransport |
build() |
UdpTransport.Builder |
withMaxPacketSizeBytes(int maxPacketSizeBytes) |
UdpTransport.Builder |
withPort(int port) |
UdpTransport.Builder |
withPrefix(String prefix) |
UdpTransport.Builder |
withRetryingLookup(boolean isRetrying) |
UdpTransport.Builder |
withSocketBufferBytes(int socketBufferBytes) |
UdpTransport.Builder |
withSocketTimeoutMs(int socketTimeoutMs) |
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.Builder withSocketTimeoutMs(int socketTimeoutMs)
public UdpTransport.Builder withSocketBufferBytes(int socketBufferBytes)
public UdpTransport.Builder withMaxPacketSizeBytes(int maxPacketSizeBytes)
public UdpTransport build()
Copyright © 2023. All rights reserved.