|
|||||||||||
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) |
void |
attach(java.lang.Object obj)
|
java.lang.Object |
attachment()
|
boolean |
getAborted()
was this request aborted? |
FIFOBandwidthLimiter.CompleteListener |
getCompleteListener()
|
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 |
init(int in,
int out,
java.lang.String target)
thar be dragons |
void |
setCompleteListener(FIFOBandwidthLimiter.CompleteListener lsnr)
|
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()
public void init(int in, int out, java.lang.String target)
public void setCompleteListener(FIFOBandwidthLimiter.CompleteListener lsnr)
public void attach(java.lang.Object obj)
public java.lang.Object attachment()
public FIFOBandwidthLimiter.CompleteListener getCompleteListener()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |