Encoding

open class Encoding

Configuration properties for server HTTP encoding.

Author

Phillip Webb

Stephane Nicoll

Brian Clozel

Since

2.3.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
enum Type
Type of HTTP message to consider for encoding configuration.

Properties

Link copied to clipboard
open var charset: Charset
Charset of HTTP requests and responses.
Link copied to clipboard
Default HTTP encoding for Servlet applications.
Link copied to clipboard
Mapping of locale to charset for response encoding.

Functions

Link copied to clipboard
open fun isForce(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setForce(force: Boolean)
Link copied to clipboard
open fun setForceRequest(forceRequest: Boolean)
Link copied to clipboard
open fun setForceResponse(forceResponse: Boolean)
Link copied to clipboard