Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
ProtocolStack |
JChannel.getProtocolStack()
Returns the protocol stack
|
abstract ProtocolStack |
Channel.getProtocolStack() |
Modifier and Type | Method and Description |
---|---|
void |
JChannel.setProtocolStack(ProtocolStack stack) |
Modifier and Type | Field and Description |
---|---|
protected ProtocolStack |
Protocol.stack |
Modifier and Type | Method and Description |
---|---|
ProtocolStack |
ProtocolStack.addProtocol(Protocol prot)
Adds a protocol at the tail of the protocol list
|
ProtocolStack |
ProtocolStack.addProtocols(List<Protocol> prots)
Adds a list of protocols
|
ProtocolStack |
ProtocolStack.addProtocols(Protocol... prots)
Adds a list of protocols
|
ProtocolStack |
Protocol.getProtocolStack() |
Modifier and Type | Method and Description |
---|---|
List<Protocol> |
ProtocolStack.copyProtocols(ProtocolStack targetStack) |
protected static Protocol |
Configurator.createLayer(ProtocolStack stack,
ProtocolConfiguration config) |
static Protocol |
Configurator.createProtocol(String prot_spec,
ProtocolStack stack)
Creates a new protocol given the protocol specification.
|
void |
Protocol.setProtocolStack(ProtocolStack stack) |
void |
ProtocolStack.setup(ProtocolStack stack) |
Protocol |
Configurator.setupProtocolStack(ProtocolStack copySource) |
Constructor and Description |
---|
Configurator(ProtocolStack protocolStack) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.