Merge branch 'jetty-9.4.x'
This commit is contained in:
commit
b7c4b9d0db
|
@ -234,7 +234,8 @@ public class HttpConfiguration
|
|||
/**
|
||||
* <p>This timeout is in addition to the {@link Connector#getIdleTimeout()}, and applies
|
||||
* to the total operation (as opposed to the idle timeout that applies to the time no
|
||||
* data is being sent).</p>
|
||||
* data is being sent). This applies only to blocking operations and does not affect
|
||||
* asynchronous read and write.</p>
|
||||
*
|
||||
* @return -1, for no blocking timeout (default), 0 for a blocking timeout equal to the
|
||||
* idle timeout; >0 for a timeout in ms applied to the total blocking operation.
|
||||
|
@ -248,7 +249,8 @@ public class HttpConfiguration
|
|||
/**
|
||||
* <p>This timeout is in addition to the {@link Connector#getIdleTimeout()}, and applies
|
||||
* to the total operation (as opposed to the idle timeout that applies to the time no
|
||||
* data is being sent).</p>
|
||||
* data is being sent).This applies only to blocking operations and does not affect
|
||||
* asynchronous read and write.</p>
|
||||
*
|
||||
* @param blockingTimeout -1, for no blocking timeout (default), 0 for a blocking timeout equal to the
|
||||
* idle timeout; >0 for a timeout in ms applied to the total blocking operation.
|
||||
|
|
Loading…
Reference in New Issue