org.objectweb.jonathan.apis.protocols
Interface ProtocolIdentifiers

All Known Implementing Classes:
HttpSessionIdentifier, IpSessionIdentifier

public interface ProtocolIdentifiers

Simply, a list of the protocol identifiers used in the exotic protocol graph thingy.


Field Summary
static int GIOP
           
static int HTTP
           
static int MULTICASTIP
           
static int MULTIPLEX
           
static int RTP
           
static int TCPIP
           
 

Field Detail

GIOP

public static final int GIOP
See Also:
Constant Field Values

TCPIP

public static final int TCPIP
See Also:
Constant Field Values

HTTP

public static final int HTTP
See Also:
Constant Field Values

RTP

public static final int RTP
See Also:
Constant Field Values

MULTICASTIP

public static final int MULTICASTIP
See Also:
Constant Field Values

MULTIPLEX

public static final int MULTIPLEX
See Also:
Constant Field Values