Uses of Interface
org.cometd.bayeux.server.ServerSession.Extension
-
Uses of ServerSession.Extension in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type ServerSession.Extension Modifier and Type Method Description List<ServerSession.Extension>
ServerSession. getExtensions()
Methods in org.cometd.bayeux.server with parameters of type ServerSession.Extension Modifier and Type Method Description void
ServerSession. addExtension(ServerSession.Extension extension)
Adds the given extension to this session.void
ServerSession. removeExtension(ServerSession.Extension extension)
Removes the given extension from this session.