This call indicates that no more data will be sent on this endpoint that that the remote end should read an EOF once all previously sent data has been consumed. Shutdown may be done either at the TCP/IP level, as a protocol exchange (Eg TLS close handshake) or both.
If the endpoint has {@link #isInputShutdown()} true, then this call has the same effectas {@link #close()}.
|
|
|
|
|
|
|
|
|
|
|
|