org.objectweb.jonathan.protocols.api

Interface ProtocolIdentifiers

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 Details

GIOP

public static final int GIOP

Field Value:
0


HTTP

public static final int HTTP

Field Value:
2


MULTICASTIP

public static final int MULTICASTIP

Field Value:
4


MULTIPLEX

public static final int MULTIPLEX

Field Value:
5


RTP

public static final int RTP

Field Value:
3


TCPIP

public static final int TCPIP

Field Value:
1