|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Integer lookupHttpPort(Integer httpsPort)
Returns null
if unknown.
httpsPort
-
null
if unknownInteger lookupHttpsPort(Integer httpPort)
Returns null
if unknown.
httpPort
-
null
if unknown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |