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 class
ServerSession.Extension.Adapter
Empty 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 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.
-