Uses of Interface
org.cometd.bayeux.server.ServerSession.Extension
-
Packages that use ServerSession.Extension Package Description org.cometd.bayeux.server -
-
Uses of ServerSession.Extension in org.cometd.bayeux.server
Classes in org.cometd.bayeux.server that implement ServerSession.Extension Modifier and Type Class Description static classServerSession.Extension.AdapterEmpty implementation ofServerSession.Extension.Methods in org.cometd.bayeux.server that return types with arguments of type ServerSession.Extension Modifier and Type Method Description java.util.List<ServerSession.Extension>ServerSession. getExtensions()Methods in org.cometd.bayeux.server with parameters of type ServerSession.Extension Modifier and Type Method Description voidServerSession. addExtension(ServerSession.Extension extension)Adds the given extension to this session.voidServerSession. removeExtension(ServerSession.Extension extension)Removes the given extension from this session.
-