Uses of Class
org.jgroups.protocols.ABP.Type
-
Packages that use ABP.Type Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ABP.Type in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ABP.Type Modifier and Type Field Description protected ABP.Type
ABP.ABPHeader. type
Methods in org.jgroups.protocols that return ABP.Type Modifier and Type Method Description static ABP.Type
ABP.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ABP.Type[]
ABP.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgroups.protocols with parameters of type ABP.Type Constructor Description ABPHeader(ABP.Type type, byte bit)
-