Package io.microsphere.spring.web.util
Class WebServerUtils
java.lang.Object
io.microsphere.spring.web.util.WebServerUtils
The utils class for Spring Web
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
ServerWebExchange
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrincipalgetPrincipal(org.springframework.web.server.ServerWebExchange exchange) static org.springframework.web.server.WebSessiongetSession(org.springframework.web.server.ServerWebExchange exchange) static StringgetSessionId(org.springframework.web.server.ServerWebExchange exchange) static StringgetUserName(org.springframework.web.server.ServerWebExchange exchange)
-
Method Details
-
getSession
public static org.springframework.web.server.WebSession getSession(org.springframework.web.server.ServerWebExchange exchange) -
getPrincipal
-
getSessionId
-
getUserName
-