Java org.apache.wicket.protocol.https HttpsConfig fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.https HttpsConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.https HttpsConfig.

The text is from its open source code.

Constructor

Method

voidsetPreferStateful(boolean preferStateful)
Sets whether or not a new session is created before redirecting from http to https

BE VERY CAREFUL WHEN SETTING THIS VALUE TO false .