public interface LocalSessionContext
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession |
getAuthenticatedSession() |
List<io.undertow.websockets.core.WebSocketChannel> |
getWebSocketChannels() |
void |
setAuthenticatedSession(io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession authenticatedSession) |
void |
setWebSocketChannels(List<io.undertow.websockets.core.WebSocketChannel> channels) |
io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession getAuthenticatedSession()
void setAuthenticatedSession(io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession authenticatedSession)
List<io.undertow.websockets.core.WebSocketChannel> getWebSocketChannels()
void setWebSocketChannels(List<io.undertow.websockets.core.WebSocketChannel> channels)
Copyright © 2020 JBoss by Red Hat. All rights reserved.