org.walluck.oscar
Interface FLAPType


public interface FLAPType

Descrtibes all known FLAP types.

Since:
1.0
Version:
1.0
Author:
David Walluck

Field Summary
static int FLAP_TYPE_DATA
          Used to send data.
static int FLAP_TYPE_ERROR
          Used if error.
static int FLAP_TYPE_KEEP_ALIVE
          Used to keep the connection alive.
static int FLAP_TYPE_SIGNOFF
          Used during signoff.
static int FLAP_TYPE_SIGNON
          Used during signon.
 

Field Detail

FLAP_TYPE_SIGNON

public static final int FLAP_TYPE_SIGNON
Used during signon.

See Also:
Constant Field Values

FLAP_TYPE_DATA

public static final int FLAP_TYPE_DATA
Used to send data.

See Also:
Constant Field Values

FLAP_TYPE_ERROR

public static final int FLAP_TYPE_ERROR
Used if error.

See Also:
Constant Field Values

FLAP_TYPE_SIGNOFF

public static final int FLAP_TYPE_SIGNOFF
Used during signoff.

See Also:
Constant Field Values

FLAP_TYPE_KEEP_ALIVE

public static final int FLAP_TYPE_KEEP_ALIVE
Used to keep the connection alive.

See Also:
Constant Field Values