gnu.rfb.client
Class ServerInitMessage

java.lang.Object
  extended by gnu.rfb.client.ServerInitMessage

public class ServerInitMessage
extends java.lang.Object

Holds the information to read/write a server intialization message.


Field Summary
 int height
           
 java.lang.String name
           
 PixelFormat pixelformat
           
 int width
           
 
Constructor Summary
ServerInitMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

pixelformat

public PixelFormat pixelformat

name

public java.lang.String name
Constructor Detail

ServerInitMessage

public ServerInitMessage()