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)


Variable Index

 o ICP_FLAG_HIT_OBJ
 o ICP_OP_DATA
 o ICP_OP_DATABEG
 o ICP_OP_DATAEND
 o ICP_OP_DECHO
 o ICP_OP_DENIED
 o ICP_OP_ERR
 o ICP_OP_HIT
 o ICP_OP_HIT_OBJ
 o ICP_OP_INVALID
ICP constants - Invalid payload (must not be sent).
 o ICP_OP_MISS
 o ICP_OP_QUERY
 o ICP_OP_RELOADING
 o ICP_OP_SECHO
 o ICP_OP_SEND
 o ICP_OP_SENDA
 o ICP_VERSION
ICP constants - The major version of ICP we speak.

Variables

 o ICP_VERSION
 public static final int ICP_VERSION
ICP constants - The major version of ICP we speak.

 o ICP_OP_INVALID
 public static final int ICP_OP_INVALID
ICP constants - Invalid payload (must not be sent).

 o ICP_OP_QUERY
 public static final int ICP_OP_QUERY
 o ICP_OP_HIT
 public static final int ICP_OP_HIT
 o ICP_OP_MISS
 public static final int ICP_OP_MISS
 o ICP_OP_ERR
 public static final int ICP_OP_ERR
 o ICP_OP_SEND
 public static final int ICP_OP_SEND
 o ICP_OP_SENDA
 public static final int ICP_OP_SENDA
 o ICP_OP_DATABEG
 public static final int ICP_OP_DATABEG
 o ICP_OP_DATA
 public static final int ICP_OP_DATA
 o ICP_OP_DATAEND
 public static final int ICP_OP_DATAEND
 o ICP_OP_SECHO
 public static final int ICP_OP_SECHO
 o ICP_OP_DECHO
 public static final int ICP_OP_DECHO
 o ICP_OP_RELOADING
 public static final int ICP_OP_RELOADING
 o ICP_OP_DENIED
 public static final int ICP_OP_DENIED
 o ICP_OP_HIT_OBJ
 public static final int ICP_OP_HIT_OBJ
 o ICP_FLAG_HIT_OBJ
 public static final int ICP_FLAG_HIT_OBJ

All Packages  Class Hierarchy  This Package  Previous  Next  Index