|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Connection | A Connection represents some sort of network connection
between the client machine and a server which provides instant messaging
services. |
Class Summary | |
DirectConnection | A DirectConnection connects to a specified host on a
specified port by establishing a TCP/IP socket with it. |
HttpConnection | An HTTPConnection connects to a specified host on a
specified port by establishing an HTTP/1.1 tunnel. |
ProxyInfo | Defines the type of connections to be used for each protocol. |
SocksConnection | A SocksConnection connects to a specified host and
port through a socks (version 4 or 5) proxy server. |
Provides classes that are essential for managing network connections. When writing a
Hamsam client, only the ProxyInfo
class will be used. Other
classes are internally used by the API.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |