Uses of Interface
ch.nolix.baseapi.net.clientserver.Application
Packages that use Application
-
Uses of Application in ch.nolix.base.net.clientserver
Classes in ch.nolix.base.net.clientserver that implement ApplicationModifier and TypeClassDescriptionclassAbstractApplication<C extends AbstractBackendClient<C,S>, S> final classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.base.net.clientserver that return types with arguments of type ApplicationModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends Application<?, ?>> AbstractServer.getStoredApplications()Methods in ch.nolix.base.net.clientserver with parameters of type ApplicationModifier and TypeMethodDescriptionfinal SAbstractServer.addApplication(Application<?, ?> application) Adds the given application to the currentServer.<C extends BackendClient<T>, T>
SAbstractServer.addDefaultApplication(Application<C, T> defaultApplication) Adds the given defaultApplication to the currentServer. -
Uses of Application in ch.nolix.baseapi.net.clientserver
Subinterfaces with type arguments of type Application in ch.nolix.baseapi.net.clientserverMethods in ch.nolix.baseapi.net.clientserver with parameters of type ApplicationModifier and TypeMethodDescriptionServer.addApplication(Application<?, ?> application) Adds the given application to the currentServer.<C extends BackendClient<T>, T>
SServer.addDefaultApplication(Application<C, T> defaultApplication) Adds the given defaultApplication to the currentServer.