mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Updated .gitignore and typo
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -14,11 +14,9 @@ out
|
||||
*.iws
|
||||
.vertx
|
||||
test-output
|
||||
Scratch.java
|
||||
ScratchTest.java
|
||||
src/test/java/io/vertx/test/scratchpad
|
||||
test-results
|
||||
test-tmp
|
||||
*.class
|
||||
ScratchPad.java
|
||||
*.swp
|
||||
.vertx
|
||||
|
||||
@@ -196,7 +196,7 @@ public interface HttpClientRequest extends WriteStream<Buffer> {
|
||||
/**
|
||||
* Set's the amount of time after which if a response is not received TimeoutException()
|
||||
* will be sent to the exception handler of this request. Calling this method more than once
|
||||
* has the effect of canceling any existing timeout and starting the timeout from scratch.
|
||||
* has the effect of canceling any existing timeout and starting the timeout from scratchpad.
|
||||
*
|
||||
* @param timeoutMs The quantity of time in milliseconds.
|
||||
* @return A reference to this, so multiple method calls can be chained.
|
||||
|
||||
Reference in New Issue
Block a user