Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2004 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWResponse.h
- Conforms to:
- GSWActionResults
Availability: OpenStep
Description forthcoming.
+ (
GSWResponse*)
generateRedirectDefaultResponseWithLocation: (
NSString*)location
isDefinitive: (BOOL)isDefinitive;
Availability: OpenStep
Description forthcoming.
+ (
GSWResponse*)
generateRedirectDefaultResponseWithLocation: (
NSString*)location
isDefinitive: (BOOL)isDefinitive
inContext: (
GSWContext*)aContext
forRequest: (
GSWRequest*)aRequest;
Availability: OpenStep
Description forthcoming.
+ (
GSWResponse*)
generateRedirectResponseWithMessage: (
NSString*)message
location: (
NSString*)location
isDefinitive: (BOOL)isDefinitive;
Availability: OpenStep
Description forthcoming.
+ (
GSWResponse*)
generateRedirectResponseWithMessage: (
NSString*)message
location: (
NSString*)location
isDefinitive: (BOOL)isDefinitive
inContext: (
GSWContext*)aContext
forRequest: (
GSWRequest*)aRequest;
Availability: OpenStep
Description forthcoming.
+ (
GSWResponse*)
responseWithMessage: (
NSString*)message
inContext: (
GSWContext*)context
forRequest: (
GSWRequest*)request
forceFinalize: (BOOL)forceFinalize;
Availability: OpenStep
Description forthcoming.
+ (void)
setCompressableContentTypes: (
NSArray*)cTypes;
Availability: OpenStep
Description forthcoming.
- (void)
_appendContentFault: (id)unknown;
Availability: OpenStep
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.
- (void)
_appendTagAttribute: (
NSString*)attributeName
value: (id)value
escapingHTMLAttributeValue: (BOOL)escape;
Availability: OpenStep
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.
- (unsigned int)
_contentDataLength;
Availability: OpenStep
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.
- (void)
_finalizeInContext: (
GSWContext*)context;
Availability: OpenStep
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.
- (void)
_generateRedirectResponseWithMessage: (
NSString*)message
location: (
NSString*)location
isDefinitive: (BOOL)isDefinitive;
Availability: OpenStep
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.
- (BOOL)
_isClientCachingDisabled;
Availability: OpenStep
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.
- (void)
_resolveContentFaultsInContext: (
GSWContext*)context;
Availability: OpenStep
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.
- (BOOL)
_responseIsEqual: (
GSWResponse*)response;
Availability: OpenStep
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.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (void)
disableClientCaching;
Availability: OpenStep
Description forthcoming.
- (void)
forceFinalizeInContext;
Availability: OpenStep
Description forthcoming.
- (
GSWResponse*)
generateResponse;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isFinalizeInContextHasBeenCalled;
Availability: OpenStep
Description forthcoming.
- (void)
setCanDisableClientCaching: (BOOL)yn;
Availability: OpenStep
Description forthcoming.
- (void)
setContentStreamFileHandle: (
NSFileHandle*)fileHandle
bufferSize: (unsigned int)bufferSize
length: (unsigned long)length;
Availability: OpenStep
Description forthcoming.
- (void)
setStatus: (unsigned int)status;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
status;
Availability: OpenStep
Description forthcoming.
- (void)
willSend;
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWResponse.h
Availability: OpenStep
Description forthcoming.
- (
GSWResponse*)
generateResponse;
Availability: OpenStep
Description forthcoming.
typedef struct _GSWResponseIMPs struct _GSWResponseIMPs;
Availability: OpenStep
Description forthcoming.
GSWResponse_content(
aResponse)
Availability: OpenStep
functions to accelerate calls of frequently used
GSResponse methods
void GSWResponse_appendTagAttributeValueEscapingHTMLAttributeValue(
GSWResponse*
aResponse,
NSString*
aString, id
value, BOOL
escaping);
Availability: OpenStep
functions to accelerate calls of frequently used
GSResponse methods
void GetGSWResponseIMPs(GSWResponseIMPs*
impsPtr,
GSWResponse*
aResponse);
Availability: OpenStep
Fill impsPtr structure with IMPs for message
Up