solar.service.transport
Interface TransportConstants

All Known Implementing Classes:
PastryTransportService, TcpTransportService, UdpObjectTransport, UdpTransport, UdpTransportService

public interface TransportConstants

Constants used by transport service.

Version:
$Id: TransportConstants.java,v 1.2 2003/09/29 21:21:50 glchen Exp $
Author:
Guanling Chen

Field Summary
static int PASTRY_ADDRESS
           
static int SOCKET_ADDRESS
           
static int TRANSPORT_PASTRY_PORT
          The default pastry listening port.
static int TRANSPORT_TCP_PORT
          The default tcp listening port.
static int TRANSPORT_UDP_MSS
          UDP packet size limit.
static int TRANSPORT_UDP_PORT
          The default udp listening port.
 

Field Detail

SOCKET_ADDRESS

public static final int SOCKET_ADDRESS
See Also:
Constant Field Values

PASTRY_ADDRESS

public static final int PASTRY_ADDRESS
See Also:
Constant Field Values

TRANSPORT_UDP_PORT

public static final int TRANSPORT_UDP_PORT
The default udp listening port.

See Also:
Constant Field Values

TRANSPORT_TCP_PORT

public static final int TRANSPORT_TCP_PORT
The default tcp listening port.

See Also:
Constant Field Values

TRANSPORT_PASTRY_PORT

public static final int TRANSPORT_PASTRY_PORT
The default pastry listening port.

See Also:
Constant Field Values

TRANSPORT_UDP_MSS

public static final int TRANSPORT_UDP_MSS
UDP packet size limit.

See Also:
Constant Field Values