com.sun.mail.imap.protocol
类 FetchResponse

java.lang.Object
  继承者 com.sun.mail.iap.Response
      继承者 com.sun.mail.imap.protocol.IMAPResponse
          继承者 com.sun.mail.imap.protocol.FetchResponse

public class FetchResponse
extends IMAPResponse

This class represents a response obtained from the input stream of an IMAP server.

版本:
1.11, 07/05/04
作者:
John Mani

字段摘要
 
从类 com.sun.mail.iap.Response 继承的字段
BAD, buffer, BYE, CONTINUATION, index, NO, OK, pindex, size, SYNTHETIC, tag, TAG_MASK, TAGGED, type, TYPE_MASK, UNTAGGED
 
构造方法摘要
FetchResponse(IMAPResponse r)
           
FetchResponse(Protocol p)
           
 
方法摘要
 Item getItem(Class c)
           
 Item getItem(int index)
           
static Item getItem(Response[] r, int msgno, Class c)
           
 int getItemCount()
           
 
从类 com.sun.mail.imap.protocol.IMAPResponse 继承的方法
getKey, getNumber, keyEquals, readResponse, readSimpleList
 
从类 com.sun.mail.iap.Response 继承的方法
byeResponse, getRest, getTag, getType, isBAD, isBYE, isContinuation, isNO, isOK, isSynthetic, isTagged, isUnTagged, peekByte, readAtom, readAtom, readAtomString, readByte, readByteArray, readBytes, readLong, readNumber, readString, readString, readStringList, reset, skip, skipSpaces, skipToken, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

FetchResponse

public FetchResponse(Protocol p)
              throws IOException,
                     ProtocolException
抛出:
IOException
ProtocolException

FetchResponse

public FetchResponse(IMAPResponse r)
              throws IOException,
                     ProtocolException
抛出:
IOException
ProtocolException
方法详细信息

getItemCount

public int getItemCount()

getItem

public Item getItem(int index)

getItem

public Item getItem(Class c)

getItem

public static Item getItem(Response[] r,
                           int msgno,
                           Class c)


Copyright © 2013. All Rights Reserved.