~ubuntu-branches/ubuntu/trusty/tomcat6/trusty

« back to all changes in this revision

Viewing changes to java/org/apache/tomcat/util/net/NioBlockingSelector.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-02-17 00:02:00 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20140217000200-qs6ki7bhqnfhkas7
Tags: 6.0.39-1
* Team upload.
* New upstream release.
  - Refreshed the patches
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* Use canonical URL for the Vcs-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
     * take up a lot of CPU cycles.
138
138
     * @param buf ByteBuffer - the buffer containing the data, we will read as until we have read at least one byte or we timed out
139
139
     * @param socket SocketChannel - the socket to write data to
140
 
     * @param selector Selector - the selector to use for blocking, if null then a busy read will be initiated
141
140
     * @param readTimeout long - the timeout for this read operation in milliseconds, -1 means no timeout
142
141
     * @return int - returns the number of bytes read
143
142
     * @throws EOFException if read returns -1