Uses of Package
com.tccc.kos.commons.core.dispatcher
Packages that use com.tccc.kos.commons.core.dispatcher
Package
Description
Provides access to the network request and response processing.
Provides classes to access REST services hosted in the cloud.
Provides access to the API client for making and receiving local REST calls.
Contains classes that handle websocket connections.
-
Classes in com.tccc.kos.commons.core.dispatcher used by com.tccc.kos.commons.core.dispatcherClassDescriptionEnumeration containing the complete list of HTTP request methods.Data class that holds an HTTP/REST endpoint's version number, which is used in the ResponseEnvelope.
-
Classes in com.tccc.kos.commons.core.dispatcher used by com.tccc.kos.commons.core.httpclientClassDescriptionData class that encapsulates the response from an HTTP/REST endpoint.
-
Classes in com.tccc.kos.commons.core.dispatcher used by com.tccc.kos.commons.web.apiClassDescriptionEnumeration containing the complete list of HTTP request methods.Data class that encapsulates the response from an HTTP/REST endpoint.
-
Classes in com.tccc.kos.commons.core.dispatcher used by com.tccc.kos.commons.web.websocketClassDescriptionInterface that abstracts out the common request methods used by the system dispatcher.