| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
BUFSIZE |
8192 |
public static final int |
MAX_HEADER_SIZE |
1024 |
public static final String |
POST_DATA |
"postData" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
CONTENT_DISPOSITION_ATTRIBUTE_REGEX |
"[ |\t]*([a-zA-Z]*)[ |\t]*=[ |\t]*[\'|\"]([^\"^\']*)[\'|\"]" |
public static final String |
CONTENT_DISPOSITION_REGEX |
"([ |\t]*Content-Disposition[ |\t]*:)(.*)" |
public static final String |
CONTENT_TYPE_REGEX |
"([ |\t]*content-type[ |\t]*:)(.*)" |
public static final String |
MIME_HTML |
"text/html" |
public static final String |
MIME_PLAINTEXT |
"text/plain" |
public static final int |
SOCKET_READ_TIMEOUT |
5000 |
Copyright © 2012–2020 nanohttpd. All rights reserved.