mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8217795: Typo in SSLSocket
Reviewed-by: xuelei
This commit is contained in:
parent
466a955633
commit
55d96ac4c1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ import java.util.function.BiFunction;
|
|||
* applications should each close both sides of their respective connection.
|
||||
* For {@code SSLSocket} objects, for example, an application can call
|
||||
* {@link Socket#shutdownOutput()} or {@link java.io.OutputStream#close()}
|
||||
* for output strean close and call {@link Socket#shutdownInput()} or
|
||||
* for output stream close and call {@link Socket#shutdownInput()} or
|
||||
* {@link java.io.InputStream#close()} for input stream close. Note that
|
||||
* in some cases, closing the input stream may depend on the peer's output
|
||||
* stream being closed first. If the connection is not closed in an orderly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue