Uses of Class
org.indy.RFCReply

Packages that use RFCReply
org.indy   
 

Uses of RFCReply in org.indy
 

Fields in org.indy declared as RFCReply
protected  RFCReply Connection.lastCmdResult
          Holds the result of the last command for reply checking
 

Methods in org.indy that return RFCReply
 RFCReply RFCReplies.get(int index)
          Description of the Method
 RFCReply RFCReplies.findByNumber(int numericCode)
          Description of the Method
 RFCReply RFCReplies.add()
          Description of the Method
 RFCReply RFCReplies.add(int numericCode, java.lang.String text)
          Description of the Method
 RFCReply RFCReplies.updateReply(int numericCode, java.lang.String text)
          Description of the Method
 RFCReply CommandHandler.getReplyNormal()
          Gets the replyNormal attribute of the CommandHandler object
 RFCReply TCPServer.getMaxConnectionReply()
          Gets the maxConnectionReply attribute of the IdTCPServer object
 RFCReply CommandEvent.getReply()
          Gets the RFCReply associated with this command.
 

Methods in org.indy with parameters of type RFCReply
 void RFCReplies.set(RFCReply reply, int index)
          Description of the Method
 void RFCReplies.updateText(RFCReply reply)
          Description of the Method
 void Connection.writeRFCReply(RFCReply reply)
          Write an RFCReply to this connection.
 void CommandHandler.setReplyNormal(RFCReply replyNormal)
          Sets the standard RFCReply object to use as a response to this command
 void TCPClient.writeRFCReply(RFCReply reply)
          DOCUMENT ME!
 void CommandEvent.setReply(RFCReply reply)
          Sets the RFCReply to be sent back to the peer.
 

Constructors in org.indy with parameters of type RFCReply
ProtocolException(RFCReply result)
          Creates a new ProtocolException object.
RFCReply(RFCReply reply)
          Constructor for the IdRFCReply object
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.