| Home >> All >> ru >> gammalabs >> ice >> utils >> [ http Javadoc ] |
ru.gammalabs.ice.utils.http: Javadoc index of package ru.gammalabs.ice.utils.http.
Package Samples:
ru.gammalabs.ice.utils.http
Classes:
RequestProcessor: Interface of objects serialization/deserialization service for Web environments. Request processor may function as a container of objects, able to serialize all it's content into request string, or as an API for individual object serialization/deserialization.
Requestable: Interface that should be implemented by objects that are going to be serialized/deserialized by RequestProcessor. This interface provides properties for object instance unique identification and indicating properties to be serialized.
AbstractRequestable: Abstract implementation of Requestable interface providing the basic functions for storing and managing object identifier and public properties list.
UnsupportedTypeException: Exception thrown by RequestProcessor in case values of this type are not supported by this RequestProcessor implementation.
IncompatibleTypeException: Exception thrown by RequestProcessor in case it is not possible to cast string value to requested type.
DefaultRequestProcessor: Default implementation of RequestProcessor for use with HTTP GET/POST request strings.
ProcessingException
| Home | Contact Us | Privacy Policy | Terms of Service |