Uses of Interface
org.objectweb.jonathan.apis.protocols.Protocol

Packages that use Protocol
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder component. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Uses of Protocol in org.objectweb.fractal.rmi
 

Classes in org.objectweb.fractal.rmi that implement Protocol
 class RmiProtocol
          Provides a very simple invocation protocol component.
 

Fields in org.objectweb.fractal.rmi declared as Protocol
protected  Protocol RmiBinder.rmi
          The invocation protocol used to send invocation messages.
protected  Protocol RmiBinder.tcp
          The transport protocol used by the invocation protocol to send its messages.
 

Uses of Protocol in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return Protocol
 Protocol SessionIdentifier.getProtocol()
          Returns the protocol that created this session identifier.
 Protocol ProtocolInfo.getProtocol()
          Get the protocol id of this node.
 

Constructors in org.objectweb.jonathan.apis.protocols with parameters of type Protocol
ProtocolInfo(Protocol current)
          Create a leaf ProtocolInfo node.
ProtocolInfo(Protocol current, ProtocolInfo[] lower)
          Create a non-leaf ProtocolInfo node.
 

Uses of Protocol in org.objectweb.jonathan.libs.protocols.tcpip
 

Classes in org.objectweb.jonathan.libs.protocols.tcpip that implement Protocol
 class TcpIpProtocol
          This is an implementation of the Protocol interface representing the TCP/IP stack.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.