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 ACLServerSocket._acl
          The ACL used by this ACLServerSocket.
private  ACL ACLDatagramSocket._acl
          The ACL used by this ACLDatagramSocket.
 

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

Constructors in uk.org.iscream.cms.util with parameters of type 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.
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.
 



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