|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSHost
public abstract class NSHost
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSHost._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSHost()
|
Method Summary | |
---|---|
abstract NSString |
address()
arbitrary choice Original signature : -(NSString*)address native declaration : NSHost.h:31 |
abstract NSArray |
addresses()
unordered list of IPv6 and IPv4 addresses Original signature : -(NSArray*)addresses native declaration : NSHost.h:32 |
static NSHost |
alloc()
|
static NSHost |
currentHost()
Original signature : +(NSHost*)currentHost native declaration : NSHost.h:17 |
static void |
flushHostCache()
Original signature : +(void)flushHostCache native declaration : NSHost.h:24 |
static NSHost._class_ |
getNSClass()
|
static NSHost |
hostWithAddress(NSString address)
Original signature : +(NSHost*)hostWithAddress:(NSString*) native declaration : NSHost.h:19 |
static NSHost |
hostWithName(NSString name)
Original signature : +(NSHost*)hostWithName:(NSString*) native declaration : NSHost.h:18 |
abstract boolean |
isEqualToHost(NSHost aHost)
Original signature : -(BOOL)isEqualToHost:(NSHost*) native declaration : NSHost.h:26 |
static boolean |
isHostCacheEnabled()
Original signature : +(BOOL)isHostCacheEnabled native declaration : NSHost.h:23 |
abstract NSString |
localizedName()
Original signature : -(NSString*)localizedName native declaration : NSHost.h:34 |
abstract NSString |
name()
arbitrary choice Original signature : -(NSString*)name native declaration : NSHost.h:28 |
abstract NSArray |
names()
unordered list Original signature : -(NSArray*)names native declaration : NSHost.h:29 |
static NSHost |
new_()
|
static void |
setHostCacheEnabled(boolean flag)
NSHost does not implement any caching any longer Original signature : +(void)setHostCacheEnabled:(BOOL) native declaration : NSHost.h:22 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSHost()
Method Detail |
---|
public static NSHost currentHost()
+(NSHost*)currentHost
public static NSHost hostWithName(NSString name)
+(NSHost*)hostWithName:(NSString*)
public static NSHost hostWithAddress(NSString address)
+(NSHost*)hostWithAddress:(NSString*)
public static void setHostCacheEnabled(boolean flag)
+(void)setHostCacheEnabled:(BOOL)
public static boolean isHostCacheEnabled()
+(BOOL)isHostCacheEnabled
public static void flushHostCache()
+(void)flushHostCache
public abstract boolean isEqualToHost(NSHost aHost)
-(BOOL)isEqualToHost:(NSHost*)
public abstract NSString name()
-(NSString*)name
public abstract NSArray names()
-(NSArray*)names
public abstract NSString address()
-(NSString*)address
public abstract NSArray addresses()
-(NSArray*)addresses
public abstract NSString localizedName()
-(NSString*)localizedName
public static NSHost alloc()
public static NSHost new_()
public static NSHost._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |