TcpSocketAppenderFactory   TcpSocketAppenderFactory 
skipping to change at line 12 skipping to change at line 12
public class io.dropwizard.logging.TcpSocketAppenderFactory<E extends ch.qo s.logback.core.spi.DeferredProcessingAware> extends io.dropwizard.logging.A bstractOutputStreamAppenderFactory<E> { public class io.dropwizard.logging.TcpSocketAppenderFactory<E extends ch.qo s.logback.core.spi.DeferredProcessingAware> extends io.dropwizard.logging.A bstractOutputStreamAppenderFactory<E> {
public io.dropwizard.logging.TcpSocketAppenderFactory(); public io.dropwizard.logging.TcpSocketAppenderFactory();
public java.lang.String getHost(); public java.lang.String getHost();
public void setHost(java.lang.String); public void setHost(java.lang.String);
public int getPort(); public int getPort();
public void setPort(int); public void setPort(int);
public io.dropwizard.util.Duration getConnectionTimeout(); public io.dropwizard.util.Duration getConnectionTimeout();
public void setConnectionTimeout(io.dropwizard.util.Duration); public void setConnectionTimeout(io.dropwizard.util.Duration);
public boolean isImmediateFlush(); public boolean isImmediateFlush();
public void setImmediateFlush(boolean); public void setImmediateFlush(boolean);
public io.dropwizard.util.Size getSendBufferSize(); public io.dropwizard.util.DataSize getSendBufferSize();
public void setSendBufferSize(io.dropwizard.util.Size); public void setSendBufferSize(io.dropwizard.util.DataSize);
protected ch.qos.logback.core.OutputStreamAppender<E> appender(ch.qos.log back.classic.LoggerContext); protected ch.qos.logback.core.OutputStreamAppender<E> appender(ch.qos.log back.classic.LoggerContext);
protected javax.net.SocketFactory socketFactory(); protected javax.net.SocketFactory socketFactory();
} }
 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/