Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jserver.httpserver.DispatchResponse

java.lang.Object
    |
    +----cornell.slk.jserver.httpserver.DispatchResponse

public class DispatchResponse
extends java.lang.Object
implements cornell.slk.jkernel.core.FastCopyGraph, java.io.Serializable

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

replyHeader

public byte[] replyHeader

replyData

public byte[] replyData

replyError

public byte[] replyError

replyDataLen

public int replyDataLen

replyHeaderLen

public int replyHeaderLen

replyErrorLen

public int replyErrorLen
Constructor Detail

DispatchResponse

public DispatchResponse()
Method Detail

dump

public void dump(java.io.PrintStream output)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS