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

Diff of /classpath/java/net/PlainDatagramSocketImpl.java

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

revision 1.8 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.9 by mkoch, Tue Nov 12 07:23:38 2002 UTC
# Line 301  public native synchronized Object getOpt Line 301  public native synchronized Object getOpt
301    */    */
302  public native synchronized void setOption(int option_id, Object val) throws SocketException;  public native synchronized void setOption(int option_id, Object val) throws SocketException;
303    
304  } // class PlainDatagramSocketImpl  public int peekData(DatagramPacket packet)
305    {
306      throw new InternalError ("PlainDatagramSocketImpl::peekData is not implemented");
307    }
308    
309    public void joinGroup(SocketAddress address, NetworkInterface netIf)
310    {
311      throw new InternalError ("PlainDatagramSocketImpl::joinGroup is not implemented");
312    }
313    
314    public void leaveGroup(SocketAddress address, NetworkInterface netIf)
315    {
316      throw new InternalError ("PlainDatagramSocketImpl::leaveGroup is not implemented");
317    }
318    
319    } // class PlainDatagramSocketImpl

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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