org.objectweb.jonathan.protocols.api
Class 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.
ProtocolInfo
public ProtocolInfo(Protocol current)
Create a leaf ProtocolInfo node
ProtocolInfo
public ProtocolInfo(Protocol current,
ProtocolInfo lower)
Create a non-leaf ProtocolInfo node
getHints
public Context getHints()
getLower
public ProtocolInfo[] getLower()
Get the lower nodes
getProtocol
public Protocol getProtocol()
Get the protocol id of this node
setHints
public void setHints(Context hints)
Set the hints that may help things to happen smoothly
(e.g. configure the port in TCP/IP, ...)
toString
public String toString()