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

Packages that use ProtocolIdentifiers
org.objectweb.jonathan.apis.protocols.http A set of classes and interfaces specializing the binding abstractions to the HTTP protocol, and abstracting connection management. 
org.objectweb.jonathan.apis.protocols.ip Provides a set of classes and interfaces refining the binding abstractions in the case of IP protocols, and introduces some connection management abstractions. 
 

Uses of ProtocolIdentifiers in org.objectweb.jonathan.apis.protocols.http
 

Classes in org.objectweb.jonathan.apis.protocols.http that implement ProtocolIdentifiers
 class HttpSessionIdentifier
          The superclass of all HTTP session identifiers.
 

Uses of ProtocolIdentifiers in org.objectweb.jonathan.apis.protocols.ip
 

Classes in org.objectweb.jonathan.apis.protocols.ip that implement ProtocolIdentifiers
 class IpSessionIdentifier
          IpSessionIdentifier is a specific SessionIdentifier type for IP protocols.