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

Packages that use CFSocketContext
org.rococoa.cocoa.corefoundation   
 

Uses of CFSocketContext in org.rococoa.cocoa.corefoundation
 

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

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

Methods in org.rococoa.cocoa.corefoundation with parameters of type CFSocketContext
 CoreFoundationLibrary.__CFSocket CoreFoundationLibrary.CFSocketCreate(CoreFoundationLibrary.__CFAllocator allocator, int protocolFamily, int socketType, int protocol, NativeLong callBackTypes, CoreFoundationLibrary.CFSocketCallBack callout, CFSocketContext context)
          Original signature : CFSocketRef CFSocketCreate(CFAllocatorRef, SInt32, SInt32, SInt32, CFOptionFlags, CFSocketCallBack, const CFSocketContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:153
 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.CFSocketCreateWithNative(CoreFoundationLibrary.__CFAllocator allocator, int sock, NativeLong callBackTypes, CoreFoundationLibrary.CFSocketCallBack callout, CFSocketContext context)
          Original signature : CFSocketRef CFSocketCreateWithNative(CFAllocatorRef, CFSocketNativeHandle, CFOptionFlags, CFSocketCallBack, const CFSocketContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:154
 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.CFSocketGetContext(CoreFoundationLibrary.__CFSocket s, CFSocketContext context)
          Original signature : void CFSocketGetContext(CFSocketRef, CFSocketContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:166
 



Copyright © 2009. All Rights Reserved.