org.apache.catalina.connector.warp
Class WarpConstants

java.lang.Object
  |
  +--org.apache.catalina.connector.warp.WarpConstants

public class WarpConstants
extends java.lang.Object

Version:
CVS $Id: WarpConstants.java,v 1.8 2001/01/24 23:10:44 pier Exp $
Author:
Pier Fumagalli, Copyright © 1999, 2000 The Apache Software Foundation.

Field Summary
static int RID_CONNECTION
           
static int RID_DISCONNECT
           
static int RID_MAX
           
static int RID_MIN
           
static int TYP_CONINIT_AID
           
static int TYP_CONINIT_APP
           
static int TYP_CONINIT_ERR
           
static int TYP_CONINIT_HID
           
static int TYP_CONINIT_HST
           
static int TYP_CONINIT_REQ
           
static int TYP_CONINIT_RID
           
static int TYP_REQINIT_ACK
           
static int TYP_REQINIT_ARG
           
static int TYP_REQINIT_ERR
           
static int TYP_REQINIT_HDR
           
static int TYP_REQINIT_MET
           
static int TYP_REQINIT_PRO
           
static int TYP_REQINIT_RUN
           
static int TYP_REQINIT_URI
           
static int TYP_REQINIT_VAR
           
static int TYP_REQUEST_ACK
           
static int TYP_REQUEST_CMT
           
static int TYP_REQUEST_DAT
           
static int TYP_REQUEST_ERR
           
static int TYP_REQUEST_HDR
           
static int TYP_REQUEST_STA
           
static java.lang.String VERSION
           
 
Constructor Summary
WarpConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION

RID_CONNECTION

public static final int RID_CONNECTION

RID_DISCONNECT

public static final int RID_DISCONNECT

RID_MIN

public static final int RID_MIN

RID_MAX

public static final int RID_MAX

TYP_CONINIT_HST

public static final int TYP_CONINIT_HST

TYP_CONINIT_HID

public static final int TYP_CONINIT_HID

TYP_CONINIT_APP

public static final int TYP_CONINIT_APP

TYP_CONINIT_AID

public static final int TYP_CONINIT_AID

TYP_CONINIT_REQ

public static final int TYP_CONINIT_REQ

TYP_CONINIT_RID

public static final int TYP_CONINIT_RID

TYP_CONINIT_ERR

public static final int TYP_CONINIT_ERR

TYP_REQINIT_MET

public static final int TYP_REQINIT_MET

TYP_REQINIT_URI

public static final int TYP_REQINIT_URI

TYP_REQINIT_ARG

public static final int TYP_REQINIT_ARG

TYP_REQINIT_PRO

public static final int TYP_REQINIT_PRO

TYP_REQINIT_HDR

public static final int TYP_REQINIT_HDR

TYP_REQINIT_VAR

public static final int TYP_REQINIT_VAR

TYP_REQINIT_RUN

public static final int TYP_REQINIT_RUN

TYP_REQINIT_ERR

public static final int TYP_REQINIT_ERR

TYP_REQINIT_ACK

public static final int TYP_REQINIT_ACK

TYP_REQUEST_STA

public static final int TYP_REQUEST_STA

TYP_REQUEST_HDR

public static final int TYP_REQUEST_HDR

TYP_REQUEST_CMT

public static final int TYP_REQUEST_CMT

TYP_REQUEST_DAT

public static final int TYP_REQUEST_DAT

TYP_REQUEST_ERR

public static final int TYP_REQUEST_ERR

TYP_REQUEST_ACK

public static final int TYP_REQUEST_ACK
Constructor Detail

WarpConstants

public WarpConstants()


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.