Uses of Class
com.jniwrapper.macosx.cocoa.nsport.NSSocketNativeHandle

Packages that use NSSocketNativeHandle
com.jniwrapper.macosx.cocoa.nsport   
 

Uses of NSSocketNativeHandle in com.jniwrapper.macosx.cocoa.nsport
 

Methods in com.jniwrapper.macosx.cocoa.nsport that return NSSocketNativeHandle
 NSSocketNativeHandle NSSocketPort.socket()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSSocketNativeHandle
 Id NSSocketPort.initWithProtocolFamily_socketType_protocol_socket(com.jniwrapper.Int family, com.jniwrapper.Int type, com.jniwrapper.Int protocol, NSSocketNativeHandle sock)
          This method represents the initWithProtocolFamily() method of the NSSocketPort Objective-C class.