DatagramPacket.java (DatagramPacket): Added linebreak for 80 chars per line.
2002-09-13 Michael Koch <konqueror@gmx.de> * java/net/DatagramPacket.java (DatagramPacket): Added linebreak for 80 chars per line. * java/net/JarURLConection.java (getInputStream, getJarEntry): Likewise. * java/net/SocketPermission.java (SocketPermission class docu, implies): Likewise. * java/net/URLClassLoader.java (findResources): Likewise. * java/net/URLConnection.java: Reindendet remark for 80 chars per line From-SVN: r57105
This commit is contained in:
parent
a1c65f9f4f
commit
69aeba4ed0
6 changed files with 26 additions and 8 deletions
|
@ -87,7 +87,8 @@ import java.security.PermissionCollection;
|
|||
* SocketPermission("www.urbanophile.com:80", "connect,accept");
|
||||
* Can connect to or accept connections from www.urbanophile.com on port 80
|
||||
* SocketPermission("localhost:1024-", "listen,accept,connect");
|
||||
* Can connect to, accept from, an listen on any local port number 1024 and up.
|
||||
* Can connect to, accept from, an listen on any local port number 1024
|
||||
* and up.
|
||||
* SocketPermission("*.edu", "connect");
|
||||
* Can connect to any host in the edu domain
|
||||
* SocketPermission("197.197.20.1", "accept");
|
||||
|
@ -241,7 +242,8 @@ public final class SocketPermission extends Permission
|
|||
* <p><ul>
|
||||
* <li>The argument's hostname or IP address is equal to this object's.
|
||||
* <li>The argument's canonical hostname is equal to this object's.
|
||||
* <li>The argument's canonical name matches this domains hostname with wildcards
|
||||
* <li>The argument's canonical name matches this domains hostname with
|
||||
* wildcards
|
||||
* </ul>
|
||||
*
|
||||
* @param perm The Permission to check against
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue