Uses of Class
net.rfb.CMsgHandler

Packages that use CMsgHandler
net.rfb   
net.vncviewer   
 

Uses of CMsgHandler in net.rfb
 

Subclasses of CMsgHandler in net.rfb
 class CConnection
           
 

Methods in net.rfb with parameters of type CMsgHandler
abstract  void Decoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void ZRLEDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void HextileDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void RREDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 void RawDecoder.readRect(int x, int y, int w, int h, CMsgHandler handler)
           
 

Constructors in net.rfb with parameters of type CMsgHandler
CMsgReaderV3(CMsgHandler handler_, InStream is_)
           
 

Uses of CMsgHandler in net.vncviewer
 

Subclasses of CMsgHandler in net.vncviewer
 class CConn