Class WebClient<C>
java.lang.Object
ch.nolix.base.net.clientserver.AbstractClient
ch.nolix.base.net.clientserver.AbstractBackendClient<WebClient<C>, C>
ch.nolix.system.webapplication.base.AbstractWebClient<WebClient<C>, C>
ch.nolix.system.webapplication.main.WebClient<C>
- Type Parameters:
C- the type of aWebClient.
- All Implemented Interfaces:
BackendClient<C>, Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, ICookieManager, AutoCloseable
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractWebClient
deleteCookieByName, getOptionalCookieValueByCookieName, getOptionalUrlParameterValueByUrlParameterName, setOrAddCookieWithNameAndValueMethods inherited from class AbstractBackendClient
getApplicationAsTarget, getApplicationName, getStoredApplicationService, isBackendClient, isFrontendClient, noteCloseMethods inherited from class AbstractClient
getSecurityMode, getStoredCloseController, getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isClosedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Client
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Constructor Details
-
WebClient
public WebClient()
-