public final class PortMapperConfigurer.HttpPortMapping
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PortMapperConfigurer<H> |
mapsTo(int httpsPort)
Maps the given HTTP port to the provided HTTPS port and vice versa.
|
public PortMapperConfigurer<H> mapsTo(int httpsPort)
httpsPort
- the HTTPS port to map toPortMapperConfigurer
for further customization