IP*Works!
A B C D E F G H I L M N O P Q R S T U V W X

I

ignorableWhitespace(XmlpIgnorableWhitespaceEvent) - Method in interface ipworks.XmlpEventListener
 
Imap - class ipworks.Imap.
The IMAP control is used to communicate with IMAP servers using the IMAP (Internet Message Access) protocol.
Imap() - Constructor for class ipworks.Imap
 
imapAppendToMailbox - Static variable in class ipworks.Imap
 
imapCheckMailbox - Static variable in class ipworks.Imap
 
imapCloseMailbox - Static variable in class ipworks.Imap
 
imapConnect - Static variable in class ipworks.Imap
 
imapCopyToMailbox - Static variable in class ipworks.Imap
 
imapCreateMailbox - Static variable in class ipworks.Imap
 
imapDeleteMailbox - Static variable in class ipworks.Imap
 
imapDisconnect - Static variable in 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.
imapExamineMailbox - Static variable in class ipworks.Imap
 
imapExpungeMailbox - Static variable in class ipworks.Imap
 
imapGetMessageHeaders - Static variable in class ipworks.Imap
 
imapGetMessageInfo - Static variable in class ipworks.Imap
 
imapGetMessagePart - Static variable in class ipworks.Imap
 
imapGetMessageText - Static variable in class ipworks.Imap
 
imapIdle - Static variable in class ipworks.Imap
 
imapListMailboxes - Static variable in class ipworks.Imap
 
imapListSubscribedMailboxes - Static variable in class ipworks.Imap
 
ImapMailboxListEvent - class ipworks.ImapMailboxListEvent.
Fired for each mailbox received through the various imapListMailbox 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 an imapGetMessageInfo action is performed.
imapNoop - Static variable in class ipworks.Imap
 
ImapPITrailEvent - class ipworks.ImapPITrailEvent.
Traces the commands sent to the mail server, and the respective replies.
imapRenameMailbox - Static variable in class ipworks.Imap
 
imapResetMessageFlags - Static variable in class ipworks.Imap
 
imapSearchMailbox - Static variable in class ipworks.Imap
 
imapSelectMailbox - Static variable in class ipworks.Imap
 
imapSetMessageFlags - Static variable in class ipworks.Imap
 
ImapStartTransferEvent - class ipworks.ImapStartTransferEvent.
Fired when the message or the part data starts transferring.
imapSubscribeMailbox - Static variable in class ipworks.Imap
 
ImapTransferEvent - class ipworks.ImapTransferEvent.
Fired while the message gets transferred from the MailServer .
imapUnsetMessageFlags - Static variable in class ipworks.Imap
 
imapUnsubscribeMailbox - Static variable in class ipworks.Imap
 
informRequest(SnmpInformRequestEvent) - Method in interface ipworks.SnmpEventListener
 
input(String) - Method in class ipworks.Xmlp
Provides input to the parser.
interrupt() - Method in class ipworks.Filemailer
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Webform
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Smtp
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Webupload
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Soap
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Imap
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Tftp
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Htmlmailer
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Ftp
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Rcp
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Pop
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Http
Interrupt the Action in progress (if any).
interrupt() - Method in class ipworks.Nntp
Interrupt the Action in progress (if any).
Ipdaemon - class ipworks.Ipdaemon.
The IPDaemon control 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 control 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 control 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.Ipport
Enables or disables data reception (the DataIn event).
isAcceptData() - Method in class ipworks.Snmp
Enables or disables data reception.
isAcceptData() - Method in class ipworks.Mcast
Enables or disables data reception (the DataIn event).
isAcceptData() - Method in class ipworks.Ldap
Enables or disables data reception from the server.
isAcceptData() - Method in class ipworks.Telnet
Enables or disables data reception (the DataIn event).
isAcceptData() - Method in class ipworks.Udpport
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.Snmp
Enables or disables sending and receiving of SNMP packets.
isActive() - Method in class ipworks.Mcast
Enables or disables sending and receiving of data.
isActive() - Method in class ipworks.Udpport
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).
isBuildDOM() - Method in class ipworks.Xmlp
When True, an internal object model of the XML document is created.
isConnected() - Method in class ipworks.Webform
Shows whether the component is connected.
isConnected() - Method in class ipworks.Smtp
Shows whether the component is connected.
isConnected() - Method in class ipworks.Webupload
Shows whether the component is connected.
isConnected() - Method in class ipworks.Ipport
Triggers a connection or disconnection.
isConnected() - Method in class ipworks.Soap
Shows whether the component is connected.
isConnected() - Method in class ipworks.Imap
Shows whether the component is connected.
isConnected() - Method in class ipworks.Ftp
Shows whether the component is connected.
isConnected() - Method in class ipworks.Snpp
Shows whether the component is connected.
isConnected() - Method in class ipworks.Pop
Shows whether the component is connected.
isConnected() - Method in class ipworks.Ldap
Shows whether the component is connected.
isConnected() - Method in class ipworks.Http
Shows whether the component is connected.
isConnected() - Method in class ipworks.Rexec
Shows whether the component is connected.
isConnected() - Method in class ipworks.Telnet
Triggers a connection or disconnection.
isConnected() - Method in class ipworks.Rshell
Shows whether the component is connected.
isConnected() - Method in class ipworks.Nntp
Shows whether the component is connected.
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).
isEmpty - Variable in class ipworks.XmlpEndElementEvent
 
isEmpty - Variable in class ipworks.XmlpStartElementEvent
 
isEnableStderr() - Method in class ipworks.Rcp
Enables or disables secondary (stderr) stream.
isEnableStderr() - Method in class ipworks.Rexec
Enables or disables secondary (stderr) stream.
isEnableStderr() - Method in class ipworks.Rshell
Enables or disables secondary (stderr) stream.
isFlushOnEOL() - Method in class ipworks.Xmlp
If set, the parser flushes its text buffer after every line of text.
isIntelliCode() - Method in class ipworks.Netcode
Controls whether NetCode should try to interpret several concatenated messages while uudecoding.
isKeepAlive() - Method in class ipworks.Ipport
When True, KEEPALIVE packets are enabled (for long connections).
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).
isLinger() - Method in class ipworks.Ipport
When set to True, connections are terminated gracefully.
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.
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).
isParseHTML() - Method in class ipworks.Htmlmailer
Controls the behavior of the MessageHTML property.
isPassive() - Method in class ipworks.Ftp
Controls whether to direct the server into passive mode especially if behind a firewall.
isPeekMode() - Method in class ipworks.Imap
When set to True, the message Seen flag is not changed during reading.
isSearchReturnValues() - Method in class ipworks.Ldap
Controls whether the search operation returns values of attributes, or only types.
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 .
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 .
isTransparent() - Method in class ipworks.Telnet
When True, Telnet command processing is disabled.
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 .
isValidate() - Method in class ipworks.Xmlp
When True, the parser checks that the document consists of well-formed XML.

IP*Works!
A B C D E F G H I L M N O P Q R S T U V W X
Copyright (c) 2001 /n software inc. - All rights reserved.