Uses of Class
com.sun.enterprise.admin.util.HttpConnectorAddress
-
Packages that use HttpConnectorAddress Package Description com.sun.enterprise.admin.remote -
-
Uses of HttpConnectorAddress in com.sun.enterprise.admin.remote
Methods in com.sun.enterprise.admin.remote that return HttpConnectorAddress Modifier and Type Method Description protected HttpConnectorAddressRemoteAdminCommand. getHttpConnectorAddress(String host, int port, boolean shouldUseSecure)Provides an HttpConnectorAddress for use in connecting to the desired admin listener.protected HttpConnectorAddressRemoteRestAdminCommand. getHttpConnectorAddress(String host, int port, boolean shouldUseSecure)Provides an HttpConnectorAddress for use in connecting to the desired admin listener.protected HttpConnectorAddressServerRemoteAdminCommand. getHttpConnectorAddress(String host, int port, boolean shouldUseSecure)protected HttpConnectorAddressServerRemoteRestAdminCommand. getHttpConnectorAddress(String host, int port, boolean shouldUseSecure)
-