Uses of Class
org.indy.IndyException

Packages that use IndyException
org.indy   
org.indy.io   
org.indy.messages   
org.indy.socks   
org.indy.util   
 

Uses of IndyException in org.indy
 

Subclasses of IndyException in org.indy
 class InterceptCircularLinkException
          Description of the Class
 class ProtocolException
          DOCUMENT ME!
 class TCPServerException
          Description of the Class
 

Methods in org.indy with parameters of type IndyException
protected  void TCPServer.doException(PeerThread thread, IndyException exception)
          Description of the Method
protected  void TCPServer.doListenException(ListenerThread thread, IndyException exception)
          Description of the Method
 void TCPServerListener.onException(PeerThread thread, IndyException exception)
          Description of the Method
 void TCPServerListener.onListenException(ListenerThread thread, IndyException exception)
          Description of the Method
 

Methods in org.indy that throw IndyException
 void TCPServerExecuteListener.onExecute(TCPServer sender, TCPServerConnection connection)
           
protected  void CommandHandler.doCommand(CommandEvent command)
          Calls all CommandListener's CommandListener#onCommand() method.
protected  boolean TCPServer.doExecute(PeerThread thread)
          Description of the Method
 void CommandHandlerListener.onCommand(CommandEvent command)
          Triggered by the observed IdCommandHandler instance when a command has been sucessfuly parsed into an IdCommand object.
 void TCPClient.connect()
          Description of the Method
 void TCPClient.connect(int timeout)
          Description of the Method
 void TCPClient.writeRFCStrings(StringList strings)
          DOCUMENT ME!
 void TCPClient.writeRFCReply(RFCReply reply)
          DOCUMENT ME!
 void TCPServerListener.onExecute(PeerThread thread)
           
 void CommandEvent.sendReply()
          Forces the command to send a reply back to the client.
 

Uses of IndyException in org.indy.io
 

Subclasses of IndyException in org.indy.io
 class ConnectException
          Description of the Class
 class ConnectTimedOutException
          Description of the Class
 class IndyIOException
           
 class IndyUnknownHostException
          Title: Description: Copyright: Copyright (c) 2001 Company:
 class MaxLineLengthExceededException
          DOCUMENT ME!
 class NotConnectedException
           
 class PeerDisconnectedException
          Description of the Class
 class ReadTimedOutException
          Description of the Class
 

Methods in org.indy.io that throw IndyException
 java.lang.String IOHandlerSocket.getBoundIP()
          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.
 int IOHandlerSocket.getBoundPort()
          Gets the local port number that this socket is bound to.
 

Uses of IndyException in org.indy.messages
 

Subclasses of IndyException in org.indy.messages
 class AddressParseException
          DOCUMENT ME!
 

Uses of IndyException in org.indy.socks
 

Subclasses of IndyException in org.indy.socks
 class SocksAuthException
          Description of the Class
 class SocksAuthMethodException
          IdSocksAuthMethodError
 class SocksException
          IdSocksError
 class SocksRequestFailedException
          IdSocksRequestFailed
 class SocksRequestIdentFailedException
          IdSocksRequestIdentFailed
 class SocksRequestServerFailedException
          IdSocksRequestServerFailed
 class SocksServerAddressException
          IdSocksServerAddressError
 class SocksServerCommandException
          IdSocksServerCommandError
 class SocksServerConnectionRefusedException
          IdSocksServerConnectionRefusedError
 class SocksServerGeneralException
          Description of the Class
 class SocksServerHostUnreachableException
          IdSocksServerHostUnreachableError
 class SocksServerNetUnreachableException
          IdSocksServerNetUnreachableError
 class SocksServerPermissionException
          IDSocksServerPermissionError
 class SocksServerRespondException
          Description of the Class
 class SocksServerTTLExpiredException
          IdSocksServerTTLExpiredError
 class SocksUnknownException
          IdSocksUnknownError
 class SocksUnknownHostException
          DOCUMENT ME!
 

Uses of IndyException in org.indy.util
 

Subclasses of IndyException in org.indy.util
 class DateParseException
           
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.