ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/ACL/ACLServerSocket.java
(Generate patch)

Comparing experimental/server/ACL/ACLServerSocket.java (file contents):
Revision 1.2 by tdb, Thu Dec 20 00:59:54 2001 UTC vs.
Revision 1.3 by tdb, Mon Dec 31 02:57:00 2001 UTC

# Line 13 | Line 13 | import java.io.IOException;
13   * to wrap a ServerSocket with an ACL, whilst extending
14   * ServerSocket to make integration into code easier.
15   * Once the ACL has been set, accept() can be used exactly
16 < * as it would be with ServerSocket.
16 > * as it would be with a ServerSocket.
17   *
18   * @author  $Author$
19   * @version $Id$
# Line 126 | Line 126 | public class ACLServerSocket extends ServerSocket {
126          return FormatName.getName(
127              _name,
128              getClass().getName(),
129 <            REVISION);
129 >            REVISION) + ":" + super.toString();
130      }
131  
132   //---PRIVATE METHODS---

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines