Uses of Class
com.aoindustries.aoserv.client.net.IpAddress
-
-
Uses of IpAddress in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type IpAddress Modifier and Type Method Description List<IpAddress>Package. getIPAddresses()Methods in com.aoindustries.aoserv.client.billing with parameters of type IpAddress Modifier and Type Method Description List<Bind>Package. getNetBinds(IpAddress ip) -
Uses of IpAddress in com.aoindustries.aoserv.client.dns
Methods in com.aoindustries.aoserv.client.dns that return IpAddress Modifier and Type Method Description IpAddressRecord. getDhcpAddress() -
Uses of IpAddress in com.aoindustries.aoserv.client.email
Methods in com.aoindustries.aoserv.client.email that return IpAddress Modifier and Type Method Description IpAddressSendmailServer. getClientAddrInet()TheAddrforClientPortOptionswithFamily=inetornullif not set.IpAddressSendmailServer. getClientAddrInet6()TheAddrforClientPortOptionswithFamily=inet6ornullif not set. -
Uses of IpAddress in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return IpAddress Modifier and Type Method Description IpAddressServer. getDaemonIPAddress()IpAddressServer. getPrimaryIPAddress()Methods in com.aoindustries.aoserv.client.linux with parameters of type IpAddress Modifier and Type Method Description intServer. addHttpdJBossSite(String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version jBossVersion)intServer. addHttpdTomcatSharedSite(String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String sharedTomcatName)intServer. addHttpdTomcatStdSite(String siteName, Package packageObj, User jvmUser, Group jvmGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version tomcatVersion) -
Uses of IpAddress in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return IpAddress Modifier and Type Method Description IpAddressIpAddressTable. get(int id)IpAddressHost. getAvailableIPAddress()IpAddressBind. getIpAddress()IpAddressDevice. getIPAddress(InetAddress inetAddress)IpAddressDevice. getPrimaryIPAddress()Methods in com.aoindustries.aoserv.client.net that return types with arguments of type IpAddress Modifier and Type Method Description List<IpAddress>Device. getIPAddresses()List<IpAddress>Host. getIPAddresses()List<IpAddress>IpAddressTable. getIPAddresses(InetAddress inetAddress)List<IpAddress>IpAddressTable. getIPAddresses(Package pack)List<IpAddress>IpAddressTable. getIPAddresses(Host se)Methods in com.aoindustries.aoserv.client.net with parameters of type IpAddress Modifier and Type Method Description intHost. addNetBind(Package pk, IpAddress ia, Port port, AppProtocol appProtocol, boolean monitoringEnabled, Set<FirewallZone.Name> firewalldZones)BindHost. getNetBind(IpAddress ipAddress, Port port)List<Bind>BindTable. getNetBinds(Package pk, IpAddress ip)List<Bind>Host. getNetBinds(IpAddress ipAddress) -
Uses of IpAddress in com.aoindustries.aoserv.client.net.monitoring
Methods in com.aoindustries.aoserv.client.net.monitoring that return IpAddress Modifier and Type Method Description IpAddressIpAddressMonitoring. getIpAddress() -
Uses of IpAddress in com.aoindustries.aoserv.client.web.jboss
Methods in com.aoindustries.aoserv.client.web.jboss with parameters of type IpAddress Modifier and Type Method Description intSiteTable. addHttpdJBossSite(Server aoServer, String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version jBossVersion) -
Uses of IpAddress in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat with parameters of type IpAddress Modifier and Type Method Description intSharedTomcatSiteTable. addHttpdTomcatSharedSite(Server aoServer, String siteName, Package packageObj, User siteUser, Group siteGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, String sharedTomcatName)intPrivateTomcatSiteTable. addHttpdTomcatStdSite(Server aoServer, String siteName, Package packageObj, User jvmUser, Group jvmGroup, Email serverAdmin, boolean useApache, IpAddress ipAddress, DomainName primaryHttpHostname, DomainName[] altHttpHostnames, Version tomcatVersion)
-