Uses of Class
socks.InetRange

Packages that use InetRange
socks   
socks.server   
 

Uses of InetRange in socks
 

Methods in socks that return InetRange
 InetRange Proxy.getDirect()
          Get the list of direct hosts.
 

Methods in socks with parameters of type InetRange
 void Proxy.setDirect(InetRange ir)
          Sets given InetRange as the list of direct address, previous list will be discarded, any changes done previously with addDirect(Inetaddress) will be lost.
 

Uses of InetRange in socks.server
 

Methods in socks.server with parameters of type InetRange
 void IdentAuthenticator.add(InetRange hostRange, java.util.Hashtable users)
          Adds range of addresses from which connection is allowed.