Sender | Sender | |||
---|---|---|---|---|
Compiled from "Sender.java" | Compiled from "Sender.java" | |||
public class com.codahale.metrics.collectd.Sender { | public class io.dropwizard.metrics5.collectd.Sender { | |||
public com.codahale.metrics.collectd.Sender(java.lang.String, int); | public io.dropwizard.metrics5.collectd.Sender(java.lang.String, int); | |||
public void connect() throws java.io.IOException; | public void connect() throws java.io.IOException; | |||
public boolean isConnected(); | public boolean isConnected(); | |||
public void send(java.nio.ByteBuffer) throws java.io.IOException; | public void send(java.nio.ByteBuffer) throws java.io.IOException; | |||
public void disconnect() throws java.io.IOException; | public void disconnect() throws java.io.IOException; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |