public class SynchronousSender extends Object implements Sender, Closeable
DatagramChannel.| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronousSender.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SynchronousSender.Builder |
builder() |
void |
close()
Cleanly shut down this StatsD client.
|
void |
send(ByteBuffer msg) |
public void send(ByteBuffer msg)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic static SynchronousSender.Builder builder()
Copyright © 2021. All rights reserved.