All Packages Class Hierarchy This Package Previous Next Index
Interface w3c.www.protocol.http.icp.ICP
- public interface ICP
Internet Cache Protocol well known constants.
ICP is a light-weight proxy to proxy protocol (FIXME, url)
-
ICP_FLAG_HIT_OBJ
-
-
ICP_OP_DATA
-
-
ICP_OP_DATABEG
-
-
ICP_OP_DATAEND
-
-
ICP_OP_DECHO
-
-
ICP_OP_DENIED
-
-
ICP_OP_ERR
-
-
ICP_OP_HIT
-
-
ICP_OP_HIT_OBJ
-
-
ICP_OP_INVALID
- ICP constants - Invalid payload (must not be sent).
-
ICP_OP_MISS
-
-
ICP_OP_QUERY
-
-
ICP_OP_RELOADING
-
-
ICP_OP_SECHO
-
-
ICP_OP_SEND
-
-
ICP_OP_SENDA
-
-
ICP_VERSION
- ICP constants - The major version of ICP we speak.
ICP_VERSION
public static final int ICP_VERSION
- ICP constants - The major version of ICP we speak.
ICP_OP_INVALID
public static final int ICP_OP_INVALID
- ICP constants - Invalid payload (must not be sent).
ICP_OP_QUERY
public static final int ICP_OP_QUERY
ICP_OP_HIT
public static final int ICP_OP_HIT
ICP_OP_MISS
public static final int ICP_OP_MISS
ICP_OP_ERR
public static final int ICP_OP_ERR
ICP_OP_SEND
public static final int ICP_OP_SEND
ICP_OP_SENDA
public static final int ICP_OP_SENDA
ICP_OP_DATABEG
public static final int ICP_OP_DATABEG
ICP_OP_DATA
public static final int ICP_OP_DATA
ICP_OP_DATAEND
public static final int ICP_OP_DATAEND
ICP_OP_SECHO
public static final int ICP_OP_SECHO
ICP_OP_DECHO
public static final int ICP_OP_DECHO
ICP_OP_RELOADING
public static final int ICP_OP_RELOADING
ICP_OP_DENIED
public static final int ICP_OP_DENIED
ICP_OP_HIT_OBJ
public static final int ICP_OP_HIT_OBJ
ICP_FLAG_HIT_OBJ
public static final int ICP_FLAG_HIT_OBJ
All Packages Class Hierarchy This Package Previous Next Index