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

Diff of /classpath/java/net/MulticastSocket.java

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

revision 1.13 by ericb, Fri Nov 15 14:24:48 2002 UTC revision 1.14 by mkoch, Sat Nov 23 10:29:28 2002 UTC
# Line 97  public class MulticastSocket extends Dat Line 97  public class MulticastSocket extends Dat
97    }    }
98    
99    /**    /**
100       * Create a multicast socket bound to the specified SocketAddress.
101       *
102       * @param address The SocketAddress the multicast socket will be bound to
103       *
104       * @exception IOException If an error occurs
105       * @exception SecurityException If a security manager exists and its
106       * checkListen method doesn't allow the operation
107       *
108       * @since 1.4
109       */
110      public MulticastSocket(SocketAddress address) throws IOException
111      {
112        super(address);
113      }
114      
115      /**
116     * Returns the interface being used for multicast packets     * Returns the interface being used for multicast packets
117     *     *
118     * @return The multicast interface     * @return The multicast interface

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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