public static class JaegerConfigurationProperties.UdpSender extends Object
| Constructor and Description |
|---|
UdpSender() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getMaxPacketSize() |
int |
getPort() |
boolean |
isDisable() |
void |
setDisable(boolean disable) |
void |
setHost(String host) |
void |
setMaxPacketSize(int maxPacketSize) |
void |
setPort(int port) |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public int getMaxPacketSize()
public void setMaxPacketSize(int maxPacketSize)
public boolean isDisable()
public void setDisable(boolean disable)
Copyright © 2018. All rights reserved.