Rice Pastry API

org.mpisws.p2p.transport
Interface TransportLayerListenerConstants


public interface TransportLayerListenerConstants


Field Summary
static int AUTHENTICATED
           
static int ENCRYPTED
           
static int OVERHEAD
          Traffic due to this layer.
static int PASSTHROUGH
          Traffic due to another layer.
static int TCP
           
static int UDP
           
static int UNKNOWN
          Transport type
 

Field Detail

UNKNOWN

static final int UNKNOWN
Transport type

See Also:
Constant Field Values

UDP

static final int UDP
See Also:
Constant Field Values

TCP

static final int TCP
See Also:
Constant Field Values

ENCRYPTED

static final int ENCRYPTED
See Also:
Constant Field Values

AUTHENTICATED

static final int AUTHENTICATED
See Also:
Constant Field Values

OVERHEAD

static final int OVERHEAD
Traffic due to this layer.

See Also:
Constant Field Values

PASSTHROUGH

static final int PASSTHROUGH
Traffic due to another layer.

See Also:
Constant Field Values

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection