public interface PortMapper
PortMapper
implementations provide callers with information about which
HTTP ports are associated with which HTTPS ports on the system, and vice versa.Modifier and Type | Method and Description |
---|---|
Integer |
lookupHttpPort(Integer httpsPort)
Locates the HTTP port associated with the specified HTTPS port.
|
Integer |
lookupHttpsPort(Integer httpPort)
Locates the HTTPS port associated with the specified HTTP port.
|