public abstract class CConnection extends CMsgHandler
| Modifier and Type | Field and Description |
|---|---|
CSecurity |
csecurity |
static int |
maxSecTypes |
static int |
RFBSTATE_INITIALISATION |
static int |
RFBSTATE_INVALID |
static int |
RFBSTATE_NORMAL |
static int |
RFBSTATE_PROTOCOL_VERSION |
static int |
RFBSTATE_SECURITY |
static int |
RFBSTATE_SECURITY_RESULT |
static int |
RFBSTATE_SECURITY_TYPES |
static int |
RFBSTATE_UNINITIALISED |
SecurityClient |
security |
cp| Constructor and Description |
|---|
CConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
authSuccess() |
void |
deleteReaderAndWriter() |
void |
fence(int flags,
int len,
byte[] data) |
InStream |
getInStream() |
OutStream |
getOutStream() |
String |
getServerName() |
int |
getServerPort() |
void |
initialiseProtocol() |
void |
initSecTypes() |
void |
processMsg() |
CMsgReaderV3 |
reader() |
void |
serverInit() |
void |
setClientSecTypeOrder(boolean csto) |
void |
setProtocol3_3(boolean s) |
void |
setServerName(String name) |
void |
setServerPort(int port) |
void |
setShared(boolean s) |
protected void |
setState(int s) |
void |
setStreams(InStream is_,
OutStream os_) |
int |
state() |
CMsgWriterV3 |
writer() |
beginRect, bell, clientRedirect, copyRect, endOfContinuousUpdates, endRect, fillRect, framebufferUpdateEnd, framebufferUpdateStart, getPreferredPF, imageRect, serverCutText, setColourMapEntries, setCursor, setDesktopSize, setExtendedDesktopSize, setName, setPixelFormatpublic static final int RFBSTATE_UNINITIALISED
public static final int RFBSTATE_PROTOCOL_VERSION
public static final int RFBSTATE_SECURITY_TYPES
public static final int RFBSTATE_SECURITY
public static final int RFBSTATE_SECURITY_RESULT
public static final int RFBSTATE_INITIALISATION
public static final int RFBSTATE_NORMAL
public static final int RFBSTATE_INVALID
public CSecurity csecurity
public SecurityClient security
public static final int maxSecTypes
public void deleteReaderAndWriter()
public final void initialiseProtocol()
public void processMsg()
public final void setServerName(String name)
public final void setShared(boolean s)
public final void setProtocol3_3(boolean s)
public void setServerPort(int port)
public void initSecTypes()
public void authSuccess()
public void serverInit()
serverInit in class CMsgHandlerpublic void setClientSecTypeOrder(boolean csto)
public CMsgReaderV3 reader()
public CMsgWriterV3 writer()
public InStream getInStream()
public OutStream getOutStream()
public String getServerName()
public int getServerPort()
public int state()
protected final void setState(int s)
public void fence(int flags,
int len,
byte[] data)
fence in class CMsgHandlerCopyright © 2019. All rights reserved.