Uses of Class
uk.org.iscream.cms.util.ACL

Uses of ACL in uk.org.iscream.cms.util
 

Fields in uk.org.iscream.cms.util declared as ACL
private  ACL ACLDatagramSocket._acl
          The ACL used by this ACLDatagramSocket.
private  ACL ACLServerSocket._acl
          The ACL used by this ACLServerSocket.
 

Methods in uk.org.iscream.cms.util with parameters of type ACL
 void ACLDatagramSocket.setACL(ACL acl)
          Set the ACL at any point in the operation of the DatagramSocket.
 void ACLServerSocket.setACL(ACL acl)
          Set the ACL at any point in the operation of the ServerSocket.
 

Constructors in uk.org.iscream.cms.util with parameters of type ACL
ACLDatagramSocket(ACL acl)
          See relevant DatagramSocket constructor, and sets the default acl.
ACLDatagramSocket(ACL acl, int port)
          See relevant DatagramSocket constructor, and sets the default acl.
ACLDatagramSocket(ACL acl, int port, InetAddress laddr)
          See relevant DatagramSocket constructor, and sets the default acl.
ACLServerSocket(ACL acl, int port)
          See relevant ServerSocket constructor, and sets the default acl.
ACLServerSocket(ACL acl, int port, int backlog)
          See relevant ServerSocket constructor, and sets the default acl.
ACLServerSocket(ACL acl, int port, int backlog, InetAddress bindAddr)
          See relevant ServerSocket constructor, and sets the default acl.
 



Copyright © 2000-2003 i-scream. All Rights Reserved.