hypercast
Interface I_IPv4_UnicastAdapter

All Superinterfaces:
I_Stats, I_UnicastAdapter
All Known Subinterfaces:
I_MulticastAdapter
All Known Implementing Classes:
SecurityProcessor, SSL_UnicastAdapter, TCP_UDP_Adapter, TCP_UnicastAdapter, UDP_MulticastAdapter, UDP_UnicastAdapter

public interface I_IPv4_UnicastAdapter
extends I_UnicastAdapter

This interface defines constatns and functions for an IPv4 unicast adapter.


Field Summary
static int MAX_RETRIES_TO_OPEN_SOCKET
          Maximum # of attempts to open a unicast socket.
 
Fields inherited from interface hypercast.I_UnicastAdapter
CLOSED, STARTED, STARTING, STOPPED, STOPPING
 
Methods inherited from interface hypercast.I_UnicastAdapter
clearTimer, close, createPhysicalAddress, createPhysicalAddress, createPhysicalAddress, createUnderlayAddress, createUnderlayAddress, createUnderlayAddress, getCurrentTime, getInfo, getPhysicalAddressSize, getTimer, getUnderlayAddressSize, Reset, sendUnicastMessage, setCallback, setTimer, Start, Stop, Stop
 
Methods inherited from interface hypercast.I_Stats
getReadSchema, getStats, getStatsName, getWriteSchema, setStats, setStatsName
 

Field Detail

MAX_RETRIES_TO_OPEN_SOCKET

public static final int MAX_RETRIES_TO_OPEN_SOCKET
Maximum # of attempts to open a unicast socket.

See Also:
Constant Field Values