Returns the bottom most protocol
()
| 215 | |
| 216 | /** Returns the bottom most protocol */ |
| 217 | public TP getTransport() { |
| 218 | Protocol bottom=getBottomProtocol(); |
| 219 | return bottom instanceof TP? (TP)bottom : null; |
| 220 | } |
| 221 | |
| 222 | |
| 223 | public Map<String,Map<String,Object>> dumpStats() { |