Uses of Class
org.rhq.plugins.apache.util.HttpdAddressUtility.Address

Packages that use HttpdAddressUtility.Address
org.rhq.plugins.apache.util   
 

Uses of HttpdAddressUtility.Address in org.rhq.plugins.apache.util
 

Methods in org.rhq.plugins.apache.util that return HttpdAddressUtility.Address
 HttpdAddressUtility.Address HttpdAddressUtility.getHttpdInternalMainServerAddressRepresentation(ApacheDirectiveTree runtimeConfig)
           
 HttpdAddressUtility.Address HttpdAddressUtility.getHttpdInternalVirtualHostAddressRepresentation(ApacheDirectiveTree runtimeConfig, String virtualHost, String serverName)
           
 HttpdAddressUtility.Address HttpdAddressUtility.getMainServerSampleAddress(ApacheDirectiveTree ag, String limitToHost, int limitToPort)
          This just constructs a first available address under which the server or one of its virtual hosts can be reached.
 HttpdAddressUtility.Address HttpdAddressUtility.getVirtualHostSampleAddress(ApacheDirectiveTree ag, String virtualHost, String serverName, boolean legacyWildcardHostHandling)
          This constructs an address on which given virtual host can be accessed.
static HttpdAddressUtility.Address HttpdAddressUtility.Address.parse(String address)
          A simple parser of the provided address into host and port sections.
static HttpdAddressUtility.Address HttpdAddressUtility.Address.parse(String address, String defaultScheme)
          Parses given address into an Address object and assigns a default scheme if none is present in the address itself.
static HttpdAddressUtility.Address HttpdAddressUtility.parseListen(String listenValue)
           
 

Methods in org.rhq.plugins.apache.util that return types with arguments of type HttpdAddressUtility.Address
abstract  List<HttpdAddressUtility.Address> HttpdAddressUtility.getAllMainServerAddresses(ApacheDirectiveTree ag, boolean substituteWildcards)
          This returns all the addresses the server listens on.
 

Methods in org.rhq.plugins.apache.util with parameters of type HttpdAddressUtility.Address
static boolean HttpdAddressUtility.isAddressConforming(HttpdAddressUtility.Address listen, String limitingHost, int limitingPort, boolean snmpModuleCompatibleMode)
          Checks that given address represents a possibly wildcarded limitingHost and limitingPort values.
 boolean HttpdAddressUtility.Address.matches(HttpdAddressUtility.Address other, boolean matchSchemes)
          This differs from equals in the way that it considers wildcard values: wildcard host matches any host default host matches default host wildcard port matches any port undefined port matches undefined port The addresses match if both address and port match.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.