Up
Authors
- Richard Frith-Macdonald (
richard@brainstorm.co.uk)
-
- Andrew Kachites McCallum (
mccallum@gnu.ai.mit.edu)
-
Version: 1.25
Date: 2003/07/15 05:21:34
Copyright: (C) 1997,2002 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSPort.h
- Conforms to:
- GCFinalization
Standards:
- MacOS-X
- NotOpenStep
- GNUstep
Description forthcoming.
Instance Variables for NSMessagePort Class
@private NSMapTable* handles;
Description forthcoming.
@private int listener;
Description forthcoming.
@private NSRecursiveLock* myLock;
Description forthcoming.
@private NSData* name;
Description forthcoming.
Method summary
+ (NSMessagePort*) _portWithName: (const unsigned char*)socketName listener: (BOOL)shouldListen;
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.
- (int) _listener;
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.
- (const unsigned char*) _name;
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) addHandle: (GSMessageHandle*)handle forSend: (BOOL)send;
Description forthcoming.
- (void) handlePortMessage: (NSPortMessage*)m;
Description forthcoming.
- (void) removeHandle: (GSMessageHandle*)handle;
Description forthcoming.
- Declared in:
- Foundation/NSPort.h
- Conforms to:
- NSCoding
- NSCopying
Standards:
Description forthcoming.
Instance Variables for NSPort Class
@private id _delegate;
Description forthcoming.
@private BOOL _is_valid;
Description forthcoming.
Method summary
+ (NSPort*) port;
Description forthcoming.
+ (NSPort*) portWithMachPort: (int)machPort;
Description forthcoming.
- (void) addConnection: (NSConnection*)aConnection toRunLoop: (NSRunLoop*)aLoop forMode: (NSString*)aMode;
Description forthcoming.
- (id) delegate;
Description forthcoming.
- (id) init;
Description forthcoming.
- (id) initWithMachPort: (int)machPort;
Description forthcoming.
- (void) invalidate;
Description forthcoming.
- (BOOL) isValid;
Description forthcoming.
- (int) machPort;
Description forthcoming.
- (void) removeConnection: (NSConnection*)aConnection fromRunLoop: (NSRunLoop*)aLoop forMode: (NSString*)aMode;
Description forthcoming.
- (unsigned) reservedSpaceLength;
Description forthcoming.
- (BOOL) sendBeforeDate: (NSDate*)when components: (NSMutableArray*)components from: (NSPort*)receivingPort reserved: (unsigned)length;
Description forthcoming.
- (BOOL) sendBeforeDate: (NSDate*)when msgid: (int)msgid components: (NSMutableArray*)components from: (NSPort*)receivingPort reserved: (unsigned)length;
Description forthcoming.
- (void) setDelegate: (id)anObject;
Description forthcoming.
- Declared in:
- Foundation/NSPort.h
- Conforms to:
- GCFinalization
Standards:
- MacOS-X
- NotOpenStep
- GNUstep
Description forthcoming.
Instance Variables for NSSocketPort Class
@private NSString* address;
Description forthcoming.
@private NSMapTable* handles;
Description forthcoming.
@private NSHost* host;
Description forthcoming.
@private SOCKET listener;
Description forthcoming.
@private NSRecursiveLock* myLock;
Description forthcoming.
@private gsu16 portNum;
Description forthcoming.
Method summary
+ (NSSocketPort*) existingPortWithNumber: (gsu16)number onHost: (NSHost*)aHost;
Description forthcoming.
+ (NSSocketPort*) portWithNumber: (gsu16)number onHost: (NSHost*)aHost forceAddress: (NSString*)addr listener: (BOOL)shouldListen;
Description forthcoming.
- (void) addHandle: (GSTcpHandle*)handle forSend: (BOOL)send;
Description forthcoming.
- (NSString*) address;
Description forthcoming.
- (void) getFds: (int*)fds count: (int*)count;
Description forthcoming.
- (GSTcpHandle*) handleForPort: (NSSocketPort*)recvPort beforeDate: (NSDate*)when;
Description forthcoming.
- (void) handlePortMessage: (NSPortMessage*)m;
Description forthcoming.
- (NSHost*) host;
Description forthcoming.
- (gsu16) portNumber;
Description forthcoming.
- (void) removeHandle: (GSTcpHandle*)handle;
Description forthcoming.
- Declared in:
- Foundation/NSPort.h
Standards:
- NotOpenStep
- NotMacOS-X
- GNUstep
Description forthcoming.
Method summary
+ (Class) outPacketClass;
Description forthcoming.
- (void) close;
Description forthcoming.
- (Class) outPacketClass;
Description forthcoming.
Up