Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWDefaultAdaptor.h
Availability: OpenStep
Description forthcoming.
GSWDefaultAdaptor declares 21 Instance Variables
- (void)
_runOnce;
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)
dispatchesRequestsConcurrently;
Availability: OpenStep
Description forthcoming.
- (BOOL)
doesBusyRunOnce;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
host;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
arguments: (
NSDictionary*)arguments;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isConnectionAllowedWithHandle: (
NSFileHandle*)handle
returnedMessage: (
NSString**)retMessage;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isMultiThreadEnabled;
Availability: OpenStep
Description forthcoming.
- (int)
port;
Availability: OpenStep
Description forthcoming.
- (void)
registerForEvents;
Availability: OpenStep
Description forthcoming.
- (void)
run;
Availability: OpenStep
Description forthcoming.
- (void)
setListenQueueSize: (id)listenQueueSize;
Availability: OpenStep
Description forthcoming.
- (void)
setWorkerThreadCount: (id)workerThreadCount;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
setWorkerThreadCountMax: (id)workerThreadCount;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
setWorkerThreadCountMin: (id)workerThreadCount;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
stop;
Availability: OpenStep
Description forthcoming.
- (void)
unregisterForEvents;
Availability: OpenStep
Description forthcoming.
- (id)
workerThreadCount;
Availability: OpenStep
Description forthcoming.
- (id)
workerThreadCountMax;
Availability: OpenStep
Description forthcoming.
- (id)
workerThreadCountMin;
Availability: OpenStep
Description forthcoming.
- (void)
workerThreadFinished: (GSWWorkerThread*)thread;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDefaultAdaptor Class
@protected int
__nmbOfActiveThreads;
Availability: OpenStep
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.
@protected int
__nmbOfWorkerThreads;
Availability: OpenStep
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.
@protected int
__windowSize;
Availability: OpenStep
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.
@protected NSString*
_adaptorHost;
Availability: OpenStep
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.
@protected BOOL
_blocked;
Availability: OpenStep
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.
@protected NSFileHandle*
_fileHandle;
Availability: OpenStep
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.
@protected NSString*
_host;
Availability: OpenStep
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.
@protected int
_instance;
Availability: OpenStep
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.
@protected BOOL
_isMultiThreadEnabled;
Availability: OpenStep
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.
@protected int
_listenQueueSize;
Availability: OpenStep
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.
@protected int
_maxSocketIdleTime;
Availability: OpenStep
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.
@protected int
_maxWorkerThreads;
Availability: OpenStep
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.
@protected int
_port;
Availability: OpenStep
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.
@protected int
_queueSize;
Availability: OpenStep
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.
@protected NSLock*
_selfLock;
Availability: OpenStep
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.
@protected BOOL
_shouldGrow;
Availability: OpenStep
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.
@protected NSMutableArray*
_threads;
Availability: OpenStep
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.
@protected NSMutableArray*
_waitingThreads;
Availability: OpenStep
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.
@protected int
_workerThreadCount;
Availability: OpenStep
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.
@protected int
_workerThreadCountMax;
Availability: OpenStep
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.
@protected int
_workerThreadCountMin;
Availability: OpenStep
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.
int iBlock;
Availability: OpenStep
Description forthcoming.
Up