org.w3c.www.mux
Interface MUX

All Known Implementing Classes:
MuxInputStream

public interface MUX


Field Summary
static int CONTROL
           
static int CTRL_CODE
           
static int CTRL_DEFINE_STACK
           
static int CTRL_DEFINE_STRING
           
static int CTRL_MUX_CONTROL
           
static int CTRL_SEND_CREDIT
           
static int FIN
           
static int LENGTH
           
static int LONG_LENGTH
           
static int MAX_SESSION
           
static int PUSH
           
static int READER_BUFFER_SIZE
           
static int RECEIVER_DEFAULT_CREDIT
           
static int RST
           
static int SENDER_DEFAULT_CREDIT
           
static int SENDER_DEFAULT_FRAGMENT_SIZE
           
static int SESSION
           
static int SESSIONS_INCR
           
static int SYN
           
static int WRITER_BUFFER_SIZE
           
 

Field Detail

RECEIVER_DEFAULT_CREDIT

static final int RECEIVER_DEFAULT_CREDIT
See Also:
Constant Field Values

SENDER_DEFAULT_CREDIT

static final int SENDER_DEFAULT_CREDIT
See Also:
Constant Field Values

WRITER_BUFFER_SIZE

static final int WRITER_BUFFER_SIZE
See Also:
Constant Field Values

READER_BUFFER_SIZE

static final int READER_BUFFER_SIZE
See Also:
Constant Field Values

SENDER_DEFAULT_FRAGMENT_SIZE

static final int SENDER_DEFAULT_FRAGMENT_SIZE
See Also:
Constant Field Values

SESSIONS_INCR

static final int SESSIONS_INCR
See Also:
Constant Field Values

MAX_SESSION

static final int MAX_SESSION
See Also:
Constant Field Values

LONG_LENGTH

static final int LONG_LENGTH
See Also:
Constant Field Values

CONTROL

static final int CONTROL
See Also:
Constant Field Values

SYN

static final int SYN
See Also:
Constant Field Values

FIN

static final int FIN
See Also:
Constant Field Values

RST

static final int RST
See Also:
Constant Field Values

PUSH

static final int PUSH
See Also:
Constant Field Values

SESSION

static final int SESSION
See Also:
Constant Field Values

LENGTH

static final int LENGTH
See Also:
Constant Field Values

CTRL_CODE

static final int CTRL_CODE
See Also:
Constant Field Values

CTRL_DEFINE_STRING

static final int CTRL_DEFINE_STRING
See Also:
Constant Field Values

CTRL_DEFINE_STACK

static final int CTRL_DEFINE_STACK
See Also:
Constant Field Values

CTRL_MUX_CONTROL

static final int CTRL_MUX_CONTROL
See Also:
Constant Field Values

CTRL_SEND_CREDIT

static final int CTRL_SEND_CREDIT
See Also:
Constant Field Values