Graphite   Graphite 
Compiled from "Graphite.java" Compiled from "Graphite.java"
public class com.codahale.metrics.graphite.Graphite implements com.codahale public class io.dropwizard.metrics5.graphite.Graphite implements io.dropwiz
.metrics.graphite.GraphiteSender { ard.metrics5.graphite.GraphiteSender {
public com.codahale.metrics.graphite.Graphite(java.lang.String, int); public io.dropwizard.metrics5.graphite.Graphite(java.lang.String, int);
public com.codahale.metrics.graphite.Graphite(java.lang.String, int, java public io.dropwizard.metrics5.graphite.Graphite(java.lang.String, int, ja
x.net.SocketFactory); vax.net.SocketFactory);
public com.codahale.metrics.graphite.Graphite(java.lang.String, int, java public io.dropwizard.metrics5.graphite.Graphite(java.lang.String, int, ja
x.net.SocketFactory, java.nio.charset.Charset); vax.net.SocketFactory, java.nio.charset.Charset);
public com.codahale.metrics.graphite.Graphite(java.net.InetSocketAddress) public io.dropwizard.metrics5.graphite.Graphite(java.net.InetSocketAddres
; s);
public com.codahale.metrics.graphite.Graphite(java.net.InetSocketAddress, public io.dropwizard.metrics5.graphite.Graphite(java.net.InetSocketAddres
javax.net.SocketFactory); s, javax.net.SocketFactory);
public com.codahale.metrics.graphite.Graphite(java.net.InetSocketAddress, public io.dropwizard.metrics5.graphite.Graphite(java.net.InetSocketAddres
javax.net.SocketFactory, java.nio.charset.Charset); s, javax.net.SocketFactory, java.nio.charset.Charset);
public void connect() throws java.lang.IllegalStateException, java.io.IOE xception; public void connect() throws java.lang.IllegalStateException, java.io.IOE xception;
public boolean isConnected(); public boolean isConnected();
public void send(java.lang.String, java.lang.String, long) throws java.io .IOException; public void send(java.lang.String, java.lang.String, long) throws java.io .IOException;
public int getFailures(); public int getFailures();
public void flush() throws java.io.IOException; public void flush() throws java.io.IOException;
public void close() throws java.io.IOException; public void close() throws java.io.IOException;
protected java.lang.String sanitize(java.lang.String); protected java.lang.String sanitize(java.lang.String);
static {}; static {};
} }
 End of changes. 1 change blocks. 
13 lines changed or deleted 13 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/