| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
java.lang.Object
|
+----cornell.slk.jserver.httpserver.DispatchResponse
| Field Summary | |
| byte[] | replyData
|
| int | replyDataLen
|
| byte[] | replyError
|
| int | replyErrorLen
|
| byte[] | replyHeader
|
| int | replyHeaderLen
|
| Constructor Summary | |
| DispatchResponse()
|
|
| Method Summary | |
| void | dump(java.io.PrintStream output)
|
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public byte[] replyHeader
public byte[] replyData
public byte[] replyError
public int replyDataLen
public int replyHeaderLen
public int replyErrorLen
| Constructor Detail |
public DispatchResponse()
| Method Detail |
public void dump(java.io.PrintStream output)
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||