Up

GSWeb: Class GSWMessage

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2004/09/01 14:41:25

Copyright: (C) 2003-2004 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWMessage class
  2. Software documentation for the GSWMessage(Cookies) category
  3. Software documentation for the GSWMessage(GSWContentConveniences) category
  4. Software documentation for the GSWMessage(GSWHTMLConveniences) category
  5. Software documentation for the GSWMessage(GSWMessageCache) category
  6. Software documentation for the GSWMessage(GSWMessageDefaultEncoding) category

Software documentation for the GSWMessage class

GSWMessage : NSObject

Declared in:
Foundation/GSWMessage.h
Conforms to:
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

_appendContentAsciiString: 

- (void) _appendContentAsciiString: (NSString*)aString;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_appendContentCharacter: 

- (void) _appendContentCharacter: (char)aChar;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_contentLength 

- (int) _contentLength;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_initContentData 

- (void) _initContentData;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


appendContentData: 

- (void) appendContentData: (NSData*)contentData;

Description forthcoming.


appendContentString: 

- (void) appendContentString: (NSString*)string;

Description forthcoming.


appendHeader: forKey: 

- (void) appendHeader: (NSString*)header forKey: (NSString*)key;

Description forthcoming.


appendHeaders: forKey: 

- (void) appendHeaders: (NSArray*)headers forKey: (NSString*)key;

Description forthcoming.


content 

- (NSData*) content;

Description forthcoming.


contentEncoding 

- (NSStringEncoding) contentEncoding;

Description forthcoming.


contentString 

- (NSString*) contentString;

Description forthcoming.


headerForKey: 

- (NSString*) headerForKey: (NSString*)key;

Description forthcoming.


headerKeys 

- (NSArray*) headerKeys;

Description forthcoming.


headers 

- (NSMutableDictionary*) headers;

Description forthcoming.


headersForKey: 

- (NSArray*) headersForKey: (NSString*)key;

Description forthcoming.


httpVersion 

- (NSString*) httpVersion;

Description forthcoming.


setContent: 

- (void) setContent: (NSData*)contentData;

Set content with contentData


setContentEncoding: 

- (void) setContentEncoding: (NSStringEncoding)encoding;

Description forthcoming.


setContentString: 

- (void) setContentString: (NSString*)contentString;

Set content with contentString


setHeader: forKey: 

- (void) setHeader: (NSString*)header forKey: (NSString*)key;

Description forthcoming.


setHeaders: 

- (void) setHeaders: (NSDictionary*)headerDictionary;

Description forthcoming.


setHeaders: forKey: 

- (void) setHeaders: (NSArray*)headers forKey: (NSString*)key;

Description forthcoming.


setUserInfo: 

- (void) setUserInfo: (NSDictionary*)userInfo;

Description forthcoming.


userInfo 

- (NSDictionary*) userInfo;

Description forthcoming.




Instance Variables for GSWMessage Class

_cachesStack

@protected NSMutableArray* _cachesStack;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_contentData

@protected NSMutableData* _contentData;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_contentDataADImp

@protected IMP _contentDataADImp;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_contentEncoding

@protected NSStringEncoding _contentEncoding;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_contentString

@protected NSMutableString* _contentString;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_contentStringASImp

@protected IMP _contentStringASImp;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cookies

@protected NSMutableArray* _cookies;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_headers

@protected NSMutableDictionary* _headers;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_httpVersion

@protected NSString* _httpVersion;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_userInfo

@protected NSDictionary* _userInfo;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWMessage(Cookies) category

GSWMessage(Cookies)

Declared in:
Foundation/GSWMessage.h
Standards:

Description forthcoming.

Method summary

_finalizeCookiesInContext: 

- (void) _finalizeCookiesInContext: (GSWContext*)aContext;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_formattedCookiesString 

- (NSString*) _formattedCookiesString;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_initCookies 

- (NSMutableArray*) _initCookies;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


addCookie: 

- (void) addCookie: (GSWCookie*)cookie;

Description forthcoming.


cookies 

- (NSArray*) cookies;

Description forthcoming.


cookiesHeadersValues 

- (NSArray*) cookiesHeadersValues;

Description forthcoming.


removeCookie: 

- (void) removeCookie: (GSWCookie*)cookie;

Description forthcoming.


Software documentation for the GSWMessage(GSWContentConveniences) category

GSWMessage(GSWContentConveniences)

Declared in:
Foundation/GSWMessage.h
Standards:

Description forthcoming.

Method summary

appendContentBytes: length: 

- (void) appendContentBytes: (const void*)bytes length: (unsigned)length;

Description forthcoming.


appendContentCharacter: 

- (void) appendContentCharacter: (char)aChar;

Description forthcoming.


appendDebugCommentContentString: 

- (void) appendDebugCommentContentString: (NSString*)aString;

Description forthcoming.


replaceContentData: byData: 

- (void) replaceContentData: (NSData*)replaceData byData: (NSData*)byData;

Description forthcoming.


replaceContentString: byString: 

- (void) replaceContentString: (NSString*)replaceString byString: (NSString*)byString;

Description forthcoming.


Software documentation for the GSWMessage(GSWHTMLConveniences) category

GSWMessage(GSWHTMLConveniences)

Declared in:
Foundation/GSWMessage.h
Standards:

Description forthcoming.

Method summary

stringByConvertingToHTML: 

+ (NSString*) stringByConvertingToHTML: (NSString*)aString;

Description forthcoming.


stringByConvertingToHTMLEntities: 

+ (NSString*) stringByConvertingToHTMLEntities: (NSString*)aString;

Description forthcoming.


stringByEscapingHTMLAttributeValue: 

+ (NSString*) stringByEscapingHTMLAttributeValue: (NSString*)aString;

Description forthcoming.


stringByEscapingHTMLString: 

+ (NSString*) stringByEscapingHTMLString: (NSString*)aString;

Description forthcoming.


appendContentHTMLAttributeValue: 

- (void) appendContentHTMLAttributeValue: (NSString*)value;

Description forthcoming.


appendContentHTMLConvertString: 

- (void) appendContentHTMLConvertString: (NSString*)aString;

Description forthcoming.


appendContentHTMLEntitiesConvertString: 

- (void) appendContentHTMLEntitiesConvertString: (NSString*)aString;

Description forthcoming.


appendContentHTMLString: 

- (void) appendContentHTMLString: (NSString*)aString;

Description forthcoming.


Software documentation for the GSWMessage(GSWMessageCache) category

GSWMessage(GSWMessageCache)

Declared in:
Foundation/GSWMessage.h
Standards:

Description forthcoming.

Method summary

startCache 

- (int) startCache;

Description forthcoming.


stopCacheOfIndex: 

- (id) stopCacheOfIndex: (int)cacheIndex;

Description forthcoming.


Software documentation for the GSWMessage(GSWMessageDefaultEncoding) category

GSWMessage(GSWMessageDefaultEncoding)

Declared in:
Foundation/GSWMessage.h
Standards:

Description forthcoming.

Method summary

defaultEncoding 

+ (NSStringEncoding) defaultEncoding;

Description forthcoming.


setDefaultEncoding: 

+ (void) setDefaultEncoding: (NSStringEncoding)encoding;

Description forthcoming.



Up