|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonathan.apis.protocols.ProtocolInfo
public class ProtocolInfo
Tree-like structure to hold the protocol stack info at configuration time. This will be used in the Binder to instanciate server side protocol graphs.
| Constructor Summary | |
|---|---|
ProtocolInfo(Protocol current)
Create a leaf ProtocolInfo node. |
|
ProtocolInfo(Protocol current,
ProtocolInfo[] lower)
Create a non-leaf ProtocolInfo node. |
|
| Method Summary | |
|---|---|
Context |
getHints()
|
ProtocolInfo[] |
getLower()
Get the lower nodes. |
Protocol |
getProtocol()
Get the protocol id of this node. |
void |
setHints(Context hints)
Set the hints that may help things to happen smoothly (e.g. configure the port in TCP/IP, ...). |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProtocolInfo(Protocol current)
current - the protocol id of this node.
public ProtocolInfo(Protocol current,
ProtocolInfo[] lower)
current - protocol id of this node.lower - the lower nodes.| Method Detail |
|---|
public void setHints(Context hints)
hints - the new hints.public ProtocolInfo[] getLower()
public Protocol getProtocol()
public Context getHints()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||