Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
I
Imap
- class ipworks.
Imap
.
The IMAP class is used to communicate with IMAP servers using the IMAP (Internet Message Access) protocol.
Imap()
- Constructor for class ipworks.
Imap
ImapEndTransferEvent
- class ipworks.
ImapEndTransferEvent
.
Fired when the message or the part data finishes transferring.
ImapErrorEvent
- class ipworks.
ImapErrorEvent
.
Information about errors during data delivery.
ImapEventListener
- interface ipworks.
ImapEventListener
.
Event listener for the
Imap Class
.
ImapMailboxListEvent
- class ipworks.
ImapMailboxListEvent
.
Fired for each mailbox received through the various 'List Mailbox' actions.
ImapMessageInfoEvent
- class ipworks.
ImapMessageInfoEvent
.
Fired with information for the message(s) retrieved by the server.
ImapMessagePartEvent
- class ipworks.
ImapMessagePartEvent
.
Fired for each message part when a 'Get Message Info' action is performed.
ImapPITrailEvent
- class ipworks.
ImapPITrailEvent
.
Traces the commands sent to the mail server, and the respective replies.
ImapStartTransferEvent
- class ipworks.
ImapStartTransferEvent
.
Fired when the message or the part data starts transferring.
ImapTransferEvent
- class ipworks.
ImapTransferEvent
.
Fired while the message gets transferred from the MailServer .
Ipdaemon
- class ipworks.
Ipdaemon
.
The IPDaemon class can be used to create TCP/IP servers.
Ipdaemon()
- Constructor for class ipworks.
Ipdaemon
IpdaemonConnectedEvent
- class ipworks.
IpdaemonConnectedEvent
.
Fired immediately after a connection completes (or fails).
IpdaemonConnectionRequestEvent
- class ipworks.
IpdaemonConnectionRequestEvent
.
Fired when a request for connection comes from a remote host.
IpdaemonDataInEvent
- class ipworks.
IpdaemonDataInEvent
.
Fired when data (complete lines) comes in.
IpdaemonDisconnectedEvent
- class ipworks.
IpdaemonDisconnectedEvent
.
Fired when a connection is closed.
IpdaemonErrorEvent
- class ipworks.
IpdaemonErrorEvent
.
Information about errors during data delivery.
IpdaemonEventListener
- interface ipworks.
IpdaemonEventListener
.
Event listener for the
Ipdaemon Class
.
IpdaemonReadyToSendEvent
- class ipworks.
IpdaemonReadyToSendEvent
.
Fired when the component is ready to send data.
Ipinfo
- class ipworks.
Ipinfo
.
The IPInfo class is used to resolve host names to host addresses and vice-versa using asynchronous DNS.
Ipinfo()
- Constructor for class ipworks.
Ipinfo
IpinfoErrorEvent
- class ipworks.
IpinfoErrorEvent
.
Information about errors during data delivery.
IpinfoEventListener
- interface ipworks.
IpinfoEventListener
.
Event listener for the
Ipinfo Class
.
IpinfoRequestCompleteEvent
- class ipworks.
IpinfoRequestCompleteEvent
.
Fired after an asynchronous request completes.
Ipport
- class ipworks.
Ipport
.
The IPPort class facilitates TCP/IP communications by providing an easy interface to Winsock functions.
Ipport()
- Constructor for class ipworks.
Ipport
IpportConnectedEvent
- class ipworks.
IpportConnectedEvent
.
Fired immediately after a connection completes (or fails).
IpportDataInEvent
- class ipworks.
IpportDataInEvent
.
Fired when data (complete lines) comes in.
IpportDisconnectedEvent
- class ipworks.
IpportDisconnectedEvent
.
Fired when a connection is closed.
IpportErrorEvent
- class ipworks.
IpportErrorEvent
.
Information about errors during data delivery.
IpportEventListener
- interface ipworks.
IpportEventListener
.
Event listener for the
Ipport Class
.
IpportReadyToSendEvent
- class ipworks.
IpportReadyToSendEvent
.
Fired when IPPort is ready to send data.
ipworks
- package ipworks
IPWorksException
- exception ipworks.
IPWorksException
.
IPWorksException()
- Constructor for class ipworks.
IPWorksException
isAcceptData()
- Method in class ipworks.
Udpport
Enables or disables data reception (the DataIn event).
isAcceptData()
- Method in class ipworks.
Telnet
Enables or disables data reception (the DataIn event).
isAcceptData()
- Method in class ipworks.
Ldap
Enables or disables data reception.
isAcceptData()
- Method in class ipworks.
Ipport
Enables or disables data reception (the DataIn event).
isAcceptData()
- Method in class ipworks.
Mcast
Enables or disables data reception (the DataIn event).
isAcceptData(int)
- Method in class ipworks.
Ipdaemon
Enables or disables data reception (the DataIn event).
isActive()
- Method in class ipworks.
Udpport
Enables or disables sending and receiving of data.
isActive()
- Method in class ipworks.
Snmp
Enables or disables sending and receiving of SNMP packets.
isActive()
- Method in class ipworks.
Mcast
Enables or disables sending and receiving of data.
isAllowExtensions()
- Method in class ipworks.
Smtp
A switch allowing the component to use ESMTP features (SMTP extensions).
isConnected()
- Method in class ipworks.
Telnet
Triggers a connection or disconnection.
isConnected()
- Method in class ipworks.
Ipport
Triggers a connection or disconnection.
isConnected(int)
- Method in class ipworks.
Ipdaemon
Used to disconnect individual connections and/or show their status.
isDeleteOldRDN()
- Method in class ipworks.
Ldap
Controls whether the old RDN should be deleted.
isDir
- Variable in class ipworks.
FtpDirListEvent
isDontRoute()
- Method in class ipworks.
Udpport
If set to True, forces the socket to send data directly to interface (no routing).
isIntelliCode()
- Method in class ipworks.
Netcode
Controls whether NetCode should try to interpret several concatenated messages while uudecoding.
isKeepAlive()
- Method in class ipworks.
Ipdaemon
When True, KEEPALIVE packets are enabled (for long connections).
isKeepAlive()
- Method in class ipworks.
Telnet
When True, KEEPALIVE packets are enabled (for long connections).
isKeepAlive()
- Method in class ipworks.
Ipport
When True, KEEPALIVE packets are enabled (for long connections).
isLinger()
- Method in class ipworks.
Ipdaemon
When set to True, connections are terminated gracefully.
isLinger()
- Method in class ipworks.
Telnet
When set to True, connections are terminated gracefully.
isLinger()
- Method in class ipworks.
Ipport
When set to True, connections are terminated gracefully.
isListening()
- Method in class ipworks.
Ipdaemon
If True, the component accepts incoming connections on LocalPort.
isLoopback()
- Method in class ipworks.
Mcast
Enables or disables loopback of data sent to the multicast group.
isOverwrite()
- Method in class ipworks.
Netcode
Controls whether created file(s) should overwrite already existing file(s).
isPassive()
- Method in class ipworks.
Ftp
Controls whether to direct the server into passive mode especially if behind a firewall.
isSearchReturnValues()
- Method in class ipworks.
Ldap
Controls whether the search operation returns values of attributes, or only types.
isShareLocalPort()
- Method in class ipworks.
Udpport
If set to True, allows more than one instance of the component to be Active on the same LocalPort .
isShareLocalPort()
- Method in class ipworks.
Snmp
If set to True, allows more than one instance of the component to be Active on the same LocalPort .
isShareLocalPort()
- Method in class ipworks.
Mcast
If set to True, allows more than one instance of the component to be Active on the same LocalPort .
isUIDMode()
- Method in class ipworks.
Imap
If true, permanent message id-s are used instead of the default temporary id-s.
isUseConnection()
- Method in class ipworks.
Udpport
If set, the component connects to the RemoteHost .
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Copyright (c) 1995-2000 by /n software inc. - All rights reserved.