MCPcopy Index your code
hub / github.com/statsd/statsd / StatsdClient

Method StatsdClient

examples/StatsdClient.java:63–65  ·  view source on GitHub ↗
(String host, int port)

Source from the content-addressed store, hash-verified

61 private final DatagramChannel _channel;
62
63 public StatsdClient(String host, int port) throws UnknownHostException, IOException {
64 this(InetAddress.getByName(host), port);
65 }
66
67 public StatsdClient(InetAddress host, int port) throws IOException {
68 _address = new InetSocketAddress(host, port);

Callers

nothing calls this directly

Calls 1

setBufferSizeMethod · 0.95

Tested by

no test coverage detected