NGInternetSocketAddress
Inherits From: NSObject
Conforms To: NGSocketAddress
NSCoding
NSCopying
Declared In: NGInternetSocketAddress.h
Methods: + addressWithPort:onHost: , + addressWithPort: , - initWithPort:onHost: , - initWithPort: , + addressWithService:onHost:protocol: , + addressWithService:protocol: , - initWithService:onHost:protocol: , - initWithService:protocol: , + wildcardAddress , + wildcardAddressWithPort: , - hostName , - address , - port , - isWildcardAddress , - isEqualToAddress: , - isEqual: , - stringValue , - description , - internalAddressRepresentation , - addressRepresentationSize , - domain


Class Description
No class description.


Instance Variables
void *address;
NSString *hostName;
BOOL isAddressFilled;
BOOL isHostFilled;
BOOL isWildcardHost;

addressNo description.
hostNameNo description.
isAddressFilledNo description.
isHostFilledNo description.
isWildcardHostNo description.



Method Types
+ addressWithPort:onHost:
+ addressWithPort:
- initWithPort:onHost:
- initWithPort:
+ addressWithService:onHost:protocol:
+ addressWithService:protocol:
- initWithService:onHost:protocol:
- initWithService:protocol:
+ wildcardAddress
+ wildcardAddressWithPort:
- hostName
- address
- port
- isWildcardAddress
- isEqualToAddress:
- isEqual:
- stringValue
- description
- internalAddressRepresentation
- addressRepresentationSize
- domain


Class Methods
addressWithPort:
+ (id)addressWithPort:(int)_port
No method description.

addressWithPort:onHost:
+ (id)addressWithPort:(int)_port onHost:(id)_host
No method description.

addressWithService:onHost:protocol:
+ (id)addressWithService:(NSString *)_serviceName onHost:(id)_host protocol:(NSString *)_protocol
No method description.

addressWithService:protocol:
+ (id)addressWithService:(NSString *)_serviceName protocol:(NSString *)_protocol
No method description.

wildcardAddress
+ (id)wildcardAddress
No method description.

wildcardAddressWithPort:
+ (id)wildcardAddressWithPort:(int)_port
No method description.


Instance Methods
address
- (NSString *)address
No method description.

addressRepresentationSize
- (int)addressRepresentationSize
No method description.

description
- (NSString *)description
No method description.

domain
- (id)domain
No method description.

hostName
- (NSString *)hostName
No method description.

initWithPort:
- (id)initWithPort:(int)_port
No method description.

initWithPort:onHost:
- (id)initWithPort:(int)_port onHost:(id)_host
No method description.

initWithService:onHost:protocol:
- (id)initWithService:(NSString *)_serviceName onHost:(id)_host protocol:(NSString *)_protocol
No method description.

initWithService:protocol:
- (id)initWithService:(NSString *)_serviceName protocol:(NSString *)_protocol
No method description.

internalAddressRepresentation
- (void *)internalAddressRepresentation
No method description.

isEqual:
- (BOOL)isEqual:(id)_obj
No method description.

isEqualToAddress:
- (BOOL)isEqualToAddress:(NGInternetSocketAddress *)_addr
No method description.

isWildcardAddress
- (BOOL)isWildcardAddress
No method description.

port
- (int)port
No method description.

stringValue
- (NSString *)stringValue
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.