org.eclipse.jetty.http
接口 HttpTokens


public interface HttpTokens

HTTP constants


字段摘要
static byte CARRIAGE_RETURN
           
static int CHUNKED_CONTENT
           
static byte COLON
           
static byte[] CRLF
           
static int EOF_CONTENT
           
static byte LINE_FEED
           
static int NO_CONTENT
           
static int SELF_DEFINING_CONTENT
           
static byte SEMI_COLON
           
static byte SPACE
           
static byte TAB
           
static int UNKNOWN_CONTENT
           
 

字段详细信息

COLON

static final byte COLON
另请参见:
常量字段值

SPACE

static final byte SPACE
另请参见:
常量字段值

CARRIAGE_RETURN

static final byte CARRIAGE_RETURN
另请参见:
常量字段值

LINE_FEED

static final byte LINE_FEED
另请参见:
常量字段值

CRLF

static final byte[] CRLF

SEMI_COLON

static final byte SEMI_COLON
另请参见:
常量字段值

TAB

static final byte TAB
另请参见:
常量字段值

SELF_DEFINING_CONTENT

static final int SELF_DEFINING_CONTENT
另请参见:
常量字段值

UNKNOWN_CONTENT

static final int UNKNOWN_CONTENT
另请参见:
常量字段值

CHUNKED_CONTENT

static final int CHUNKED_CONTENT
另请参见:
常量字段值

EOF_CONTENT

static final int EOF_CONTENT
另请参见:
常量字段值

NO_CONTENT

static final int NO_CONTENT
另请参见:
常量字段值


Copyright © 2013. All Rights Reserved.