Uses of Class
ch.nolix.base.net.clientserver.AbstractBackendClient
Packages that use AbstractBackendClient
Package
Description
-
Uses of AbstractBackendClient in ch.nolix.base.net.clientserver
Classes in ch.nolix.base.net.clientserver with type parameters of type AbstractBackendClientModifier and TypeClassDescriptionclassAbstractApplication<C extends AbstractBackendClient<C,S>, S> classAbstractBackendClient<C extends AbstractBackendClient<C,S>, S> classAbstractSession<C extends AbstractBackendClient<C,S>, S> final classBackendClientSessionManager<C extends AbstractBackendClient<C,S>, S> final classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.base.net.clientserver with type parameters of type AbstractBackendClientModifier and TypeMethodDescriptionfinal <T extends AbstractSession<C,U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a newAbstractApplicationwith the given instanceName, initialSessionClass and applicationService to the currentAbstractServer.final <T extends AbstractSession<C,Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<T> initialSessionClass) Adds a newAbstractApplicationwith the given name, initialSessionClass and a void context to the currentAbstractServer.final <T extends AbstractSession<C,U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a new defaultAbstractApplicationwith the given name, initialSessionClass and applicationService to the currentAbstractServer.final <T extends AbstractSession<C,Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<T> initialSessionClass) Adds a newAbstractApplicationwith the given name, initialSessionClass and a void context as defaultAbstractApplicationthe currentAbstractServer.static <C2 extends AbstractBackendClient<C2,S2>, S2>
BackendClientSessionManager<C2, S2> BackendClientSessionManager.forClient(C2 client) static <C2 extends AbstractBackendClient<C2,S2>, T extends AbstractSession<C2, S2>, S2>
BasicApplication<C2, S2> BasicApplication.withNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, S2 applicationService) Methods in ch.nolix.base.net.clientserver with parameters of type AbstractBackendClientModifier and TypeMethodDescriptionfinal voidAbstractServer.takeClient(AbstractBackendClient<?, ?> client) Lets the currentAbstractServertake the given client. -
Uses of AbstractBackendClient in ch.nolix.base.net.clientservertestutil
Classes in ch.nolix.base.net.clientservertestutil with type parameters of type AbstractBackendClientModifier and TypeClassDescriptionfinal classTestSession<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.base.net.clientservertestutil with type parameters of type AbstractBackendClientModifier and TypeMethodDescriptionstatic <C2 extends AbstractBackendClient<C2,S2>, S2>
TestSession<C2, S2> TestSession.withClientClass(Class<C2> clientClass) -
Uses of AbstractBackendClient in ch.nolix.system.webapplication.base
Subclasses of AbstractBackendClient in ch.nolix.system.webapplication.base -
Uses of AbstractBackendClient in ch.nolix.system.webapplication.main
Subclasses of AbstractBackendClient in ch.nolix.system.webapplication.main