spring-framework / org.springframework.web.socket.server.support / HttpSessionHandshakeInterceptor / <init>

<init>

HttpSessionHandshakeInterceptor()

Default constructor for copying all HTTP session attributes and the HTTP session id.

See Also
#setCopyAllAttributes#setCopyHttpSessionId

HttpSessionHandshakeInterceptor(attributeNames: MutableCollection<String>)

Constructor for copying specific HTTP session attributes and the HTTP session id.

Parameters

attributeNames - session attributes to copy

See Also
#setCopyAllAttributes#setCopyHttpSessionId