A B C D E F G H I J L M N O P R S T U V W _

A

AbstractIOHandler - class org.indy.io.AbstractIOHandler.
A skeleton implementation of IOHandler.
AbstractIOHandler() - Constructor for class org.indy.io.AbstractIOHandler
 
AbstractPeerThreadManager - class org.indy.AbstractPeerThreadManager.
Provides a skeletal implementation of the ThreadManager interface that clients can use as the basis for their own implementations.
AbstractPeerThreadManager() - Constructor for class org.indy.AbstractPeerThreadManager
 
accept(ServerSocket, IndyThread) - Method in class org.indy.io.ServerIOHandler
Description of the Method
accept(ServerSocket, IndyThread) - Method in class org.indy.io.ServerIOHandlerSocket
Description of the Method
add() - Method in class org.indy.RFCReplies
Description of the Method
add(CommandHandler) - Method in class org.indy.CommandHandlers
Adds an IdCommandHandler to this collection.
add(CommandHandler, int) - Method in class org.indy.CommandHandlers
Adds an IdCommandHandler to this collection at the specified index.
add(int, Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
add(int, String) - Method in class org.indy.RFCReplies
Description of the Method
add(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
add(String) - Method in class org.indy.util.StringList
Description of the Method
addAll(Collection) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
addAll(int, Collection) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
addBinding(TCPServerBinding) - Method in class org.indy.TCPServer
DOCUMENT ME!
addCommandListener(CommandHandlerListener) - Method in class org.indy.CommandHandler
Registers an IdCommandListener instance to be informed of events from this handler.
addComponentListener(IndyComponentListener) - Method in class org.indy.IndyComponent
Registers an IndyComponentListener to receive events from this component instance.
addConnectionInterceptListener(ConnectionInterceptListener) - Method in class org.indy.ConnectionIntercept
Adds a feature to the ConnectionInterceptListener attribute of the IdConnectionIntercept object
addIOHandlerListener(IOHandlerListener) - Method in interface org.indy.io.IOHandler
Add a IOHandlerListener to receive events from this IOHandler
addIOHandlerListener(IOHandlerListener) - Method in class org.indy.io.AbstractIOHandler
Add a IOHandlerListener to receive events from this IOHandler
addLine(String) - Method in interface org.indy.Connection.Capturable
 
AddressList - class org.indy.messages.AddressList.
DOCUMENT ME!
AddressList() - Constructor for class org.indy.messages.AddressList
Creates a new AddressList object.
AddressParseException - exception org.indy.messages.AddressParseException.
DOCUMENT ME!
AddressParseException(Exception) - Constructor for class org.indy.messages.AddressParseException
Creates a new AddressParseException object.
AddressParseException(String) - Constructor for class org.indy.messages.AddressParseException
Creates a new AddressParseException object.
addServerExecuteListener(TCPServerExecuteListener) - Method in class org.indy.TCPServer
Sets the executionListener attribute of the IdTCPServer object
addStrings(StringList) - Method in class org.indy.util.StringList
Adds a feature to the Strings attribute of the IdStrings object
addTCPClientListener(TCPClientListener) - Method in class org.indy.TCPClient
DOCUMENT ME!
addTCPServerListener(TCPServerListener) - Method in class org.indy.TCPServer
DOCUMENT ME!
addThreadListener(IndyThreadListener) - Method in class org.indy.IndyThread
Adds a feature to the ThreadListener attribute of the IdThread object
afterAccept() - Method in interface org.indy.io.IOHandler
Invoked after a server-side accept() operation
afterAccept() - Method in class org.indy.io.AbstractIOHandler
Provides a no-op implementation of AfterAccept()
afterExecute() - Method in class org.indy.IndyThread
Description of the Method
afterExecute() - Method in class org.indy.ListenerThread
Description of the Method
afterRun() - Method in class org.indy.IndyThread
Description of the Method
afterRun() - Method in class org.indy.PeerThread
Description of the Method
allData() - Method in class org.indy.Connection
Reads all data from the connection until disconnection occurs, and returns it as a String using the platform character encoding.
allData() - Method in class org.indy.TCPClient
DOCUMENT ME!
allData(String) - Method in class org.indy.Connection
Reads all data from the connection until disconnection occurs, and returns it as a String using the character encoding specified by encoding, or the platform default if encoding is null.
append(String) - Method in class org.indy.util.StringList
Description of the Method
authentication - Variable in class org.indy.socks.SocksInfo
Description of the Field
available() - Method in interface org.indy.io.IOHandler
Gets the number of bytes that can be read from this IOHandler without blocking
available() - Method in class org.indy.io.IOHandlerSocket
Returns the number of bytes that be read from the socket and buffer without blocking

B

BaseComponent - class org.indy.BaseComponent.
BaseComponent is the base class that is the ancestor for all Indy components.
BaseComponent() - Constructor for class org.indy.BaseComponent
 
beforeExecute() - Method in class org.indy.IndyThread
Description of the Method
beforeRun() - Method in class org.indy.IndyThread
Description of the Method
beforeRun() - Method in class org.indy.PeerThread
Description of the Method
binding - Variable in class org.indy.io.IOHandlerSocket
Instance of java.net.Socket used by this IOHandler.
boundIP - Variable in class org.indy.TCPClient
Description of the Field
boundPort - Variable in class org.indy.TCPClient
Description of the Field
boundsCheck(int) - Method in class org.indy.RFCReplies
Description of the Method
buildMIMETypeMap() - Static method in class org.indy.util.IndyUtilities
 
byteValue() - Method in class org.indy.telnet.TelnetClient.TelnetState
 

C

capture(StringBuffer, String, boolean) - Method in class org.indy.Connection
Reads lines of text from the connection into a StringBuffer until delim is found and returns the number of lines read.
capture(StringList, String, boolean) - Method in class org.indy.Connection
Reads lines of text from the connection until into a StringList delim is found and returns the number of lines read.
checkResponse(int, int[]) - Method in class org.indy.Connection
Checks whether a numeric response code is within a desired list of responses.
cleanup() - Method in class org.indy.IndyThread
 
cleanup() - Method in class org.indy.PeerThread
DOCUMENT ME!
clear() - Method in class org.indy.RFCReply
Description of the Method
clear() - Method in class org.indy.CommandHandlers
DOCUMENT ME!
clear() - Method in class org.indy.util.IndyBuffer
Clears the buffer
clear() - Method in class org.indy.util.StringList
Description of the Method
clearBuffer() - Method in interface org.indy.io.IOHandler
Clears the input buffer of this IOHandler
clearBuffer() - Method in class org.indy.io.IOHandlerSocket
Clears the internal buffer used by this socket
close() - Method in interface org.indy.io.IOHandler
Closes this IOHandler Should generate an IOHandlerListener.onDisconnect(IOHandler) event.
close() - Method in class org.indy.io.AbstractIOHandler
Provides a a no-op implementation of close()
close() - Method in class org.indy.io.IOHandlerSocket
Closes this socket connection.
CommandEvent - class org.indy.CommandEvent.
Command represents information about commands received by a TCPServer for an executing PeerThread, and handled using a CommandHandler.
CommandHandler - class org.indy.CommandHandler.
Provides the basis for TCPServer command handling.
CommandHandler(CommandHandlers) - Constructor for class org.indy.CommandHandler
Constructs a new instance.
CommandHandlerListener - interface org.indy.CommandHandlerListener.
A listener interface for events on IdCommandHandler objects
CommandHandlers - class org.indy.CommandHandlers.
A specialized collection class for IdCommnandHandler This class is not thread safe without external sync.
CommandHandlers(TCPServer) - Constructor for class org.indy.CommandHandlers
Constructs a new IdCommandHandlers collection.
commaSeperatedToCollection(Collection, String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
connect() - Method in class org.indy.TCPClient
Description of the Method
connect(IndyComponent) - Method in class org.indy.ConnectionIntercept
Description of the Method
connect(int) - Method in class org.indy.TCPClient
Description of the Method
connectAndGetAll() - Method in class org.indy.TCPClient
Description of the Method
connectClient(Map, int) - Method in interface org.indy.io.IOHandler
Connects this IOHandler to a remote implementation.
connectClient(Map, int) - Method in class org.indy.io.AbstractIOHandler
A no-op implementation of IOHandler.connectClient(Map,int).
connectClient(Map, int) - Method in class org.indy.io.IOHandlerSocket
Connects to a remote socket using the parameters given in map.
connectClient(String, int, String, int, int) - Method in class org.indy.io.IOHandlerSocket
Connects this IOHandlerSocket to a remote socket whose address is given by host as either an IP address or FQDN and whose port is given by port If boundIP or boundPort are not null or < 1 respectively, the socket will bind to this local address and / or port.
CONNECTED - Static variable in class org.indy.Status
Description of the Field
ConnectException - exception org.indy.io.ConnectException.
Description of the Class
ConnectException(Exception) - Constructor for class org.indy.io.ConnectException
Constructor for the IdConnectError object
CONNECTING - Static variable in class org.indy.Status
Description of the Field
connection - Variable in class org.indy.TCPClient
DOCUMENT ME!
Connection - class org.indy.Connection.
Provides extended functionality for using org.indy.IOHandlers, such as reading and writing primitives, checking response codes and extracting RFC compliant messages.
Connection.Capturable - interface org.indy.Connection.Capturable.
An interface that supports having lines of text input to it.
Connection(IOHandler) - Constructor for class org.indy.Connection
Constructs a new instance of TCPConnection
ConnectionIntercept - class org.indy.ConnectionIntercept.
Base class for Indy connection interceptos.
ConnectionIntercept() - Constructor for class org.indy.ConnectionIntercept
Constructs a new IdConnectionIntercept instance
ConnectionInterceptListener - interface org.indy.ConnectionInterceptListener.
Description of the Interface
ConnectTimedOutException - exception org.indy.io.ConnectTimedOutException.
Description of the Class
ConnectTimedOutException(String) - Constructor for class org.indy.io.ConnectTimedOutException
Constructor for the IdConnectTimedOut object
contains(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
containsAll(Collection) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
copy(StringList) - Method in class org.indy.util.StringList
Description of the Method
copyFileTo(String, String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
CR - Static variable in class org.indy.io.IOHandlerSocket
Carriage Return
createNewThread() - Method in class org.indy.AbstractPeerThreadManager
A conviencie method for descendents to create new threads with their priority set.
currentReadBuffer() - Method in class org.indy.Connection
Returns the current data that can be read without blocking.
currentReadBuffer() - Method in class org.indy.TCPClient
DOCUMENT ME!
currentReadBuffer() - Method in interface org.indy.io.IOHandler
Retreives the contents of the IOHandler's input that can be read without blocking.
currentReadBuffer() - Method in class org.indy.io.IOHandlerSocket
Returns the current data that can be read from the socket without blocking

D

DATA - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
DateParseException - exception org.indy.util.DateParseException.
 
DateParseException(Exception) - Constructor for class org.indy.util.DateParseException
Constructor for the IdDateParseException object
dateToGMTOffsetString(Date, boolean) - Static method in class org.indy.util.IndyUtilities
Description of the Method
dateToUnixString(Date) - Static method in class org.indy.util.IndyUtilities
Description of the Method
DefaultPeerThreadFactory - class org.indy.DefaultPeerThreadFactory.
DOCUMENT ME!
DefaultPeerThreadFactory() - Constructor for class org.indy.DefaultPeerThreadFactory
Creates a new DefaultPeerThreadFactory object.
DefaultPeerThreadManager - class org.indy.DefaultPeerThreadManager.
Default implementation of PeerThreadManager
DefaultPeerThreadManager() - Constructor for class org.indy.DefaultPeerThreadManager
 
disconnect() - Method in class org.indy.Connection
Disconnects this connection.
disconnect() - Method in class org.indy.ConnectionIntercept
Description of the Method
disconnect() - Method in class org.indy.TCPClient
DOCUMENT ME!
DISCONNECTED - Static variable in class org.indy.Status
Description of the Field
DISCONNECTING - Static variable in class org.indy.Status
Description of the Field
disconnectSocket() - Method in class org.indy.Connection
 
doAfterCommandHandler(PeerThread) - Method in class org.indy.TCPServer
Description of the Method
doBeforeCommandHandler(PeerThread, String) - Method in class org.indy.TCPServer
Description of the Method
doBeginWork(IndyComponent.WorkMode) - Method in class org.indy.IndyComponent
Calls to signal the beginning of work of a given IndyComponent.WorkMode.
doBeginWork(IndyComponent.WorkMode, int) - Method in class org.indy.IndyComponent
Called to indicate the beginning of work of the given IndyComponent.WorkMode.
doCommand(CommandEvent) - Method in class org.indy.CommandHandler
Calls all CommandListener's CommandListener#onCommand() method.
doConnect(PeerThread) - Method in class org.indy.TCPServer
Description of the Method
document - Variable in class org.indy.IdURI
Description of the Field
doDisconnect(PeerThread) - Method in class org.indy.TCPServer
Description of the Method
doEndWork(IndyComponent.WorkMode) - Method in class org.indy.IndyComponent
Signals that a piece of work begun by doBeginWork has ended.
doException(PeerThread, IndyException) - Method in class org.indy.TCPServer
Description of the Method
doExecute(PeerThread) - Method in class org.indy.TCPServer
Description of the Method
doListenException(ListenerThread, IndyException) - Method in class org.indy.TCPServer
Description of the Method
doNoCommandHandler(PeerThread, String) - Method in class org.indy.TCPServer
Description of the Method
doOnCommand() - Method in class org.indy.telnet.TelnetClient
DOCUMENT ME!
doOnConnect() - Method in class org.indy.io.AbstractIOHandler
Fires an onConnect event to all registered listeners
doOnDisconnect() - Method in class org.indy.io.AbstractIOHandler
Fires an onDisconnect event to all registered listeners
doStatus(Status) - Method in class org.indy.IndyComponent
Fires a status event with the given Status.
doStatus(Status, Object[]) - Method in class org.indy.IndyComponent
Fires a state change event for a given Status, taking an array of arguments for message formatting.
doStatus(Status, Object[]) - Method in class org.indy.io.AbstractIOHandler
Fires an OnStatus event to all registered listeners
doWork(IndyComponent.WorkMode, int) - Method in class org.indy.IndyComponent
Signals that a piece of work of the given IndyComponent.WorkMode is underway to the tune of count bytes.

E

equals(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!

F

fetch(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
fetch(String, boolean) - Static method in class org.indy.util.IndyUtilities
Description of the Method
fetch(String, String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
fetch(String, String, boolean) - Static method in class org.indy.util.IndyUtilities
Description of the Method
fileSizeByName(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
findByNumber(int) - Method in class org.indy.RFCReplies
Description of the Method
flush() - Method in interface org.indy.io.IOHandler
Flushes the output of this IOHandler.
flush() - Method in class org.indy.io.IOHandlerSocket
Flushes the output buffer of this IOHandlerSocket

G

generateReply() - Method in class org.indy.RFCReply
Description of the Method
get(int) - Method in class org.indy.RFCReplies
Description of the Method
get(int) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
get(int) - Method in class org.indy.util.StringList
Description of the Method
getActive() - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
getAuthentication() - Method in class org.indy.socks.SocksInfo
Gets the authentication attribute of the IdSocksInfo object
getBinding(int) - Method in class org.indy.TCPServer
DOCUMENT ME!
getBindings() - Method in class org.indy.TCPServer
DOCUMENT ME!
getBoundIP() - Method in class org.indy.TCPClient
Gets the boundIP attribute of the IdTCPClient object
getBoundIP() - Method in class org.indy.io.IOHandlerSocket
Gets a string representation of the local IP address that this socket is bound to, or throws an exception if the socket is not bound.
getBoundPort() - Method in class org.indy.TCPClient
Gets the boundPort attribute of the IdTCPClient object
getBoundPort() - Method in class org.indy.io.IOHandlerSocket
Gets the local port number that this socket is bound to.
getCalendarField(String, String, int) - Static method in class org.indy.util.IndyUtilities
Parses a string based on a pattern and retrieves its numneric equivalent from the default Calendar instance
getCmdDelimiter() - Method in class org.indy.CommandHandler
Gets the command delimiter for this command handler
getCommand() - Method in class org.indy.CommandHandler
Gets the command attribute of the IdCommandHandler object
getCommandHandler() - Method in class org.indy.CommandEvent
CommandHandler is a read-only CommandHandler property that represents the command handler that created the CommandEvent object instance.
getCommandHandler(int) - Method in class org.indy.CommandHandlers
Returns the IdCommandHandler instance at index
getCommandHandlers() - Method in class org.indy.CommandHandler
Returns the containing collection of this command handler.
getConnection() - Method in class org.indy.TCPServerEvent
DOCUMENT ME!
getConnection() - Method in class org.indy.PeerThread
Gets the connection attribute of the IdPeerThread object
getContents() - Method in class org.indy.IdResourceStrings
Gets the contents attribute of the IdResourceStrings object
getDefaultMaxLineLength() - Static method in class org.indy.util.IndyUtilities
DOCUMENT ME!
getDefaultPort() - Method in class org.indy.TCPServer
Gets the port attribute of the IdTCPServer object
getDefaultTimeout() - Static method in class org.indy.util.IndyUtilities
DOCUMENT ME!
getDocument() - Method in class org.indy.IdURI
Gets the document attribute of the IdURI object
getHost() - Method in class org.indy.TCPClient
Gets the host attribute of the IdTCPClient object
getHost() - Method in class org.indy.IdURI
Gets the host attribute of the IdURI object
getHost() - Method in class org.indy.TCPServerBinding
DOCUMENT ME!
getHost() - Method in class org.indy.socks.SocksInfo
Gets the host attribute of the IdSocksInfo object
getHost() - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
getIndyProperty(String) - Static method in class org.indy.util.IndyUtilities
DOCUMENT ME!
getIndyVersion() - Static method in class org.indy.util.IndyUtilities
Gets the indyVersion attribute of the IdGlobal class
getIntercept() - Method in class org.indy.ConnectionIntercept
Gets the intercept attribute of the IdConnectionIntercept object
getInternalResponse() - Method in class org.indy.Connection
Used to implement the processing required for Connection.getResponse(int[]).
getIOHandler() - Method in class org.indy.Connection
Gets the iOHandler attribute of the TCPConnection object
getIOHandler() - Method in class org.indy.TCPServer
Gets the iOHandler attribute of the IdTCPServer object
getIOHandler() - Method in class org.indy.TCPClient
DOCUMENT ME!
getListenQueue() - Method in class org.indy.TCPServer
DOCUMENT ME!
getLocalName() - Static method in class org.indy.IndyComponent
Returns the local host name of this machine.
getMaxConnectionReply() - Method in class org.indy.TCPServer
Gets the maxConnectionReply attribute of the IdTCPServer object
getMaxConnections() - Method in class org.indy.TCPServer
Gets the maxConnections attribute of the IdTCPServer object
getMaximumLineLength() - Method in class org.indy.Connection
Gets the maxLineLength attribute of the IdTCPConnection object
getMaximumLineLength() - Method in class org.indy.TCPClient
DOCUMENT ME!
getMaximumLineLength() - Method in interface org.indy.io.IOHandler
Gets the maximum line length to be used for read line operations
getMaximumLineLength() - Method in class org.indy.io.AbstractIOHandler
Gets the maximum line length to be used for read line operations
getMessage() - Method in class org.indy.IndyException
Gets the message attribute of the IdException object
getMIMETypeFromFile(String) - Static method in class org.indy.util.IndyUtilities
Gets the mIMETypeFromFile attribute of the IdGlobal class
getNumericCode() - Method in class org.indy.RFCReply
Gets the numericCode attribute of the IdRFCReply object
getParamDelimiter() - Method in class org.indy.CommandHandler
Gets the paramDelimiter attribute of the IdCommandHandler object
getParams() - Method in class org.indy.CommandEvent
Returns the parameters associated with this Command as a StringList.
getPassword() - Method in class org.indy.TCPClient
Gets the password attribute of the IdTCPClient object
getPassword() - Method in class org.indy.socks.SocksInfo
Gets the password attribute of the IdSocksInfo object
getPath() - Method in class org.indy.IdURI
Gets the path attribute of the IdURI object
getPeerIP() - Method in class org.indy.io.IOHandlerSocket
Returns a string representing the IP address of the peer that this socket is connected to, or a blank string if the socket is not connected.
getPeerPort() - Method in class org.indy.io.IOHandlerSocket
Gets the remote port to which this socket is connected, or 0 if unconnected
getPerformReply() - Method in class org.indy.CommandEvent
Returns whether the RFCReply returned by CommandEvent.getReply() should be sent back to the peer in reponse.
getPort() - Method in class org.indy.TCPClient
Gets the port attribute of the IdTCPClient object
getPort() - Method in class org.indy.IdURI
Gets the port attribute of the IdURI object
getPort() - Method in class org.indy.TCPServerBinding
DOCUMENT ME!
getPort() - Method in class org.indy.socks.SocksInfo
Gets the port attribute of the IdSocksInfo object
getPort() - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
getPriority() - Method in class org.indy.IndyThread
 
getPriority() - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
getPriority() - Method in class org.indy.AbstractPeerThreadManager
Returns the Priority for threads provided by this ThreadManager
getProductName() - Static method in class org.indy.util.IndyUtilities
Gets the productName attribute of the IdGlobal class
getProtocol() - Method in class org.indy.IdURI
Gets the protocol attribute of the IdURI object
getRawLine() - Method in class org.indy.CommandEvent
Gets the raw line that was sent to the server for this command.
getReadTimeOut() - Method in class org.indy.Connection
Returns the timeout for read operations.
getReadTimeOut() - Method in class org.indy.TCPClient
DOCUMENT ME!
getReadTimeOut() - Method in interface org.indy.io.IOHandler
Get the timeout to use for read operations on this IOHandler
getReadTimeOut() - Method in class org.indy.io.AbstractIOHandler
Returns the current timeout for read operations on this IOHandler
getReadTimeOut() - Method in class org.indy.io.IOHandlerSocket
DOCUMENT ME!
getReceiveTimeout() - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
getReply() - Method in class org.indy.CommandEvent
Gets the RFCReply associated with this command.
getReplyErrorCode() - Method in class org.indy.ProtocolException
DOCUMENT ME!
getReplyExceptionCode() - Method in class org.indy.CommandHandler
Gets the replyExceptionCode attribute of the CommandHandler object
getReplyNormal() - Method in class org.indy.CommandHandler
Gets the replyNormal attribute of the CommandHandler object
getReplyTexts() - Method in class org.indy.TCPServer
Gets the replyTexts attribute of the IdTCPServer object
getResourceString(String) - Static method in class org.indy.util.IndyUtilities
Gets the resourceString attribute of the IdGlobal class
getResponse() - Method in class org.indy.CommandHandler
Gets the response attribute of the CommandHandler object
getResponse() - Method in class org.indy.CommandEvent
Gets the response attribute of this Command as a StringList
getResponse(int) - Method in class org.indy.Connection
Retreives a response from the connection using getInternalResponse and checks it for validity.
getResponse(int[]) - Method in class org.indy.Connection
Reads a response from the remote peer, typically of the form of a response code and some text, and checks that the code is within allowedResponses.
getServer() - Method in class org.indy.TCPServerConnection
Gets the server attribute of the IdTCPServerConnection object
getServer() - Method in class org.indy.ListenerThread
Gets the server attribute of the IdListenerThread object
getServer() - Method in class org.indy.CommandHandlers
Returns the IdTCPServer that owns this collection.
getSever() - Method in class org.indy.TCPServerEvent
DOCUMENT ME!
getSocksInfo() - Method in class org.indy.io.IOHandlerSocket
Gets the SOCKS data in use with this IOHandlerSocket
getSocksVersion() - Method in class org.indy.socks.SocksInfo
Gets the socksVersion attribute of the IdSocksInfo object
getStatus() - Method in class org.indy.IndyStatusEvent
Returns the new Status of source.
getStopMode() - Method in class org.indy.IndyThread
 
getTag() - Method in class org.indy.CommandHandler
Gets the tag attribute of the CommandHandler object
getText() - Method in class org.indy.RFCReply
Gets the text attribute of the IdRFCReply object
getText() - Method in class org.indy.util.StringList
Gets the text attribute of the IdStrings object
getTextCode() - Method in class org.indy.RFCReply
Gets the textCode attribute of the IdRFCReply object
getThread() - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
getThread() - Method in class org.indy.AbstractPeerThreadManager
Returns a new thread from the manager.
getThread() - Method in class org.indy.CommandEvent
Gets the PeerThread that is handling this command.
getThread() - Method in class org.indy.DefaultPeerThreadManager
Gets the thread attribute of the IdThreadMgrDefault object
getThreadFactory() - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
getThreadFactory() - Method in class org.indy.AbstractPeerThreadManager
Returns the ThreadFactory instance used by this ThreadManager
getThreadImpl() - Method in class org.indy.IndyThread
 
getThreadList() - Method in class org.indy.TCPServer
Gets the threadList attribute of the IdTCPServer object
getThreadManager() - Method in class org.indy.TCPServer
Gets the threadMgr attribute of the IdTCPServer object
getUnparsedParams() - Method in class org.indy.CommandEvent
Returns the parameters sent to the server as an unparsed string.
getUseNagle() - Method in class org.indy.io.IOHandlerSocket
Returns whether this socket is using Nagle's Algortihm.
getUsername() - Method in class org.indy.TCPClient
Gets the username attribute of the IdTCPClient object
getUsername() - Method in class org.indy.socks.SocksInfo
Gets the username attribute of the IdSocksInfo object
getVersion() - Method in class org.indy.BaseComponent
Gets the current version of Indy.

H

host - Variable in class org.indy.TCPClient
Description of the Field
host - Variable in class org.indy.socks.SocksInfo
Description of the Field

I

IAC - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_DO - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_DONT - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_SB - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_SBDATA - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_SBIAC - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_WILL - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IAC_WONT - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
IdHTTPProtocolVersion - class org.indy.http.IdHTTPProtocolVersion.
 
IdResourceStrings - class org.indy.IdResourceStrings.
IdResourceStrings
IdResourceStrings() - Constructor for class org.indy.IdResourceStrings
 
IdUDPBase - class org.indy.udp.IdUDPBase.
NB, Broadcast is ALWAYS enabled in Java UDP sockets, so there's no point including the property that appears in the Delphi version.
IdUDPBase() - Constructor for class org.indy.udp.IdUDPBase
Creates a new IdUDPBase object.
IdURI - class org.indy.IdURI.
IdURI
IdURI() - Constructor for class org.indy.IdURI
Constructor for the IdURI object
includeTrailingBackSlash(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
indexOf(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
indexOf(String) - Method in class org.indy.util.StringList
Description of the Method
IndyBuffer - class org.indy.util.IndyBuffer.
A light weight read-write buffer used by Indy.
IndyBuffer() - Constructor for class org.indy.util.IndyBuffer
 
IndyComponent - class org.indy.IndyComponent.
IndyComponent is the ancestor of all Indy components which implement client or server functionality.
IndyComponent.WorkMode - class org.indy.IndyComponent.WorkMode.
An enumerated class representing the possible work types for siganalling work events in an IndyComponent.
IndyComponent() - Constructor for class org.indy.IndyComponent
 
IndyComponentListener - interface org.indy.IndyComponentListener.
A listener interface for receiving notification of status changes and read / write operations in an IndyComponent.
IndyException - exception org.indy.IndyException.
IdException
IndyException() - Constructor for class org.indy.IndyException
Constructor for the IdException object
IndyException(Exception) - Constructor for class org.indy.IndyException
Constructor for the IdException object
IndyException(Exception, String) - Constructor for class org.indy.IndyException
Constructor for the IdException object
IndyException(String) - Constructor for class org.indy.IndyException
Constructor for the IdException object
IndyIOException - exception org.indy.io.IndyIOException.
 
IndyIOException(Exception) - Constructor for class org.indy.io.IndyIOException
Creates a new IndyIOException object.
IndyIOException(Exception, String) - Constructor for class org.indy.io.IndyIOException
Constructor for the IdIOException object
IndyIOException(String) - Constructor for class org.indy.io.IndyIOException
Constructor for the IdIOException object
indyPorts() - Static method in class org.indy.util.IndyUtilities
Description of the Method
IndyStatusEvent - class org.indy.IndyStatusEvent.
Represents a state change in an IndyComponent.
IndyStatusEvent(IndyComponent, Status) - Constructor for class org.indy.IndyStatusEvent
Constructs a new IndyStatusEvent.
IndyStatusEvent(IndyComponent, Status, Object[]) - Constructor for class org.indy.IndyStatusEvent
Constructs a new IndyStatusEvent.
IndyThread - class org.indy.IndyThread.
Provides the basis for Indy threading as used by PeerThread in TCPServer.
IndyThread.Priority - class org.indy.IndyThread.Priority.
Represents IndyThread priority.
IndyThread.StopMode - class org.indy.IndyThread.StopMode.
An enumertaed class describing the possible stopping modes for an IndyThread.
IndyThread() - Constructor for class org.indy.IndyThread
Constructor for the IdThread object
IndyThreadEvent - class org.indy.IndyThreadEvent.
Description of the Class
IndyThreadEvent(IndyThread) - Constructor for class org.indy.IndyThreadEvent
Constructor for the IdThreadEvent object
IndyThreadListener - interface org.indy.IndyThreadListener.
Description of the Interface
IndyUnknownHostException - exception org.indy.io.IndyUnknownHostException.
Title: Description: Copyright: Copyright (c) 2001 Company:
IndyUnknownHostException(Exception) - Constructor for class org.indy.io.IndyUnknownHostException
Constructor for the IdUnknownHostException object
IndyUtilities - class org.indy.util.IndyUtilities.
IdGlobal 27/11/01: OTG - Created from Delphi IdGlobal unit
IndyUtilities() - Constructor for class org.indy.util.IndyUtilities
 
init() - Method in class org.indy.io.ServerIOHandler
Description of the Method
init() - Method in class org.indy.io.ServerIOHandlerSocket
Description of the Method
insert(String, int) - Method in class org.indy.util.StringList
Description of the Method
InterceptCircularLinkException - exception org.indy.InterceptCircularLinkException.
Description of the Class
InterceptCircularLinkException(String) - Constructor for class org.indy.InterceptCircularLinkException
Constructor for the IdInterceptCircularLinkException object
ioHandler - Variable in class org.indy.Connection
The IOHandler used by this connection
ioHandler - Variable in class org.indy.TCPClient
DOCUMENT ME!
ioHandler - Variable in class org.indy.socks.SocksInfo
Description of the Field
IOHandler - interface org.indy.io.IOHandler.
An IOHandler wraps an underlying communications mechanism and provides access to its IO facilities and some convinivence methods.
IOHandlerListener - interface org.indy.io.IOHandlerListener.
Listens for events from IOHandlers
IOHandlerSocket - class org.indy.io.IOHandlerSocket.
An implementation of IOHandler that handles IO for sockets.
IOHandlerSocket() - Constructor for class org.indy.io.IOHandlerSocket
Constructs a new instance of IOHandlerSocket
IOHandlerSocket(Socket) - Constructor for class org.indy.io.IOHandlerSocket
Constructs a new instance of IOHandlerSocket around a pre-made java.net.Socket
isActive() - Method in class org.indy.TCPServer
DOCUMENT ME!
isClient() - Method in class org.indy.ConnectionIntercept
Gets the client attribute of the IdConnectionIntercept object
isConnected() - Method in class org.indy.Connection
Checks whether this TCP connection is still connected.
isConnected() - Method in class org.indy.TCPClient
DOCUMENT ME!
isConnected() - Method in interface org.indy.io.IOHandler
Determines whether or not this IOHandler is connected.
isConnected() - Method in class org.indy.io.IOHandlerSocket
Returns whether or not this instance is connected.
isCurrentThread(Thread) - Static method in class org.indy.util.IndyUtilities
Gets the currentThread attribute of the IdGlobal class
isDisconnected() - Method in class org.indy.CommandHandler
Gets the disconnect attribute of the CommandHandler object
isEmpty() - Method in class org.indy.CommandHandlers
DOCUMENT ME!
isEnabled() - Method in class org.indy.CommandHandler
Gets the enabled attribute of the IdCommandHandler object
isIP(String) - Static method in class org.indy.util.IndyUtilities
Gets the iP attribute of the IdGlobal class
isParseParams() - Method in class org.indy.CommandHandler
Gets the parseParams attribute of the CommandHandler object
isStopped() - Method in class org.indy.IndyThread
Gets the stopped attribute of the IdThread object
iterator() - Method in class org.indy.CommandHandlers
DOCUMENT ME!

J

join() - Method in class org.indy.IndyThread
Description of the Method

L

lastCmdResult - Variable in class org.indy.Connection
Holds the result of the last command for reply checking
lastIndexOf(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
LF - Static variable in class org.indy.io.IOHandlerSocket
Line Feed
listenerList - Variable in class org.indy.TCPClient
DOCUMENT ME!
listenerList - Variable in class org.indy.io.AbstractIOHandler
Holds a list of interested listeners
ListenerThread - class org.indy.ListenerThread.
DOCUMENT ME!
ListenerThread(TCPServer, ServerSocket) - Constructor for class org.indy.ListenerThread
Constructor for the IdListenerThread object
listIterator() - Method in class org.indy.CommandHandlers
DOCUMENT ME!
listIterator(int) - Method in class org.indy.CommandHandlers
DOCUMENT ME!

M

m_datePattern - Static variable in class org.indy.util.IndyUtilities
Description of the Field
main(String[]) - Static method in class org.indy.IdURI
The main program for the IdURI class
makeSocks4Connection(String, int) - Method in class org.indy.socks.SocksInfo
Description of the Method
makeSocks5Connection(String, int) - Method in class org.indy.socks.SocksInfo
Description of the Method
makeSocksConnection(String, int) - Method in class org.indy.socks.SocksInfo
Description of the Method
MAX - Static variable in class org.indy.IndyThread.Priority
 
maximumLineLength - Variable in class org.indy.io.AbstractIOHandler
The maximum line length to be used for read line operations Initially set to the Indy default value
MaxLineLengthExceededException - exception org.indy.io.MaxLineLengthExceededException.
DOCUMENT ME!
MaxLineLengthExceededException(String) - Constructor for class org.indy.io.MaxLineLengthExceededException
Creates a new MaxLineLengthExceededException object.
Message - class org.indy.messages.Message.
 
Message() - Constructor for class org.indy.messages.Message
 
MessageClient - class org.indy.messages.MessageClient.
DOCUMENT ME!
MessageClient() - Constructor for class org.indy.messages.MessageClient
Creates a new MessageClient object.
MIN - Static variable in class org.indy.IndyThread.Priority
 

N

nestedConnect(IndyComponent) - Method in class org.indy.ConnectionIntercept
Description of the Method
nestedDisconnect() - Method in class org.indy.ConnectionIntercept
Description of the Method
nestedRead(byte[]) - Method in class org.indy.ConnectionIntercept
Description of the Method
nestedWrite(byte[]) - Method in class org.indy.ConnectionIntercept
Description of the Method
newThread() - Method in interface org.indy.PeerThreadFactory
DOCUMENT ME!
newThread() - Method in class org.indy.DefaultPeerThreadFactory
DOCUMENT ME!
NO_AUTHENTICATION - Static variable in class org.indy.socks.SocksInfo.Authentication
Description of the Field
NORMAL - Static variable in class org.indy.IndyThread.Priority
 
NOSOCKS - Static variable in class org.indy.socks.SocksInfo.Version
Description of the Field
NotConnectedException - exception org.indy.io.NotConnectedException.
 
NotConnectedException(String) - Constructor for class org.indy.io.NotConnectedException
Constructor for the IdNotConnectedException object

O

onAfterCommandHandler(TCPServer, PeerThread) - Method in interface org.indy.TCPServerListener
Description of the Method
onBeforeCommandHandler(TCPServer, PeerThread, String) - Method in interface org.indy.TCPServerListener
Description of the Method
onBeginWork(IndyComponent, IndyComponent.WorkMode, int) - Method in interface org.indy.IndyComponentListener
Signals that the IndyComponent passed in sender has commenced a chunk of work of the given IndyComponent.WorkMode that will entail processing size bytes.
onCommand(CommandEvent) - Method in interface org.indy.CommandHandlerListener
Triggered by the observed IdCommandHandler instance when a command has been sucessfuly parsed into an IdCommand object.
onConnect(ConnectionIntercept) - Method in interface org.indy.ConnectionInterceptListener
Description of the Method
onConnect(IOHandler) - Method in interface org.indy.io.IOHandlerListener
Fired when sender has sucessfully connected
onConnect(PeerThread) - Method in interface org.indy.TCPServerListener
Description of the Method
onConnect(TCPClientEvent) - Method in interface org.indy.TCPClientListener
Fired when a TCPClient has connected
onDisconnect(ConnectionIntercept) - Method in interface org.indy.ConnectionInterceptListener
Description of the Method
onDisconnect(IOHandler) - Method in interface org.indy.io.IOHandlerListener
Fired when sender has disconnected
onDisconnect(PeerThread) - Method in interface org.indy.TCPServerListener
Description of the Method
onDisconnected(TCPClientEvent) - Method in interface org.indy.TCPClientListener
Fired when a TCPClient has disconnected
onEndWork(IndyComponent, IndyComponent.WorkMode) - Method in interface org.indy.IndyComponentListener
Signals that a chunk of work of the given IndyComponent.WorkMode has been compoleted by the IndyComponent sender
onException(IndyThreadEvent) - Method in interface org.indy.IndyThreadListener
DOCUMENT ME!
onException(PeerThread, IndyException) - Method in interface org.indy.TCPServerListener
Description of the Method
onExecute(PeerThread) - Method in interface org.indy.TCPServerListener
 
onExecute(TCPServer, TCPServerConnection) - Method in interface org.indy.TCPServerExecuteListener
 
onListenException(ListenerThread, IndyException) - Method in interface org.indy.TCPServerListener
Description of the Method
onNoCommandHandler(TCPServer, PeerThread, String) - Method in interface org.indy.TCPServerListener
Description of the Method
onRead(ConnectionIntercept, byte[]) - Method in interface org.indy.ConnectionInterceptListener
Description of the Method
onStatus(IndyComponent, Status, String) - Method in interface org.indy.IndyComponentListener
Signals a state change in the IndyComponent passed in the sender parameter.
onStatus(IOHandler, Status, Object[]) - Method in interface org.indy.io.IOHandlerListener
Fired when sender's status has changed.
onStopped(IndyThreadEvent) - Method in interface org.indy.IndyThreadListener
DOCUMENT ME!
onWork(IndyComponent, IndyComponent.WorkMode, int) - Method in interface org.indy.IndyComponentListener
Signals that a piece of work of a given IndyComponent.WorkMode undertaken by the IndyComponent sender has progressed by workCount bytes.
onWrite(ConnectionIntercept, byte[]) - Method in interface org.indy.ConnectionInterceptListener
Description of the Method
open() - Method in interface org.indy.io.IOHandler
I'm not actually sure what this is here for.
open() - Method in class org.indy.io.AbstractIOHandler
Provides a no-op imlpementaion of open()
org.indy - package org.indy
 
org.indy.http - package org.indy.http
 
org.indy.io - package org.indy.io
 
org.indy.messages - package org.indy.messages
 
org.indy.socks - package org.indy.socks
 
org.indy.telnet - package org.indy.telnet
 
org.indy.udp - package org.indy.udp
 
org.indy.util - package org.indy.util
 

P

parse(int) - Static method in class org.indy.IndyThread.Priority
 
parse(String) - Method in class org.indy.messages.RFC822MessageParser
DOCUMENT ME!
parseLineResponse(String, StringList) - Method in class org.indy.RFCReply
Description of the Method
parseResponse(StringList) - Method in class org.indy.RFCReply
Description of the Method
parseResponse(String, StringList) - Method in class org.indy.RFCReply
Description of the Method
parseURI(String, String, String, String, String, String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
pasreURI(String) - Static method in class org.indy.IdURI
Description of the Method
password - Variable in class org.indy.TCPClient
Description of the Field
password - Variable in class org.indy.socks.SocksInfo
Description of the Field
path - Variable in class org.indy.IdURI
Description of the Field
peek(byte[], int, int) - Method in class org.indy.util.IndyBuffer
Returns some data from the buffer non-destructively (i.e.
PeerDisconnectedException - exception org.indy.io.PeerDisconnectedException.
Description of the Class
PeerDisconnectedException(String) - Constructor for class org.indy.io.PeerDisconnectedException
Constructor for the IdConnectionClosedGracefullyException object
PeerThread - class org.indy.PeerThread.
Description of the Class
PeerThread() - Constructor for class org.indy.PeerThread
Constructor for the IdPeerThread object
PeerThreadFactory - interface org.indy.PeerThreadFactory.
DOCUMENT ME!
PeerThreadManager - interface org.indy.PeerThreadManager.
DOCUMENT ME!
performCapture(Connection.Capturable, String, boolean) - Method in class org.indy.Connection
Reads lines from the connection into dest until delim is hit, and returns the number of lines read into dest
port - Variable in class org.indy.TCPClient
Description of the Field
port - Variable in class org.indy.IdURI
Description of the Field
port - Variable in class org.indy.socks.SocksInfo
Description of the Field
posInStringArray(String, String[]) - Static method in class org.indy.util.IndyUtilities
Description of the Method
posInStringArray(String, String[], boolean) - Static method in class org.indy.util.IndyUtilities
Description of the Method
printStackTrace() - Method in class org.indy.IndyException
Description of the Method
printStackTrace(PrintStream) - Method in class org.indy.IndyException
Description of the Method
printStackTrace(PrintWriter) - Method in class org.indy.IndyException
Description of the Method
protocol - Variable in class org.indy.IdURI
Description of the Field
ProtocolException - exception org.indy.ProtocolException.
DOCUMENT ME!
ProtocolException(int, String) - Constructor for class org.indy.ProtocolException
Creates a new ProtocolException object.
ProtocolException(RFCReply) - Constructor for class org.indy.ProtocolException
Creates a new ProtocolException object.

R

READ - Static variable in class org.indy.IndyComponent.WorkMode
The component is reading data from the peer connection.
read() - Method in interface org.indy.io.IOHandler
Reads a single byte of data from this IOHandler's input
read() - Method in class org.indy.io.IOHandlerSocket
Reads a single byte of data from the socket
read(byte[]) - Method in class org.indy.ConnectionIntercept
Description of the Method
read(byte[]) - Method in interface org.indy.io.IOHandler
Reads some bytes from this IOHandler
read(byte[]) - Method in class org.indy.io.AbstractIOHandler
Reads a sequence of bytes from the socket, using the readTimeOut property, if set, or the Indy default timeout otherwise.
read(byte[], int) - Method in interface org.indy.io.IOHandler
Reads up to len bytes from this IOHandler
read(byte[], int) - Method in class org.indy.io.AbstractIOHandler
Reads a sequence of bytes from the socket, using the readTimeOut property, if set, or the Indy default timeout otherwise.
read(byte[], int, int) - Method in interface org.indy.io.IOHandler
Reads up to len bytes from this IOHandler into b starting at off
read(byte[], int, int) - Method in class org.indy.io.AbstractIOHandler
Reads a sequence of bytes from the socket, using the readTimeOut property, if set, or the Indy default timeout otherwise.
read(byte[], int, int) - Method in class org.indy.util.IndyBuffer
Reads some bytes from the buffer.
read(byte[], int, int, int) - Method in interface org.indy.io.IOHandler
Reads up to len bytes from this IOHandler into b starting at off waiting for up to timeout for data.
read(byte[], int, int, int) - Method in class org.indy.io.IOHandlerSocket
Reads a sequence of bytes from the socket, using the specified timeout.
read(int) - Method in interface org.indy.io.IOHandler
Reads a single byte of data from this IOHandler's input
read(int) - Method in class org.indy.io.IOHandlerSocket
DOCUMENT ME!
readBuffer(byte[], int) - Method in class org.indy.Connection
Fills a buffer, b, with up to len bytes of data from the connection.
readBuffer(byte[], int) - Method in class org.indy.TCPClient
DOCUMENT ME!
readChar() - Method in class org.indy.Connection
Read a char from the connection
readChar() - Method in class org.indy.TCPClient
DOCUMENT ME!
readerIsDirty() - Method in class org.indy.util.IndyBuffer
Checks whether reader's buffer is in sync with writer's, and refreshes if neccessary.
readInt() - Method in class org.indy.Connection
Reads an int from this connection.
readInt() - Method in class org.indy.TCPClient
DOCUMENT ME!
readLine() - Method in class org.indy.Connection
Reads a line of text from the connection.
readLine() - Method in class org.indy.TCPClient
DOCUMENT ME!
readLine() - Method in interface org.indy.io.IOHandler
Reads a line of text from the IOHandler's input using the properties for read timeout and maxiumum linelength
readLine() - Method in class org.indy.io.AbstractIOHandler
Reads a line of text from the socket using the maximumLineLength and readTimeOut properties.
readLine() - Method in class org.indy.util.IndyBuffer
Attempts to read a line of text from the buffer.
readLine(int, int) - Method in class org.indy.Connection
Reads a line of text from the connection.
readLine(int, int) - Method in class org.indy.TCPClient
DOCUMENT ME!
readLine(int, int) - Method in interface org.indy.io.IOHandler
Reads a line of text from the IOHandler's input.
readLine(int, int) - Method in class org.indy.io.AbstractIOHandler
Reads a line of data from the socket
readLine(int, int, String) - Method in interface org.indy.io.IOHandler
Reads a line of text from the IOHandler using If encoding is null the default character encoding for the platform will be used.
readLine(int, int, String) - Method in class org.indy.io.IOHandlerSocket
Reads a line of data from the socket and assembles it using the given encoding.
readLineWait() - Method in class org.indy.Connection
DOCUMENT ME!
readLineWait() - Method in class org.indy.TCPClient
DOCUMENT ME!
readLineWait(int) - Method in class org.indy.Connection
Invokes readLine and will allow upto failCount time outs before throwing ReadTimedOutException.
readLineWait(int) - Method in class org.indy.TCPClient
DOCUMENT ME!
readLong() - Method in class org.indy.Connection
Reads a long from the connection
readLong() - Method in class org.indy.TCPClient
DOCUMENT ME!
readShort() - Method in class org.indy.Connection
Reads a short from the connection
readShort() - Method in class org.indy.TCPClient
DOCUMENT ME!
readStream(int, boolean) - Method in class org.indy.Connection
Reads bytes from the socket and returns them in an InputStream.
readStream(int, boolean) - Method in class org.indy.TCPClient
DOCUMENT ME!
readTillDisconnect() - Method in class org.indy.Connection
DOCUMENT ME!
ReadTimedOutException - exception org.indy.io.ReadTimedOutException.
Description of the Class
ReadTimedOutException(String) - Constructor for class org.indy.io.ReadTimedOutException
Constructor for the IdReadTimedOut object
readTimeOut - Variable in class org.indy.io.AbstractIOHandler
The timeout to be used for read operations on this IOHandler.
receiveBuffer(byte[]) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int, int, InetAddress, int, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int, int, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int, int, String, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], int, int, String, int, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], String, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
receiveBuffer(byte[], String, int, int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
releaseThread(PeerThread) - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
releaseThread(PeerThread) - Method in class org.indy.AbstractPeerThreadManager
Returns a thread to this ThreadManager.
releaseThread(PeerThread) - Method in class org.indy.DefaultPeerThreadManager
Description of the Method
remove(int) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
remove(int) - Method in class org.indy.util.StringList
Description of the Method
remove(Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
remove(String) - Method in class org.indy.util.StringList
Description of the Method
removeAll(Collection) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
removeBinding(TCPServerBinding) - Method in class org.indy.TCPServer
Adds a feature to the CommandHandlerListener attribute of the IdTCPServer object
removeCommandListener(CommandHandlerListener) - Method in class org.indy.CommandHandler
Unregisters an IdCommandListener instance.
removeComponentListener(IndyComponentListener) - Method in class org.indy.IndyComponent
Unregisters an IndyComponentListener from this component.
removeConnectionInterceptListener(ConnectionInterceptListener) - Method in class org.indy.ConnectionIntercept
Description of the Method
removeIOHandlerListener(IOHandlerListener) - Method in interface org.indy.io.IOHandler
Remove a IOHandlerListener from this IOHandler's listener listl
removeIOHandlerListener(IOHandlerListener) - Method in class org.indy.io.AbstractIOHandler
Remove a IOHandlerListener from the listener list.
removeServerExecuteListener(TCPServerExecuteListener) - Method in class org.indy.TCPServer
DOCUMENT ME!
removeTCPClientListener(TCPClientListener) - Method in class org.indy.TCPClient
DOCUMENT ME!
removeTCPServerListener(TCPServerListener) - Method in class org.indy.TCPServer
DOCUMENT ME!
removeThreadListener(IndyThreadListener) - Method in class org.indy.IndyThread
 
replace(String, int) - Method in class org.indy.util.StringList
Description of the Method
replyExists() - Method in class org.indy.RFCReply
Description of the Method
resetConnection() - Method in class org.indy.Connection
Resets this connection
RESOLVING - Static variable in class org.indy.Status
Description of the Field
retainAll(Collection) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
RFC822MessageParser - class org.indy.messages.RFC822MessageParser.
DOCUMENT ME!
RFC822MessageParser() - Constructor for class org.indy.messages.RFC822MessageParser
 
RFCReplies - class org.indy.RFCReplies.
This is not synced.
RFCReplies() - Constructor for class org.indy.RFCReplies
 
RFCReply - class org.indy.RFCReply.
Description of the Class
RFCReply() - Constructor for class org.indy.RFCReply
Constructor for the IdRFCReply object
RFCReply(RFCReply) - Constructor for class org.indy.RFCReply
Constructor for the IdRFCReply object
ROL(int, byte) - Static method in class org.indy.util.IndyUtilities
Description of the Method
ROR(int, byte) - Static method in class org.indy.util.IndyUtilities
Description of the Method
run() - Method in class org.indy.ListenerThread
Main processing method for the IdListenerThread object
run() - Method in class org.indy.PeerThread
Main processing method for the IdPeerThread object

S

SBDATA_IAC - Static variable in class org.indy.telnet.TelnetClient.TelnetState
 
sendReply() - Method in class org.indy.CommandEvent
Forces the command to send a reply back to the client.
server - Variable in class org.indy.TCPServerConnection
Description of the Field
ServerIOHandler - class org.indy.io.ServerIOHandler.
Description of the Class
ServerIOHandler() - Constructor for class org.indy.io.ServerIOHandler
 
ServerIOHandlerSocket - class org.indy.io.ServerIOHandlerSocket.
Description of the Class
ServerIOHandlerSocket() - Constructor for class org.indy.io.ServerIOHandlerSocket
 
set(int, Object) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
set(RFCReply, int) - Method in class org.indy.RFCReplies
Description of the Method
setActive(boolean) - Method in class org.indy.TCPServer
Sets the active attribute of the IdTCPServer object
setActive(boolean) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
setAuthentication(SocksInfo.Authentication) - Method in class org.indy.socks.SocksInfo
Sets the authentication attribute of the IdSocksInfo object
setBoundIP(String) - Method in class org.indy.TCPClient
Sets the boundIP attribute of the IdTCPClient object
setBoundPort(int) - Method in class org.indy.TCPClient
Sets the boundPort attribute of the IdTCPClient object
setCmdDelimiter(char) - Method in class org.indy.CommandHandler
Sets the command delimiter for this handler object.
setCommand(String) - Method in class org.indy.CommandHandler
Sets command string that this handler is associated with.
setConnection(TCPServerConnection) - Method in class org.indy.PeerThread
Sets the connection attribute of the IdPeerThread object
setDefaultPort(int) - Method in class org.indy.TCPServer
Sets the port attribute of the IdTCPServer object
setDisconnect(boolean) - Method in class org.indy.CommandHandler
Sets whether this handler should disconnect from the client when it has finished.
setEnabled(boolean) - Method in class org.indy.CommandHandler
Enables / disables this handler.
setHost(String) - Method in class org.indy.TCPClient
Sets the host attribute of the IdTCPClient object
setHost(String) - Method in class org.indy.TCPServerBinding
DOCUMENT ME!
setHost(String) - Method in class org.indy.socks.SocksInfo
Sets the host attribute of the IdSocksInfo object
setHost(String) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
setIntercept(ConnectionIntercept) - Method in class org.indy.ConnectionIntercept
Sets the intercept attribute of the IdConnectionIntercept object
setIoHandler(IOHandler) - Method in class org.indy.socks.SocksInfo
Sets the ioHandler attribute of the IdSocksInfo object
setIOHandler(IOHandler) - Method in class org.indy.Connection
Sets the iOHandler attribute of the IdTCPConnection object
setIOHandler(IOHandlerSocket) - Method in class org.indy.TCPClient
DOCUMENT ME!
setIsClient(boolean) - Method in class org.indy.ConnectionIntercept
Sets the isClient attribute of the IdConnectionIntercept object
setListenQueue(int) - Method in class org.indy.TCPServer
DOCUMENT ME!
setMaximumLineLength(int) - Method in class org.indy.TCPClient
DOCUMENT ME!
setMaximumLineLength(int) - Method in interface org.indy.io.IOHandler
Sets the maximum line length to be acceped by this IOHandler
setMaximumLineLength(int) - Method in class org.indy.io.AbstractIOHandler
Sets the maximum line length to be acceped by this IOHandler
setMaxLineLength(int) - Method in class org.indy.Connection
Sets the maxLineLength attribute of the TCPConnection object
setNumericCode(int) - Method in class org.indy.RFCReply
Sets the numericCode attribute of the IdRFCReply object
setParamDelimiter(char) - Method in class org.indy.CommandHandler
Sets the parameter delimiter for this handler.
setParseParams(boolean) - Method in class org.indy.CommandHandler
Sets whether this handler should attempt to parse the parameters sent to it.
setPassword(String) - Method in class org.indy.TCPClient
Sets the password attribute of the IdTCPClient object
setPassword(String) - Method in class org.indy.socks.SocksInfo
Sets the password attribute of the IdSocksInfo object
setPerformReply(boolean) - Method in class org.indy.CommandEvent
Sets whether or not the RFCReply returned by CommandEvent.getReply() should be sent back to the peer.
setPort(int) - Method in class org.indy.TCPClient
Sets the port attribute of the IdTCPClient object
setPort(int) - Method in class org.indy.TCPServerBinding
DOCUMENT ME!
setPort(int) - Method in class org.indy.socks.SocksInfo
Sets the port attribute of the IdSocksInfo object
setPort(int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
setPriority(IndyThread.Priority) - Method in class org.indy.IndyThread
 
setPriority(IndyThread.Priority) - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
setPriority(IndyThread.Priority) - Method in class org.indy.AbstractPeerThreadManager
Sets the Priority for threads returned by this manager.
setReadTimeOut(int) - Method in class org.indy.Connection
Sets the timeout for read operations.
setReadTimeOut(int) - Method in class org.indy.TCPClient
DOCUMENT ME!
setReadTimeOut(int) - Method in interface org.indy.io.IOHandler
Sets the timeout to use for read operations on this IOHandler
setReadTimeOut(int) - Method in class org.indy.io.AbstractIOHandler
Set the timeout for read operations on this IOHandler
setReadTimeOut(int) - Method in class org.indy.io.IOHandlerSocket
DOCUMENT ME!
setReceiveTimeout(int) - Method in class org.indy.udp.IdUDPBase
DOCUMENT ME!
setReply(int, String) - Method in class org.indy.RFCReply
Sets the reply attribute of the IdRFCReply object
setReply(RFCReply) - Method in class org.indy.CommandEvent
Sets the RFCReply to be sent back to the peer.
setReplyExceptionCode(int) - Method in class org.indy.CommandHandler
Sets the numerical code for this handler to use if an exception is encountered during processing (e.g.
setReplyNormal(RFCReply) - Method in class org.indy.CommandHandler
Sets the standard RFCReply object to use as a response to this command
setResponse(StringList) - Method in class org.indy.CommandHandler
Sets the StringList that form the textual reponse for this command handler.
setResponse(StringList) - Method in class org.indy.CommandEvent
Sets the IdStrings to use as a resopnse for this command
setSocksInfo(SocksInfo) - Method in class org.indy.io.IOHandlerSocket
Sets the SOCKS configuration to be used with this socket connection.
setSocksVersion(SocksInfo.Version) - Method in class org.indy.socks.SocksInfo
Sets the socksVersion attribute of the IdSocksInfo object
setStopMode(IndyThread.StopMode) - Method in class org.indy.IndyThread
 
setTag(int) - Method in class org.indy.CommandHandler
Sets the tag attribute of the CommandHandler object
setText(String) - Method in class org.indy.util.StringList
Sets the text attribute of the IdStrings object
setText(StringList) - Method in class org.indy.RFCReply
Sets the text attribute of the IdRFCReply object
setTextCode(String) - Method in class org.indy.RFCReply
Sets the textCode attribute of the IdRFCReply object
setThreadFactory(PeerThreadFactory) - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
setThreadFactory(PeerThreadFactory) - Method in class org.indy.AbstractPeerThreadManager
Sets the ThreadFactory to use for this manager.
setThreadManager(PeerThreadManager) - Method in class org.indy.TCPServer
Sets the threadMgr attribute of the IdTCPServer object
setUseNagle(boolean) - Method in class org.indy.io.IOHandlerSocket
Sets whether to use Nagle's Algorithm with this socket or not.
setUsername(String) - Method in class org.indy.TCPClient
Sets the username attribute of the IdTCPClient object
setUsername(String) - Method in class org.indy.socks.SocksInfo
Sets the username attribute of the IdSocksInfo object
size() - Method in class org.indy.CommandHandlers
Returns the number of elements in this collection.
size() - Method in class org.indy.util.IndyBuffer
Returns the current number of bytes in the buffer.
size() - Method in class org.indy.util.StringList
Description of the Method
sleep(long) - Static method in class org.indy.util.IndyUtilities
Description of the Method
SOCKS4 - Static variable in class org.indy.socks.SocksInfo.Version
Description of the Field
SOCKS4A - Static variable in class org.indy.socks.SocksInfo.Version
Description of the Field
SOCKS5 - Static variable in class org.indy.socks.SocksInfo.Version
Description of the Field
SocksAuthException - exception org.indy.socks.SocksAuthException.
Description of the Class
SocksAuthException(String) - Constructor for class org.indy.socks.SocksAuthException
Creates a new SocksAuthException object.
SocksAuthMethodException - exception org.indy.socks.SocksAuthMethodException.
IdSocksAuthMethodError
SocksException - exception org.indy.socks.SocksException.
IdSocksError
SocksException(String) - Constructor for class org.indy.socks.SocksException
Constructor for the IdSocksError object
SocksInfo - class org.indy.socks.SocksInfo.
Description of the Class
SocksInfo.Authentication - class org.indy.socks.SocksInfo.Authentication.
Description of the Class
SocksInfo.Version - class org.indy.socks.SocksInfo.Version.
Description of the Class
SocksInfo() - Constructor for class org.indy.socks.SocksInfo
Constructor for the IdSocksInfo object
SocksInfo(SocksInfo) - Constructor for class org.indy.socks.SocksInfo
Constructor for the IdSocksInfo object
SocksRequestFailedException - exception org.indy.socks.SocksRequestFailedException.
IdSocksRequestFailed
SocksRequestFailedException(String) - Constructor for class org.indy.socks.SocksRequestFailedException
Constructor for the IdSocksRequestFailed object
SocksRequestIdentFailedException - exception org.indy.socks.SocksRequestIdentFailedException.
IdSocksRequestIdentFailed
SocksRequestIdentFailedException(String) - Constructor for class org.indy.socks.SocksRequestIdentFailedException
Constructor for the IdSocksRequestIdentFailed object
SocksRequestServerFailedException - exception org.indy.socks.SocksRequestServerFailedException.
IdSocksRequestServerFailed
SocksRequestServerFailedException(String) - Constructor for class org.indy.socks.SocksRequestServerFailedException
Constructor for the IdSocksRequestServerFailed object
SocksServerAddressException - exception org.indy.socks.SocksServerAddressException.
IdSocksServerAddressError
SocksServerAddressException(String) - Constructor for class org.indy.socks.SocksServerAddressException
Constructor for the IdSocksServerAddressError object
SocksServerCommandException - exception org.indy.socks.SocksServerCommandException.
IdSocksServerCommandError
SocksServerCommandException(String) - Constructor for class org.indy.socks.SocksServerCommandException
Constructor for the IdSocksServerCommandError object
SocksServerConnectionRefusedException - exception org.indy.socks.SocksServerConnectionRefusedException.
IdSocksServerConnectionRefusedError
SocksServerConnectionRefusedException(String) - Constructor for class org.indy.socks.SocksServerConnectionRefusedException
Constructor for the IdSocksServerConnectionRefusedError object
SocksServerGeneralException - exception org.indy.socks.SocksServerGeneralException.
Description of the Class
SocksServerGeneralException(String) - Constructor for class org.indy.socks.SocksServerGeneralException
Constructor for the IdSocksServerGeneralError object
SocksServerHostUnreachableException - exception org.indy.socks.SocksServerHostUnreachableException.
IdSocksServerHostUnreachableError
SocksServerHostUnreachableException(String) - Constructor for class org.indy.socks.SocksServerHostUnreachableException
Constructor for the IdSocksServerHostUnreachableError object
SocksServerNetUnreachableException - exception org.indy.socks.SocksServerNetUnreachableException.
IdSocksServerNetUnreachableError
SocksServerNetUnreachableException(String) - Constructor for class org.indy.socks.SocksServerNetUnreachableException
Constructor for the IdSocksServerNetUnreachableError object
SocksServerPermissionException - exception org.indy.socks.SocksServerPermissionException.
IDSocksServerPermissionError
SocksServerPermissionException(String) - Constructor for class org.indy.socks.SocksServerPermissionException
Constructor for the IdSocksServerPermissionError object
SocksServerRespondException - exception org.indy.socks.SocksServerRespondException.
Description of the Class
SocksServerRespondException(String) - Constructor for class org.indy.socks.SocksServerRespondException
Constructor for the IdSocksServerRespondError object
SocksServerTTLExpiredException - exception org.indy.socks.SocksServerTTLExpiredException.
IdSocksServerTTLExpiredError
SocksServerTTLExpiredException(String) - Constructor for class org.indy.socks.SocksServerTTLExpiredException
Constructor for the IdSocksServerTTLExpiredError object
SocksUnknownException - exception org.indy.socks.SocksUnknownException.
IdSocksUnknownError
SocksUnknownException(String) - Constructor for class org.indy.socks.SocksUnknownException
Constructor for the IdSocksUnknownError object
SocksUnknownHostException - exception org.indy.socks.SocksUnknownHostException.
DOCUMENT ME!
SocksUnknownHostException(String) - Constructor for class org.indy.socks.SocksUnknownHostException
Creates a new SocksUnknownHostException object.
start() - Method in class org.indy.IndyThread
Description of the Method
Status - class org.indy.Status.
IdStatus
stop() - Method in class org.indy.IndyThread
Description of the Method
stopRequested - Variable in class org.indy.IndyThread
Description of the Field
StringList - class org.indy.util.StringList.
This class IS NOT thread safe.
StringList() - Constructor for class org.indy.util.StringList
 
strToDay(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
strToMonth(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
subList(int, int) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
SUSPEND - Static variable in class org.indy.IndyThread.StopMode
Used to signal that the enclosing IndyThread should suspend when stop is called.

T

TCPClient - class org.indy.TCPClient.
Description of the Class
TCPClient() - Constructor for class org.indy.TCPClient
Constructor for the IdTCPClient object
TCPClientEvent - class org.indy.TCPClientEvent.
Passed by events from TCPClientListener
TCPClientEvent(TCPClient) - Constructor for class org.indy.TCPClientEvent
Constructs a new TCPClientEvent
TCPClientListener - interface org.indy.TCPClientListener.
An interface defining events fired by TCPClient.
TCPServer - class org.indy.TCPServer.
Description of the Class
TCPServer() - Constructor for class org.indy.TCPServer
Constructor for the TCPServer object
TCPServerBinding - class org.indy.TCPServerBinding.
DOCUMENT ME!
TCPServerBinding(String, int) - Constructor for class org.indy.TCPServerBinding
Creates a new TCPServerBinding object.
TCPServerConnection - class org.indy.TCPServerConnection.
Description of the Class
TCPServerConnection(TCPServer, IOHandler) - Constructor for class org.indy.TCPServerConnection
Constructor for the IdTCPServerConnection object
TCPServerEvent - class org.indy.TCPServerEvent.
Provides a summary of server state for event handlers
TCPServerEvent(TCPServer, Connection) - Constructor for class org.indy.TCPServerEvent
Creates a new TCPServerEvent object.
TCPServerException - exception org.indy.TCPServerException.
Description of the Class
TCPServerException(String) - Constructor for class org.indy.TCPServerException
Constructor for the IdTCPServerError object
TCPServerExecuteListener - interface org.indy.TCPServerExecuteListener.
Title:
TCPServerListener - interface org.indy.TCPServerListener.
DOCUMENT ME!
TelnetClient - class org.indy.telnet.TelnetClient.
DOCUMENT ME!
TelnetClient.TelnetState - class org.indy.telnet.TelnetClient.TelnetState.
 
TelnetClient() - Constructor for class org.indy.telnet.TelnetClient
Creates a new TelnetClient object.
TERMINATE - Static variable in class org.indy.IndyThread.StopMode
Used to signal that the enclosing IndyThread should terminate when stop is called.
terminate() - Method in class org.indy.IndyThread
 
terminate() - Method in class org.indy.PeerThread
DOCUMENT ME!
terminateAndWait() - Method in class org.indy.IndyThread
Description of the Method
terminateThreads() - Method in interface org.indy.PeerThreadManager
DOCUMENT ME!
terminateThreads() - Method in class org.indy.DefaultPeerThreadManager
DOCUMENT ME!
threadImpl - Variable in class org.indy.IndyThread
 
toArray() - Method in class org.indy.CommandHandlers
DOCUMENT ME!
toArray(Object[]) - Method in class org.indy.CommandHandlers
DOCUMENT ME!
toString() - Method in class org.indy.Status
Description of the Method
toString() - Method in class org.indy.IndyStatusEvent
Produces a string representation of this event, using the args it was constructed with, if avialable.
toString() - Method in class org.indy.IndyThread.StopMode
Returns a string representation of this StopMode as a friendly name.
toString() - Method in class org.indy.RFCReply
DOCUMENT ME!
toString() - Method in class org.indy.socks.SocksInfo.Version
Description of the Method
toString() - Method in class org.indy.socks.SocksInfo.Authentication
Description of the Method
toString() - Method in class org.indy.telnet.TelnetClient.TelnetState
 

U

UDP_BUFFERSIZE - Static variable in class org.indy.udp.IdUDPBase
DOCUMENT ME!
unixDateStrToDate(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
upCaseFirst(String) - Static method in class org.indy.util.IndyUtilities
Description of the Method
updateReply(int, String) - Method in class org.indy.RFCReplies
Description of the Method
updateText(RFCReply) - Method in class org.indy.RFCReplies
Description of the Method
username - Variable in class org.indy.TCPClient
Description of the Field
username - Variable in class org.indy.socks.SocksInfo
Description of the Field
USERNAME_PASSWORD - Static variable in class org.indy.socks.SocksInfo.Authentication
Description of the Field

V

v1_0 - Static variable in class org.indy.http.IdHTTPProtocolVersion
Description of the Field
v1_1 - Static variable in class org.indy.http.IdHTTPProtocolVersion
Description of the Field
version - Variable in class org.indy.socks.SocksInfo
Description of the Field

W

WRITE - Static variable in class org.indy.IndyComponent.WorkMode
The component is writing data to the peer connection
write(byte[]) - Method in class org.indy.ConnectionIntercept
Description of the Method
write(byte[]) - Method in interface org.indy.io.IOHandler
Writes some bytes to this IOHandler's output.
write(byte[]) - Method in class org.indy.io.IOHandlerSocket
Writes a sequence of bytes to the socket
write(byte[], int, int) - Method in interface org.indy.io.IOHandler
Writes some bytes to this IOHandler's output.
write(byte[], int, int) - Method in class org.indy.io.IOHandlerSocket
Writes a seqeunce of bytes to the socket
write(int) - Method in interface org.indy.io.IOHandler
Writes a single byte to this IOHandler's output
write(int) - Method in class org.indy.io.IOHandlerSocket
Writes a single byte to the socket
write(String) - Method in class org.indy.Connection
Write a String to this connection.
write(String) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeBuffer(byte[]) - Method in class org.indy.Connection
Write a buffer of bytes to this connection.
writeBuffer(byte[]) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeFile(File) - Method in class org.indy.Connection
Writes a File object to the stream
writeFile(File) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeHeader(StringList) - Method in class org.indy.Connection
Write the contents of a StringList as an RFC header, translating strings of the form
writeHeader(StringList) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeInt(int) - Method in class org.indy.Connection
 
writeInt(int) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeLine(String) - Method in class org.indy.Connection
Write a line of text to the connection.
writeLine(String) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeLong(long) - Method in class org.indy.Connection
Write a long to the connection
writeLong(long) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeRFCReply(RFCReply) - Method in class org.indy.Connection
Write an RFCReply to this connection.
writeRFCReply(RFCReply) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeRFCStrings(StringList) - Method in class org.indy.Connection
Write the contents of a StringList instance to this connection.
writeRFCStrings(StringList) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeShort(short) - Method in class org.indy.Connection
Write a short to the connection
writeShort(short) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeStream(InputStream, int, boolean) - Method in class org.indy.Connection
Writes the contents of an InputStream to the connection
writeStream(InputStream, int, boolean) - Method in class org.indy.TCPClient
DOCUMENT ME!
writeStrings(StringList, boolean) - Method in class org.indy.Connection
Write a the contents of a StringList instance to the connection as individual lines.
writeStrings(StringList, boolean) - Method in class org.indy.TCPClient
DOCUMENT ME!

_

_msg - Variable in class org.indy.IndyException
Description of the Field

A B C D E F G H I J L M N O P R S T U V W _

Copyright © 2002-2002 IndyJ. All Rights Reserved.