|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Connection
represents some sort of network connection
between the client machine and a server which provides instant messaging
services.DirectConnection
connects to a specified host on a
specified port by establishing a TCP/IP socket with it.HamsamException
is the superclass of all exceptions thrown by
the Hamsam API.null as its detailed
message.
- HamsamException(String) -
Constructor for class hamsam.exception.HamsamException
- Constructs a new Hamsam exception with the specified detail message.
- HTTP -
Static variable in class hamsam.net.ProxyInfo
- Connection type indicating a connection through HTTP proxy to
the Internet.
- HttpConnection - class hamsam.net.HttpConnection.
- An
HTTPConnection
connects to a specified host on a
specified port by establishing an HTTP/1.1 tunnel. - HttpConnection(String, int, String, int) -
Constructor for class hamsam.net.HttpConnection
- Construct an HTTP connection to the specified host and port through an
HTTP 1.1 proxy.
- HttpConnection(String, int, String, String, String, int) -
Constructor for class hamsam.net.HttpConnection
- Construct an HTTP connection to the specified host and port through an
HTTP 1.1 proxy which requires authentication.
IllegalArgumentException with no detailed message.
- IllegalArgumentException(String) -
Constructor for class hamsam.exception.IllegalArgumentException
- Constructs an
IllegalArgumentException
with the specified detail message.
- IllegalStateException - exception hamsam.exception.IllegalStateException.
- Signals that a method has been invoked at an illegal or inappropriate time.
- IllegalStateException() -
Constructor for class hamsam.exception.IllegalStateException
- Constructs an
IllegalStateException with no detailed message.
- IllegalStateException(String) -
Constructor for class hamsam.exception.IllegalStateException
- Constructs an
IllegalStateException
with the specified detail
message.
- IMAdapter - class hamsam.api.IMAdapter.
- An abstract adapter class receiving instant messaging events.
- IMAdapter() -
Constructor for class hamsam.api.IMAdapter
- Default constructor.
- IMListener - interface hamsam.api.IMListener.
- The listener interface for receiving instant messaging events.
- instantMessageReceived(Buddy, Message) -
Method in interface hamsam.api.IMListener
- Invoked when an instant message is received.
- instantMessageReceived(Buddy, Message) -
Method in class hamsam.api.IMAdapter
- Invoked when an instant message is received.
- isAccepted() -
Method in class hamsam.api.Response
- Determines if this response accepts the request involved.
- isBuddyAddRequestSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol will notify you if
a user attempts to add you to his / her buddy list.
- isBuddyGroupSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports arranging buddies in
different groups.
- isBuddyNameAliasSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports buddy name aliases.
- isConferenceSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports conferences.
- isIgnoreSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports ignoring
buddies.
- isInvisibleSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports setting the status of the
user to invisible.
- isMailNotifySupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports e-mail alerts.
- isOfflineMessageSupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports sending and
receiving offline messages.
- isTypingNotifySupported() -
Method in interface hamsam.protocol.Protocol
- Determines whether this protocol supports typing notifications.
SocksConnection
connects to a specified host and
port through a socks (version 4 or 5) proxy server.UnsupportedOperationException with no detailed message.
- UnsupportedOperationException(String) -
Constructor for class hamsam.exception.UnsupportedOperationException
- Constructs an
UnsupportedOperationException
with the specified detail
message.
- URLComponent - class hamsam.api.URLComponent.
- A component to represent URLs in instant messages.
- URLComponent(String, URL) -
Constructor for class hamsam.api.URLComponent
- Construct a url component with a link text and link url.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |