NGImap4ResponseParser
Inherits From: NSObject
Declared In: NGImap4ResponseParser.h
Methods: + parserWithStream: , - initWithStream: , - parseResponseForTagId:


Class Description
No class description.


Instance Variables
NGByteBuffer *buffer;
BOOL debug;
NSMutableString *lineDebug;
int (*la)(id, SEL, unsigned);
NSMutableString *serverResponseDebug;

bufferNo description.
debugNo description.
lineDebugNo description.
laNo description.
serverResponseDebugNo description.



Method Types
+ parserWithStream:
- initWithStream:
- parseResponseForTagId:


Class Methods
parserWithStream:
+ (id)parserWithStream:(id<NGActiveSocket>)_stream
No method description.


Instance Methods
initWithStream:
- (id)initWithStream:(id<NGActiveSocket>)_stream
No method description.

parseResponseForTagId:
- (NGHashMap *)parseResponseForTagId:(int)_tag
parse a response from the sever, _tag != -1 parse until tagged response


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.