|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSPort | |
---|---|
org.rococoa.cocoa.foundation |
Uses of NSPort in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSPort | |
---|---|
static NSPort |
NSPort.alloc()
|
abstract NSPort |
NSPort._class_.alloc()
|
abstract NSPort |
NSPortCoder.decodePortObject()
Original signature : -(NSPort*)decodePortObject native declaration : NSPortCoder.h:16 |
static NSPort |
NSPort.new_()
|
abstract NSPort |
NSPort._class_.new_()
|
static NSPort |
NSPort.port()
Original signature : +(NSPort*)port native declaration : NSPort.h:26 |
abstract NSPort |
NSPort._class_.port()
Original signature : +(NSPort*)port native declaration : NSPort.h:26 |
abstract NSPort |
NSSocketPortNameServer.portForName_host_nameServerPortNumber(NSString name,
NSString host,
short portNumber)
the following may be used in the future, but for now nameServerPortNumber arguments are ignored Original signature : -(NSPort*)portForName:(NSString*) host:(NSString*) nameServerPortNumber:(uint16_t) native declaration : NSPortNameServer.h:82 |
abstract NSPort |
NSSocketPortNameServer.portForName_host(NSString name,
NSString host)
Original signature : -(NSPort*)portForName:(NSString*) host:(NSString*) native declaration : NSPortNameServer.h:74 |
abstract NSPort |
NSPortNameServer.portForName_host(NSString name,
NSString host)
Original signature : -(NSPort*)portForName:(NSString*) host:(NSString*) native declaration : NSPortNameServer.h:15 |
abstract NSPort |
NSMessagePortNameServer.portForName_host(NSString name,
NSString host)
Original signature : -(NSPort*)portForName:(NSString*) host:(NSString*) native declaration : NSPortNameServer.h:56 |
abstract NSPort |
NSMachBootstrapServer.portForName_host(NSString name,
NSString host)
Original signature : -(NSPort*)portForName:(NSString*) host:(NSString*) native declaration : NSPortNameServer.h:32 |
abstract NSPort |
NSSocketPortNameServer.portForName(NSString name)
Original signature : -(NSPort*)portForName:(NSString*) native declaration : NSPortNameServer.h:73 |
abstract NSPort |
NSPortNameServer.portForName(NSString name)
Original signature : -(NSPort*)portForName:(NSString*) native declaration : NSPortNameServer.h:14 |
abstract NSPort |
NSMessagePortNameServer.portForName(NSString name)
Original signature : -(NSPort*)portForName:(NSString*) native declaration : NSPortNameServer.h:55 |
abstract NSPort |
NSMachBootstrapServer.portForName(NSString name)
Original signature : -(NSPort*)portForName:(NSString*) native declaration : NSPortNameServer.h:31 |
abstract NSPort |
NSPortMessage.receivePort()
Original signature : -(NSPort*)receivePort native declaration : NSPortMessage.h:23 |
abstract NSPort |
NSConnection.receivePort()
Original signature : -(NSPort*)receivePort native declaration : NSConnection.h:94 |
abstract NSPort |
NSPortMessage.sendPort()
Original signature : -(NSPort*)sendPort native declaration : NSPortMessage.h:24 |
abstract NSPort |
NSConnection.sendPort()
Original signature : -(NSPort*)sendPort native declaration : NSConnection.h:93 |
abstract NSPort |
NSMachBootstrapServer.servicePortWithName(NSString name)
Original signature : -(NSPort*)servicePortWithName:(NSString*) native declaration : NSPortNameServer.h:43 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSPort | |
---|---|
abstract void |
NSRunLoop.addPort_forMode(NSPort aPort,
NSString mode)
Original signature : -(void)addPort:(NSPort*) forMode:(NSString*) native declaration : NSRunLoop.h:33 |
static NSConnection |
NSConnection.connectionWithReceivePort_sendPort(NSPort receivePort,
NSPort sendPort)
Original signature : +(id)connectionWithReceivePort:(NSPort*) sendPort:(NSPort*) native declaration : NSConnection.h:88 |
abstract NSConnection |
NSConnection._class_.connectionWithReceivePort_sendPort(NSPort receivePort,
NSPort sendPort)
Original signature : +(id)connectionWithReceivePort:(NSPort*) sendPort:(NSPort*) native declaration : NSConnection.h:88 |
static NSPortCoder |
NSPortCoder.createWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Factory method |
static NSConnection |
NSConnection.createWithReceivePort_sendPort(NSPort receivePort,
NSPort sendPort)
Factory method |
static NSPortMessage |
NSPortMessage.createWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Factory method |
abstract void |
NSPortCoder.encodePortObject(NSPort aport)
Original signature : -(void)encodePortObject:(NSPort*) native declaration : NSPortCoder.h:15 |
abstract NSPortCoder |
NSPortCoder.initWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Original signature : -(id)initWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:20 |
abstract NSConnection |
NSConnection.initWithReceivePort_sendPort(NSPort receivePort,
NSPort sendPort)
Original signature : -(id)initWithReceivePort:(NSPort*) sendPort:(NSPort*) native declaration : NSConnection.h:92 |
abstract NSPortMessage |
NSPortMessage.initWithSendPort_receivePort_components(NSPort sendPort,
NSPort replyPort,
NSArray components)
Original signature : -(id)initWithSendPort:(NSPort*) receivePort:(NSPort*) components:(NSArray*) native declaration : NSPortMessage.h:20 |
static NSPortCoder |
NSPortCoder.portCoderWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Transport Original signature : +(id)portCoderWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:19 |
abstract NSPortCoder |
NSPortCoder._class_.portCoderWithReceivePort_sendPort_components(NSPort rcvPort,
NSPort sndPort,
NSArray comps)
Transport Original signature : +(id)portCoderWithReceivePort:(NSPort*) sendPort:(NSPort*) components:(NSArray*) native declaration : NSPortCoder.h:19 |
abstract boolean |
NSSocketPortNameServer.registerPort_name_nameServerPortNumber(NSPort port,
NSString name,
short portNumber)
Original signature : -(BOOL)registerPort:(NSPort*) name:(NSString*) nameServerPortNumber:(uint16_t) native declaration : NSPortNameServer.h:83 |
abstract boolean |
NSSocketPortNameServer.registerPort_name(NSPort port,
NSString name)
this name server supports remote lookup Original signature : -(BOOL)registerPort:(NSPort*) name:(NSString*) native declaration : NSPortNameServer.h:76 |
abstract boolean |
NSPortNameServer.registerPort_name(NSPort port,
NSString name)
Original signature : -(BOOL)registerPort:(NSPort*) name:(NSString*) native declaration : NSPortNameServer.h:17 |
abstract boolean |
NSMachBootstrapServer.registerPort_name(NSPort port,
NSString name)
Original signature : -(BOOL)registerPort:(NSPort*) name:(NSString*) native declaration : NSPortNameServer.h:36 |
abstract void |
NSRunLoop.removePort_forMode(NSPort aPort,
NSString mode)
Original signature : -(void)removePort:(NSPort*) forMode:(NSString*) native declaration : NSRunLoop.h:34 |
abstract boolean |
NSPort.sendBeforeDate_components_from_reserved(NSDate limitDate,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:43 |
abstract boolean |
NSPort.sendBeforeDate_msgid_components_from_reserved(NSDate limitDate,
NSUInteger msgID,
NSMutableArray components,
NSPort receivePort,
NSUInteger headerSpaceReserved)
Original signature : -(BOOL)sendBeforeDate:(NSDate*) msgid:(NSUInteger) components:(NSMutableArray*) from:(NSPort*) reserved:(NSUInteger) native declaration : NSPort.h:44 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |