public class FetchResponse extends IMAPResponse
| Constructor and Description |
|---|
FetchResponse(IMAPResponse r) |
FetchResponse(IMAPResponse r,
FetchItem[] fitems)
Construct a FetchResponse that handles the additional FetchItems.
|
FetchResponse(Protocol p) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getExtensionItems()
Return a map of the extension items found in this fetch response.
|
Item |
getItem(java.lang.Class c) |
Item |
getItem(int index) |
static Item |
getItem(Response[] r,
int msgno,
java.lang.Class c) |
int |
getItemCount() |
getKey, getNumber, keyEquals, readSimpleListbyeResponse, getRest, getTag, getType, isBAD, isBYE, isContinuation, isNO, isOK, isSynthetic, isTagged, isUnTagged, peekByte, readAtom, readAtom, readAtomString, readAtomStringList, readByte, readByteArray, readBytes, readLong, readNumber, readString, readString, readStringList, reset, skip, skipSpaces, skipToken, toStringpublic FetchResponse(Protocol p) throws java.io.IOException, ProtocolException
java.io.IOExceptionProtocolExceptionpublic FetchResponse(IMAPResponse r) throws java.io.IOException, ProtocolException
java.io.IOExceptionProtocolExceptionpublic FetchResponse(IMAPResponse r, FetchItem[] fitems) throws java.io.IOException, ProtocolException
java.io.IOExceptionProtocolExceptionpublic int getItemCount()
public Item getItem(int index)
public Item getItem(java.lang.Class c)
public java.util.Map getExtensionItems()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"