18#ifndef _DECAF_NET_INET4ADDRESS_H_
19#define _DECAF_NET_INET4ADDRESS_H_
virtual bool isMCLinkLocal() const
Check if this InetAddress is Multicast and has Link Local scope.
virtual bool isMCSiteLocal() const
Check if this InetAddress is Multicast and has Site Local scope.
virtual bool isSiteLocalAddress() const
Check if this InetAddress is a valid site local address.
virtual bool isAnyLocalAddress() const
Check if this InetAddress is a valid wildcard address.
Inet4Address(const std::string &hostname, const unsigned char *ipAddress, int numBytes)
virtual bool isMCOrgLocal() const
Check if this InetAddress is Multicast and has Organization scope.
virtual InetAddress * clone() const
Returns a newly allocated copy of this InetAddress.
virtual bool isLinkLocalAddress() const
Check if this InetAddress is a valid link local address.
virtual bool isMCNodeLocal() const
Check if this InetAddress is Multicast and has Node Local scope.
friend class InetAddress
Definition Inet4Address.h:31
Inet4Address(const unsigned char *ipAddress, int numBytes)
virtual bool isLoopbackAddress() const
Check if this InetAddress is a valid loopback address.
virtual bool isMCGlobal() const
Check if this InetAddress is Multicast and has Global scope.
virtual bool isMulticastAddress() const
Check if this InetAddress is a valid Multicast address.
std::string hostname
Definition InetAddress.h:41
#define DECAF_API
Definition Config.h:29
Definition URLStreamHandlerManager.h:26
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25