|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
abort()
we no longer want the data requested (the connection closed) |
boolean |
getAborted()
was this request aborted? |
int |
getPendingInboundRequested()
how many inbound bytes were requested and haven't yet been allocated? |
int |
getPendingOutboundRequested()
how many outbound bytes were requested and haven't yet been allocated? |
java.lang.String |
getRequestName()
describe this particular request |
long |
getRequestTime()
when was the request made? |
int |
getTotalInboundRequested()
how many inbound bytes were requested? |
int |
getTotalOutboundRequested()
how many outbound bytes were requested? |
void |
waitForNextAllocation()
block until we are allocated some more bytes |
Method Detail |
public java.lang.String getRequestName()
public long getRequestTime()
public int getTotalOutboundRequested()
public int getPendingOutboundRequested()
public int getTotalInboundRequested()
public int getPendingInboundRequested()
public void waitForNextAllocation()
public void abort()
public boolean getAborted()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |