|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ejip.Html
a very SIMPLE HTML server class.
Field Summary | |
static int[] |
end
|
static int |
IO_ADC
|
static int[] |
msg
|
static int[] |
off
|
static int[] |
on
|
static int[] |
prot
|
static int[] |
tmp
|
static int[] |
val
|
Constructor Summary | |
Html()
|
Method Summary | |
static void |
init()
allocate buffers. |
static int |
setText(int[] buf,
int req_pos,
int req_len,
int ret_pos)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int[] prot
public static int[] end
public static int[] on
public static int[] off
public static int[] val
public static int[] tmp
public static int[] msg
public static final int IO_ADC
Constructor Detail |
public Html()
Method Detail |
public static void init()
public static int setText(int[] buf, int req_pos, int req_len, int ret_pos)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |