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, wrapChunkpublic 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 ChunkHandlerpublic void disconnected()
disconnected in class ChunkHandlerpublic Chunk handleChunk(Chunk request)
handleChunk in class ChunkHandler