equal
deleted
inserted
replaced
111 * <code>puffin.eng.sun.com</code>, and to accept connections on that port. |
111 * <code>puffin.eng.sun.com</code>, and to accept connections on that port. |
112 * |
112 * |
113 * <p>Similarly, if the following permission: |
113 * <p>Similarly, if the following permission: |
114 * |
114 * |
115 * <pre> |
115 * <pre> |
116 * p1 = new SocketPermission("puffin.eng.sun.com:7777", "connect,accept"); |
|
117 * p2 = new SocketPermission("localhost:1024-", "accept,connect,listen"); |
116 * p2 = new SocketPermission("localhost:1024-", "accept,connect,listen"); |
118 * </pre> |
117 * </pre> |
119 * |
118 * |
120 * is granted to some code, it allows that code to |
119 * is granted to some code, it allows that code to |
121 * accept connections on, connect to, or listen on any port between |
120 * accept connections on, connect to, or listen on any port between |