public interface ProtocolHandlerChain
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the
ProtocolHandlerChain. |
<T> LinkedList<T> |
getHandlers(Class<T> type)
Returns a list of handler of the requested type.
|
<T> LinkedList<T> getHandlers(Class<T> type)
T - type - the type of handler we're interested invoid destroy()
ProtocolHandlerChain. After this call it will not be usable anymoreCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.