/[classpath]/classpath/java/net/SocketImpl.java
ViewVC logotype

Diff of /classpath/java/net/SocketImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mkoch, Thu Nov 7 11:20:39 2002 UTC revision 1.11 by mkoch, Thu Nov 7 12:05:02 2002 UTC
# Line 217  public abstract class SocketImpl impleme Line 217  public abstract class SocketImpl impleme
217    protected int getPort() { return port; }    protected int getPort() { return port; }
218    
219    /**    /**
220       * Returns true or false when this socket supports sending urgent data
221       * or not.
222       *
223       * @since 1.4
224       */
225      protected boolean supportsUrgentData()
226      {
227        // This method has to be overwritten by socket classes that support
228        // sending urgend data.
229        return false;
230      }
231      
232      /**
233     * Returns the local port this socket is bound to     * Returns the local port this socket is bound to
234     *     *
235     * @return The local port     * @return The local port

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26