~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to java/nio/channels/DatagramChannel.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  /**
125
125
   * Tells whether or not this channel's socket is connected.
126
126
   *
127
 
   * @exception IOException If an error occurs.
128
127
   * @exception NotYetConnectedException The channel's socket is not connected.
129
128
   */
130
129
  public abstract boolean isConnected();
200
199
  /**
201
200
   * Retrieves the valid operations for this channel.
202
201
   *
203
 
   * @exception IOException If an error occurs.
204
202
   * @exception NotYetConnectedException The channel's socket is not connected.
205
203
   */
206
204
  public final int validOps()