Packages

package utils

Type Members

  1. trait CallLogging[ServerRPCType] extends ExposesServerRPC[ServerRPCType]

    ExposesServerRPC mixin simplifying RPC calls logging.

  2. class DefaultAtmosphereFramework extends AtmosphereFramework

    AtmosphereFramework with default configuration for Udash.

  3. abstract class FileDownloadServlet extends HttpServlet

    Template of a servlet handling files download.

  4. abstract class FileUploadServlet extends HttpServlet

    Template of a servlet handling files upload.

    Template of a servlet handling files upload. It takes files from the request and passes data to the handleFile method.

  5. class Logged extends Annotation with StaticAnnotation

    Marks RPC method for CallLogging

Ungrouped