Package muntjac :: Package terminal :: Package gwt :: Package server :: Module abstract_communication_manager
[hide private]
[frames] | no frames]

Module abstract_communication_manager

source code

Defines a common base class for the server-side implementations of the communication system between the client code and the server side components.

Classes [hide private]
  AbstractCommunicationManager
This is a common base class for the server-side implementations of the communication system between the client code (compiled with GWT into JavaScript) and the server side components.
  IRequest
Generic interface of a (HTTP or Portlet) request to the application.
  IResponse
Generic interface of a (HTTP or Portlet) response from the application.
  ISession
Generic wrapper interface for a (HTTP or Portlet) session.
  ICallback
  UploadInterruptedException
  ErrorHandlerErrorEvent
  URIHandlerErrorImpl
Implementation of IErrorEvent interface.
  InvalidUIDLSecurityKeyException
  OpenWindowCache
Helper class for terminal to keep track of data that client is expected to know.
  SimpleMultiPartInputStream
Stream that extracts content from another stream until the boundary string is encountered.
Variables [hide private]
  logger = logging.getLogger(__file__)
  __package__ = 'muntjac.terminal.gwt.server'