public class DdmHandleProfiling extends ChunkHandler
Modifier and Type | Field and Description |
---|---|
static int |
CHUNK_MPRE |
static int |
CHUNK_MPRQ |
static int |
CHUNK_MPRS |
static int |
CHUNK_MPSE |
static int |
CHUNK_MPSS |
static int |
CHUNK_SPSE |
static int |
CHUNK_SPSS |
CHUNK_FAIL, CHUNK_ORDER
Modifier and Type | Method and Description |
---|---|
void |
connected()
Called when the DDM server connects.
|
void |
disconnected()
Called when the DDM server disconnects.
|
Chunk |
handleChunk(Chunk request)
Handle a chunk of data.
|
static void |
register()
Register for the messages we're interested in.
|
createFailChunk, getString, name, putString, type, wrapChunk
public static final int CHUNK_MPRS
public static final int CHUNK_MPRE
public static final int CHUNK_MPSS
public static final int CHUNK_MPSE
public static final int CHUNK_MPRQ
public static final int CHUNK_SPSS
public static final int CHUNK_SPSE
public static void register()
public void connected()
connected
in class ChunkHandler
public void disconnected()
disconnected
in class ChunkHandler
public Chunk handleChunk(Chunk request)
handleChunk
in class ChunkHandler