|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMApplicationHeaderChain
public class LBMApplicationHeaderChain
Constructor Summary | |
---|---|
LBMApplicationHeaderChain()
Create an LBMApplicationHeaderChain object used to attach application headers to a send. |
Method Summary | |
---|---|
void |
add(LBMApplicationHeaderChainElement element)
Add a new LBMApplicationHeaderChainElement to the end of this application header chain. |
void |
dispose()
Cleans up memory associated with this LBMApplicationHeaderChain. |
protected void |
finalize()
|
java.util.Iterator<LBMApplicationHeaderChainElement> |
iterator()
Returns an iterator that can be used to iterate over each LBMApplicationHeaderChainElement in this LBMApplicationHeaderChain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMApplicationHeaderChain() throws LBMException
LBMException
Method Detail |
---|
public void dispose() throws LBMException
LBMException
protected void finalize() throws LBMException
finalize
in class java.lang.Object
LBMException
public java.util.Iterator<LBMApplicationHeaderChainElement> iterator()
LBMApplicationHeaderChainElement
in this LBMApplicationHeaderChain.
iterator
in interface java.lang.Iterable<LBMApplicationHeaderChainElement>
LBMApplicationHeaderChainElement
items in this application chain.public void add(LBMApplicationHeaderChainElement element) throws LBMException
LBMApplicationHeaderChainElement
to the end of this application header chain.
element
- The element to add.
LBMException
- if the add fails for any reason.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |