Uses of Interface
org.cometd.bayeux.client.ClientSession.Extension
-
Uses of ClientSession.Extension in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client that return types with arguments of type ClientSession.ExtensionMethods in org.cometd.bayeux.client with parameters of type ClientSession.ExtensionModifier and TypeMethodDescriptionvoidClientSession.addExtension(ClientSession.Extension extension) Adds an extension to this session.voidClientSession.removeExtension(ClientSession.Extension extension) Removes an extension from this session.