public class SecuredWsGwGatewaySessionManager extends Object implements GatewaySessionHandler<GatewayMessage>
DEFAULT_RS_INSTANCE, DEFAULT_WS_INSTANCE| Constructor and Description |
|---|
SecuredWsGwGatewaySessionManager(AuthRegistry authRegistry) |
| Modifier and Type | Method and Description |
|---|---|
GatewayMessage |
mapMessage(GatewaySession session,
GatewayMessage req,
reactor.util.context.Context context) |
void |
onSessionClose(GatewaySession session) |
void |
onSessionOpen(GatewaySession s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onRequest, onResponse, onSessionErrorpublic SecuredWsGwGatewaySessionManager(AuthRegistry authRegistry)
public GatewayMessage mapMessage(GatewaySession session, GatewayMessage req, reactor.util.context.Context context)
mapMessage in interface GatewaySessionHandler<GatewayMessage>public void onSessionOpen(GatewaySession s)
onSessionOpen in interface GatewaySessionHandler<GatewayMessage>public void onSessionClose(GatewaySession session)
onSessionClose in interface GatewaySessionHandler<GatewayMessage>Copyright © 2015–2020. All rights reserved.