Uses of Class
org.rococoa.cocoa.corefoundation.CFSocketSignature

Packages that use CFSocketSignature
org.rococoa.cocoa.corefoundation   
 

Uses of CFSocketSignature in org.rococoa.cocoa.corefoundation
 

Subclasses of CFSocketSignature in org.rococoa.cocoa.corefoundation
static class CFSocketSignature.ByReference
           
static class CFSocketSignature.ByValue
           
 

Methods in org.rococoa.cocoa.corefoundation that return CFSocketSignature
static CFSocketSignature[] CFSocketSignature.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type CFSocketSignature
 CoreFoundationLibrary.__CFSocket CoreFoundationLibrary.CFSocketCreateConnectedToSocketSignature(CoreFoundationLibrary.__CFAllocator allocator, CFSocketSignature signature, NativeLong callBackTypes, CoreFoundationLibrary.CFSocketCallBack callout, CFSocketContext context, double timeout)
          Original signature : CFSocketRef CFSocketCreateConnectedToSocketSignature(CFAllocatorRef, const CFSocketSignature*, CFOptionFlags, CFSocketCallBack, const CFSocketContext*, CFTimeInterval)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:156
 CoreFoundationLibrary.__CFSocket CoreFoundationLibrary.CFSocketCreateWithSocketSignature(CoreFoundationLibrary.__CFAllocator allocator, CFSocketSignature signature, NativeLong callBackTypes, CoreFoundationLibrary.CFSocketCallBack callout, CFSocketContext context)
          Original signature : CFSocketRef CFSocketCreateWithSocketSignature(CFAllocatorRef, const CFSocketSignature*, CFOptionFlags, CFSocketCallBack, const CFSocketContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:155
 void CoreFoundationLibrary.CFStreamCreatePairWithPeerSocketSignature(CoreFoundationLibrary.__CFAllocator alloc, CFSocketSignature signature, CoreFoundationLibrary.__CFReadStream[] readStream, CoreFoundationLibrary.__CFWriteStream[] writeStream)
          Original signature : void CFStreamCreatePairWithPeerSocketSignature(CFAllocatorRef, const CFSocketSignature*, CFReadStreamRef*, CFWriteStreamRef*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:117
 void CoreFoundationLibrary.CFStreamCreatePairWithPeerSocketSignature(CoreFoundationLibrary.__CFAllocator alloc, CFSocketSignature signature, PointerByReference readStream, PointerByReference writeStream)
          Deprecated. use the safer method CoreFoundationLibrary.CFStreamCreatePairWithPeerSocketSignature(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.corefoundation.CFSocketSignature, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream[], org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream[]) instead
 



Copyright © 2009. All Rights Reserved.