Uses of Interface
org.jgroups.protocols.LocalTransport
-
Packages that use LocalTransport Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of LocalTransport in org.jgroups.protocols
Fields in org.jgroups.protocols declared as LocalTransport Modifier and Type Field Description protected LocalTransport
TP. local_transport
Methods in org.jgroups.protocols that return LocalTransport Modifier and Type Method Description LocalTransport
LocalTransport. destroy()
LocalTransport
TP. getLocalTransport()
LocalTransport
LocalTransport. init(TP transport)
Calls after the local transport has been created.LocalTransport
LocalTransport. resetStats()
LocalTransport
LocalTransport. start()
LocalTransport
LocalTransport. stop()
LocalTransport
LocalTransport. viewChange(View v)
Methods in org.jgroups.protocols with parameters of type LocalTransport Modifier and Type Method Description <T extends TP>
TTP. setLocalTransport(LocalTransport l)
-