Uses of Class
org.indy.util.StringList

Packages that use StringList
org.indy   
org.indy.util   
 

Uses of StringList in org.indy
 

Methods in org.indy that return StringList
 StringList CommandHandler.getResponse()
          Gets the response attribute of the CommandHandler object
 StringList RFCReply.getText()
          Gets the text attribute of the IdRFCReply object
 StringList CommandEvent.getParams()
          Returns the parameters associated with this Command as a StringList.
 StringList CommandEvent.getResponse()
          Gets the response attribute of this Command as a StringList
 

Methods in org.indy with parameters of type StringList
 int Connection.capture(StringList strings, java.lang.String delim, boolean isRFC)
          Reads lines of text from the connection until into a StringList delim is found and returns the number of lines read.
 void Connection.writeRFCStrings(StringList strings)
          Write the contents of a StringList instance to this connection.
 void Connection.writeHeader(StringList header)
          Write the contents of a StringList as an RFC header, translating strings of the form
 void Connection.writeStrings(StringList strings, boolean writeLineCount)
          Write a the contents of a StringList instance to the connection as individual lines.
 void CommandHandler.setResponse(StringList response)
          Sets the StringList that form the textual reponse for this command handler.
 void RFCReply.setText(StringList text)
          Sets the text attribute of the IdRFCReply object
 void RFCReply.parseResponse(StringList strings)
          Description of the Method
 void RFCReply.parseLineResponse(java.lang.String tag, StringList strings)
          Description of the Method
 void RFCReply.parseResponse(java.lang.String tag, StringList strings)
          Description of the Method
 void TCPClient.writeRFCStrings(StringList strings)
          DOCUMENT ME!
 void TCPClient.writeHeader(StringList header)
          DOCUMENT ME!
 void TCPClient.writeStrings(StringList strings, boolean writeLineCount)
          DOCUMENT ME!
 void CommandEvent.setResponse(StringList response)
          Sets the IdStrings to use as a resopnse for this command
 

Uses of StringList in org.indy.util
 

Methods in org.indy.util with parameters of type StringList
 void StringList.copy(StringList strings)
          Description of the Method
 void StringList.addStrings(StringList strings)
          Adds a feature to the Strings attribute of the IdStrings object
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.