Uses of Interface
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFSocketCallBack

Packages that use CoreFoundationLibrary.CFSocketCallBack
org.rococoa.cocoa.corefoundation   
 

Uses of CoreFoundationLibrary.CFSocketCallBack in org.rococoa.cocoa.corefoundation
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type CoreFoundationLibrary.CFSocketCallBack
 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
 



Copyright © 2009. All Rights Reserved.