Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.jempeg.empeg.protocol

Classes in org.jempeg.empeg.protocol used by org.jempeg.empeg.protocol
AbstractEmpegDiscoverer
          AbstractEmpegDiscoverer is the base class for the various implementations of ways that an Empeg can be automatically located.
ConnectionIfc
          A ConnectionIfc is the interface that must be implemented to provide basic communication capabilities to the Empeg.
CRC16
          The CRC implementation that was "borrowed" from our friends at Empeg.
DynamicData
          Dynamic Data
EmpegCharArray
          Represents an Empeg "char[]".
EmpegDescription
          EmpegDescription is metadata about a Connection.
EmpegDescription.ConnectionType
          An enumerated type of Connections
EmpegFILEID
          Represents an Empeg "FILEID".
EmpegInputStream
          EmpegInputStream is an InputStream that implements the type conversion (both endianness and signedness/unsignedness) that matches that of the Empeg's protocol.
EmpegInt
          Represents an Empeg "int".
EmpegOutputStream
          EmpegOutputStream is an OutputStream that implements the type conversion (both endianness and signedness/unsignedness) that matches that of the Empeg's protocol.
EmpegShort
          Represents an Empeg "short".
EmpegSTATUS
          Represents an Empeg "STATUS".
EmpegUINT16
          Represents an Empeg "UINT16".
EmpegUINT32
          Represents an Empeg "UINT32".
PlayerIdentity
          PlayerIdentity is a data structure that represents descriptive information about an Empeg.
PlayerVersionInfo
          PlayerVersionInfo represents version information about an Empeg.
PrimitiveIfc
          This interface is implemented by any primitive type.
ProtocolClient
          ProtocolClient defines the protocol communication layer at a higher level than Request.
Request
          Request is the lowest-level interface to communicating with the Empeg.
SocketConnection
          SocketConnection is an implementation of ConnectionIfc that can communicate with an Empeg over an ethernet connection.
UpgradeListenerIfc
          The interface that is implemented by anything that wants to receive upgrade status events.
Upgrader