MCPcopy Create free account
hub / github.com/belaban/JGroups / getTransport

Method getTransport

src/org/jgroups/stack/ProtocolStack.java:217–220  ·  view source on GitHub ↗

Returns the bottom most protocol

()

Source from the content-addressed store, hash-verified

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() {

Callers 15

insertProtocolInStackMethod · 0.95
insertProtocolAtTopMethod · 0.95
initMethod · 0.95
startStackMethod · 0.95
stopStackMethod · 0.95
mainMethod · 0.95
setBundlingMethod · 0.95
changePropsMethod · 0.95
makeUniqueMethod · 0.95
createMethod · 0.95
discardMethod · 0.95

Calls 1

getBottomProtocolMethod · 0.95

Tested by 10

setBundlingMethod · 0.76
changePropsMethod · 0.76
makeUniqueMethod · 0.76
createMethod · 0.76
discardMethod · 0.76
insertDiscardProtocolMethod · 0.76
setUnbatchPolicyMethod · 0.76
discardTrafficMethod · 0.76
insertDiscardProtocolMethod · 0.76