B C I R

C

connect() - Method in interface base.interfaces.IConnection
Connects to the host with the already-defined host & port.
connect(String) - Method in interface base.interfaces.IConnection
Connects to the given host with the default port.
connect(String, int) - Method in interface base.interfaces.IConnection
Connects to the given host at the given port.

B C I R