Interface w3c.www.protocol.http.icp.ICP
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.www.protocol.http.icp.ICP

public interface ICP
extends Object
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 final static int ICP_VERSION
ICP constants - The major version of ICP we speak.
 o ICP_OP_INVALID
  public final static int ICP_OP_INVALID
ICP constants - Invalid payload (must not be sent).
 o ICP_OP_QUERY
  public final static int ICP_OP_QUERY
 o ICP_OP_HIT
  public final static int ICP_OP_HIT
 o ICP_OP_MISS
  public final static int ICP_OP_MISS
 o ICP_OP_ERR
  public final static int ICP_OP_ERR
 o ICP_OP_SEND
  public final static int ICP_OP_SEND
 o ICP_OP_SENDA
  public final static int ICP_OP_SENDA
 o ICP_OP_DATABEG
  public final static int ICP_OP_DATABEG
 o ICP_OP_DATA
  public final static int ICP_OP_DATA
 o ICP_OP_DATAEND
  public final static int ICP_OP_DATAEND
 o ICP_OP_SECHO
  public final static int ICP_OP_SECHO
 o ICP_OP_DECHO
  public final static int ICP_OP_DECHO
 o ICP_OP_RELOADING
  public final static int ICP_OP_RELOADING
 o ICP_OP_DENIED
  public final static int ICP_OP_DENIED
 o ICP_OP_HIT_OBJ
  public final static int ICP_OP_HIT_OBJ
 o ICP_FLAG_HIT_OBJ
  public final static int ICP_FLAG_HIT_OBJ

All Packages  Class Hierarchy  This Package  Previous  Next  Index