|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolStack | |
---|---|
org.javagroups | |
org.javagroups.stack |
Uses of ProtocolStack in org.javagroups |
---|
Methods in org.javagroups that return ProtocolStack | |
ProtocolStack |
JChannel.getProtocolStack()
Returns the protocol stack. |
Uses of ProtocolStack in org.javagroups.stack |
---|
Fields in org.javagroups.stack declared as ProtocolStack | |
protected ProtocolStack |
Protocol.stack
|
Methods in org.javagroups.stack with parameters of type ProtocolStack | |
Protocol |
Configurator.setupProtocolStack(java.lang.String configuration,
ProtocolStack st)
The configuration string has a number of entries, separated by a ':' (colon). |
Protocol |
Configurator.createProtocol(java.lang.String prot_spec,
ProtocolStack stack)
Creates a new protocol given the protocol specification. |
void |
Configurator.insertProtocol(Protocol prot,
int position,
java.lang.String neighbor_prot,
ProtocolStack stack)
Inserts an already created (and initialized) protocol into the protocol list. |
void |
Protocol.setProtocolStack(ProtocolStack stack)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |