IP
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
clear_cache ( String hostname=”” ) |
void |
erase_resolve_item ( int id ) |
get_local_addresses ( ) const |
|
get_local_interfaces ( ) const |
|
get_resolve_item_address ( int id ) const |
|
get_resolve_item_addresses ( int id ) const |
|
get_resolve_item_status ( int id ) const |
|
resolve_hostname ( String host, Type ip_type=3 ) |
|
resolve_hostname_addresses ( String host, Type ip_type=3 ) |
|
resolve_hostname_queue_item ( String host, Type ip_type=3 ) |
Enumerations
enum ResolverStatus:
ResolverStatus RESOLVER_STATUS_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
ResolverStatus RESOLVER_STATUS_WAITING = 1
There is currently no description for this enum. Please help us by contributing one!
ResolverStatus RESOLVER_STATUS_DONE = 2
There is currently no description for this enum. Please help us by contributing one!
ResolverStatus RESOLVER_STATUS_ERROR = 3
There is currently no description for this enum. Please help us by contributing one!
enum Type:
Type TYPE_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
Type TYPE_IPV4 = 1
There is currently no description for this enum. Please help us by contributing one!
Type TYPE_IPV6 = 2
There is currently no description for this enum. Please help us by contributing one!
Type TYPE_ANY = 3
There is currently no description for this enum. Please help us by contributing one!
Constants
RESOLVER_MAX_QUERIES = 256
There is currently no description for this constant. Please help us by contributing one!
RESOLVER_INVALID_ID = -1
There is currently no description for this constant. Please help us by contributing one!
Method Descriptions
void clear_cache ( String hostname=”” )
There is currently no description for this method. Please help us by contributing one!
void erase_resolve_item ( int id )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_local_addresses ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_local_interfaces ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_resolve_item_address ( int id ) const
There is currently no description for this method. Please help us by contributing one!
Array get_resolve_item_addresses ( int id ) const
There is currently no description for this method. Please help us by contributing one!
ResolverStatus get_resolve_item_status ( int id ) const
There is currently no description for this method. Please help us by contributing one!
String resolve_hostname ( String host, Type ip_type=3 )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray resolve_hostname_addresses ( String host, Type ip_type=3 )
There is currently no description for this method. Please help us by contributing one!
int resolve_hostname_queue_item ( String host, Type ip_type=3 )
There is currently no description for this method. Please help us by contributing one!