JerseyClientConfiguration | JerseyClientConfiguration | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
public class io.dropwizard.client.JerseyClientConfiguration extends io.drop wizard.client.HttpClientConfiguration { | public class io.dropwizard.client.JerseyClientConfiguration extends io.drop wizard.client.HttpClientConfiguration { | |||
public io.dropwizard.client.JerseyClientConfiguration(); | public io.dropwizard.client.JerseyClientConfiguration(); | |||
public int getMinThreads(); | public int getMinThreads(); | |||
public void setMinThreads(int); | public void setMinThreads(int); | |||
public int getMaxThreads(); | public int getMaxThreads(); | |||
public void setMaxThreads(int); | public void setMaxThreads(int); | |||
public boolean isGzipEnabled(); | public boolean isGzipEnabled(); | |||
public void setGzipEnabled(boolean); | public void setGzipEnabled(boolean); | |||
public boolean isGzipEnabledForRequests(); | public boolean isGzipEnabledForRequests(); | |||
public void setGzipEnabledForRequests(boolean); | public void setGzipEnabledForRequests(boolean); | |||
public boolean isChunkedEncodingEnabled(); | ||||
public void setChunkedEncodingEnabled(boolean); | ||||
public int getWorkQueueSize(); | ||||
public void setWorkQueueSize(int); | ||||
public boolean isThreadPoolSizedCorrectly(); | public boolean isThreadPoolSizedCorrectly(); | |||
public boolean isCompressionConfigurationValid(); | public boolean isCompressionConfigurationValid(); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 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/ |