org.apache.geronimo.javamail.store.imap.connection
Class IMAPContinuationResponse

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
      extended by org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse
          extended by org.apache.geronimo.javamail.store.imap.connection.IMAPContinuationResponse

public class IMAPContinuationResponse
extends IMAPTaggedResponse

Util class to represent a continuation response from an IMAP server.

Version:
$Rev: 594520 $ $Date: 2007-11-13 07:57:39 -0500 (Tue, 13 Nov 2007) $

Field Summary
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse
message, status, tag
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
response
 
Constructor Summary
protected IMAPContinuationResponse(byte[] response)
          Create a continuation object from a server response line (normally, untagged).
 
Method Summary
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse
decodeChallengeResponse, getMessage, hasStatus, isBAD, isContinuation, isNO, isOK
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
getResponseData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMAPContinuationResponse

protected IMAPContinuationResponse(byte[] response)
Create a continuation object from a server response line (normally, untagged). This includes doing the parsing of the response line.

Parameters:
response - The response line used to create the reply object.


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.