Up

GSWeb: Class GSWResponse

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.9

Date: 2003/11/24 10:06:05

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


Contents -

  1. Software documentation for the GSWResponse class
  2. Software documentation for the GSWResponse(GSWActionResults) category
  3. Software documentation for the GSWResponse(GSWResponseA) category
  4. Software documentation for the GSWResponse(GSWResponseB) category
  5. Software documentation for the GSWResponse(GSWResponseC) category
  6. Software documentation for the GSWResponse(GSWResponseD) category
  7. Software documentation for the GSWResponse(GSWResponseError) category
  8. Software documentation for the GSWResponse(GSWResponseRedirected) category
  9. Software documentation for the GSWResponse(GSWResponseRefused) category
  10. Software documentation for the GSWResponse(Stream) category
  11. Software documentation for the GSWActionResults protocol

Software documentation for the GSWResponse class

GSWResponse : GSWMessage

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

acceptedEncodings 

- (NSArray*) acceptedEncodings;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


disableClientCaching 

- (void) disableClientCaching;

Description forthcoming.


forceFinalizeInContext 

- (void) forceFinalizeInContext;

Description forthcoming.


setAcceptedEncodings: 

- (void) setAcceptedEncodings: (NSArray*)acceptedEncodings;

Description forthcoming.


setStatus: 

- (void) setStatus: (unsigned int)status;

Description forthcoming.


status 

- (unsigned int) status;

Description forthcoming.


Software documentation for the GSWResponse(GSWActionResults) category

GSWResponse(GSWActionResults)

Declared in:
Foundation/GSWResponse.h
Conforms to:
GSWActionResults
Standards:

Description forthcoming.

Method summary

generateResponse 

- (GSWResponse*) generateResponse;

Description forthcoming.


Software documentation for the GSWResponse(GSWResponseA) category

GSWResponse(GSWResponseA)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

_appendTagAttribute: value: escapingHTMLAttributeValue: 

- (void) _appendTagAttribute: (NSString*)attributeName value: (id)value escapingHTMLAttributeValue: (BOOL)escape;

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.


_finalizeInContext: 

- (void) _finalizeInContext: (GSWContext*)context;

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.


isFinalizeInContextHasBeenCalled 

- (BOOL) isFinalizeInContextHasBeenCalled;

Description forthcoming.


Software documentation for the GSWResponse(GSWResponseB) category

GSWResponse(GSWResponseB)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

_appendContentFault: 

- (void) _appendContentFault: (id)unknown;

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.


_resolveContentFaultsInContext: 

- (void) _resolveContentFaultsInContext: (GSWContext*)context;

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.


Software documentation for the GSWResponse(GSWResponseC) category

GSWResponse(GSWResponseC)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

_contentDataLength 

- (unsigned int) _contentDataLength;

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.


_isClientCachingDisabled 

- (BOOL) _isClientCachingDisabled;

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.


Software documentation for the GSWResponse(GSWResponseD) category

GSWResponse(GSWResponseD)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

_responseIsEqual: 

- (BOOL) _responseIsEqual: (GSWResponse*)response;

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.


Software documentation for the GSWResponse(GSWResponseError) category

GSWResponse(GSWResponseError)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

responseWithMessage: inContext: forRequest: 

+ (GSWResponse*) responseWithMessage: (NSString*)message inContext: (GSWContext*)context forRequest: (GSWRequest*)request;

Description forthcoming.


responseWithMessage: inContext: forRequest: forceFinalize: 

+ (GSWResponse*) responseWithMessage: (NSString*)message inContext: (GSWContext*)context forRequest: (GSWRequest*)request forceFinalize: (BOOL)forceFinalize;

Description forthcoming.


Software documentation for the GSWResponse(GSWResponseRedirected) category

GSWResponse(GSWResponseRedirected)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

generateRedirectDefaultResponseWithLocation: isDefinitive: 

+ (GSWResponse*) generateRedirectDefaultResponseWithLocation: (NSString*)location isDefinitive: (BOOL)isDefinitive;

Description forthcoming.


generateRedirectDefaultResponseWithLocation: isDefinitive: inContext: forRequest: 

+ (GSWResponse*) generateRedirectDefaultResponseWithLocation: (NSString*)location isDefinitive: (BOOL)isDefinitive inContext: (GSWContext*)aContext forRequest: (GSWRequest*)aRequest;

Description forthcoming.


generateRedirectResponseWithMessage: location: isDefinitive: 

+ (GSWResponse*) generateRedirectResponseWithMessage: (NSString*)message location: (NSString*)location isDefinitive: (BOOL)isDefinitive;

Description forthcoming.


generateRedirectResponseWithMessage: location: isDefinitive: inContext: forRequest: 

+ (GSWResponse*) generateRedirectResponseWithMessage: (NSString*)message location: (NSString*)location isDefinitive: (BOOL)isDefinitive inContext: (GSWContext*)aContext forRequest: (GSWRequest*)aRequest;

Description forthcoming.


_generateRedirectResponseWithMessage: location: isDefinitive: 

- (void) _generateRedirectResponseWithMessage: (NSString*)message location: (NSString*)location isDefinitive: (BOOL)isDefinitive;

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.


Software documentation for the GSWResponse(GSWResponseRefused) category

GSWResponse(GSWResponseRefused)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

generateRefusingResponseInContext: forRequest: 

+ (GSWResponse*) generateRefusingResponseInContext: (GSWContext*)context forRequest: (GSWRequest*)request;

Description forthcoming.


Software documentation for the GSWResponse(Stream) category

GSWResponse(Stream)

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

setContentStreamFileHandle: bufferSize: length: 

- (void) setContentStreamFileHandle: (NSFileHandle*)fileHandle bufferSize: (unsigned int)bufferSize length: (unsigned long)length;

Description forthcoming.


Software documentation for the GSWActionResults protocol

GSWActionResults

Declared in:
Foundation/GSWResponse.h
Standards:

Description forthcoming.

Method summary

generateResponse 

- (GSWResponse*) generateResponse;

Description forthcoming.



Up