Adds another range of ips for this range.Any host with ip address
greater than or equal to the address of from and smaller than or equal
to the address of to will be included in the range.
Constructor tries to connect to Identd daemon on the host of the
given socket, and retrieve user name of the owner of given socket
connection on remote machine.
An implementation of socks.ServerAuthentication which provides
simple authentication based on the host from which the connection
is made and the name of the user on the remote machine, as reported
by identd daemon on the remote machine.
Implementations of this interface are expected to use some or all
of the information provided plus any information they can extract
from other sources to decide wether given user should be allowed
access to SOCKS server, or whatever you use it for.
Sets the timeout for BIND command, how long the server should
wait for the incoming connection.
Zero timeout implies infinity.
Default timeout is 3 minutes.
Sets given InetRange as the list of direct address, previous
list will be discarded, any changes done previously with
addDirect(Inetaddress) will be lost.
Sets the timeout for connections, how long shoud server wait
for data to arrive before dropping the connection.
Zero timeout implies infinity.
Default timeout is 3 minutes.
Grants access to everyone.Removes authentication related bytes from
the stream, when a SOCKS5 connection is being made, selects an
authentication NONE.
Grants permission only to those users, who connect from one of the
hosts registered with add(InetRange,Hashtable) and whose names, as
reported by identd daemon, are listed for the host the connection
came from.