JDK-8217461 : (ch) Add Net.available to return the number of bytes in the socket input buffer.
Type:Enhancement
Component:core-libs
Sub-Component:java.nio
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2019-01-21
Updated:2019-03-15
Resolved:2019-01-22
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
sun.nio.ch.Net needs a method to obtain the number of bytes in the socket input buffer. This is needed by the SocketAdaptor code, also needed for a new SocketImpl in this package.