Uses of Class
org.rococoa.cocoa.foundation.NSHost

Packages that use NSHost
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSHost in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSHost
static NSHost NSHost.alloc()
           
abstract  NSHost NSHost._class_.alloc()
           
static NSHost NSHost.currentHost()
          Original signature : +(NSHost*)currentHost
native declaration : NSHost.h:17
abstract  NSHost NSHost._class_.currentHost()
          Original signature : +(NSHost*)currentHost
native declaration : NSHost.h:17
static NSHost NSHost.hostWithAddress(NSString address)
          Original signature : +(NSHost*)hostWithAddress:(NSString*)
native declaration : NSHost.h:19
abstract  NSHost NSHost._class_.hostWithAddress(NSString address)
          Original signature : +(NSHost*)hostWithAddress:(NSString*)
native declaration : NSHost.h:19
static NSHost NSHost.hostWithName(NSString name)
          Original signature : +(NSHost*)hostWithName:(NSString*)
native declaration : NSHost.h:18
abstract  NSHost NSHost._class_.hostWithName(NSString name)
          Original signature : +(NSHost*)hostWithName:(NSString*)
native declaration : NSHost.h:18
static NSHost NSHost.new_()
           
abstract  NSHost NSHost._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSHost
abstract  boolean NSHost.isEqualToHost(NSHost aHost)
          Original signature : -(BOOL)isEqualToHost:(NSHost*)
native declaration : NSHost.h:26
 

Uses of NSHost in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSHost
 void NSSocketStreamCreationExtensions._static_.getStreamsToHost_port_inputStream_outputStream(NSHost host, NSInteger port, PointerByReference inputStream, PointerByReference outputStream)
          Original signature : +(void)getStreamsToHost:(NSHost*) port:(NSInteger) inputStream:(NSInputStream**) outputStream:(NSOutputStream**)
from NSSocketStreamCreationExtensions native declaration : NSStream.h:80
 



Copyright © 2009. All Rights Reserved.