UM Java API
6.16.1
|
Public Member Functions | |
LBMApplicationHeaderChain () throws LBMException | |
void | dispose () throws LBMException |
Iterator< LBMApplicationHeaderChainElement > | iterator () |
void | add (LBMApplicationHeaderChainElement element) throws LBMException |
Protected Member Functions | |
void | finalize () throws LBMException |
com.latencybusters.lbm.LBMApplicationHeaderChain.LBMApplicationHeaderChain | ( | ) | throws LBMException |
Create an LBMApplicationHeaderChain object used to attach application headers to a send.
void com.latencybusters.lbm.LBMApplicationHeaderChain.add | ( | LBMApplicationHeaderChainElement | element | ) | throws LBMException |
Add a new LBMApplicationHeaderChainElement to the end of this application header chain.
element | The element to add. |
LBMException | if the add fails for any reason. |
void com.latencybusters.lbm.LBMApplicationHeaderChain.dispose | ( | ) | throws LBMException |
Cleans up memory associated with this LBMApplicationHeaderChain. A chain should not be used again once dispose() has been called. Calling dispose() is optional, but recommended.
Referenced by com.latencybusters.lbm.LBMApplicationHeaderChain.finalize().
|
protected |
This method is for internal use only, and is not supported for customer applications.
References com.latencybusters.lbm.LBMApplicationHeaderChain.dispose().
Iterator<LBMApplicationHeaderChainElement> com.latencybusters.lbm.LBMApplicationHeaderChain.iterator | ( | ) |
Returns an iterator that can be used to iterate over each LBMApplicationHeaderChainElement in this LBMApplicationHeaderChain.