vertx / io.vertx.rxjava.ext.web.handler / SessionHandler / setMinLength

setMinLength

open fun setMinLength(minLength: Int): SessionHandler

Set expected session id minimum length.

Parameters

minLength - the session id minimal length

Return
a reference to this, so the API can be used fluently