Package

io.udash.rpc

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    ExposesServerRPC mixin simplifying RPC calls logging.

  2. class DefaultAtmosphereFramework extends AtmosphereFramework

    Permalink

    AtmosphereFramework with default configuration for Udash.

  3. abstract class FileDownloadServlet extends HttpServlet

    Permalink

    Template of a servlet handling files download.

  4. abstract class FileUploadServlet extends HttpServlet

    Permalink

    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

    Permalink

    Marks RPC method for CallLogging

Ungrouped