|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.protocol.https.HttpsConfig
public class HttpsConfig
Configuration for http-https switching
HttpsRequestCycleProcessor
Constructor Summary | |
---|---|
HttpsConfig()
Constructor |
|
HttpsConfig(int httpPort,
int httpsPort)
Constructor |
Method Summary | |
---|---|
int |
getHttpPort()
|
int |
getHttpsPort()
|
void |
setHttpPort(int httpPort)
Sets http port |
void |
setHttpsPort(int httpsPort)
Sets https port |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpsConfig()
public HttpsConfig(int httpPort, int httpsPort)
httpPort
- http porthttpsPort
- https portMethod Detail |
---|
public void setHttpPort(int httpPort)
httpPort
- public void setHttpsPort(int httpsPort)
httpsPort
- public int getHttpPort()
public int getHttpsPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |