org.w3c.www.protocol.http.micp
Interface MICP

All Known Implementing Classes:
MICPFilter, MICPReadWrite

public interface MICP

MICP constants.


Field Summary
static byte MICP_OP_QUERY
          MIC opcodes - query for an URL.
static byte MICP_OP_REPLY
          MICP opcode - reply to a query.
static byte MICP_VERSION
          MICP current version.
 

Field Detail

MICP_VERSION

static final byte MICP_VERSION
MICP current version.

See Also:
Constant Field Values

MICP_OP_QUERY

static final byte MICP_OP_QUERY
MIC opcodes - query for an URL.

See Also:
Constant Field Values

MICP_OP_REPLY

static final byte MICP_OP_REPLY
MICP opcode - reply to a query.

See Also:
Constant Field Values