跳过导航链接
A B C D E F G H I L M N O P R S T U V W _ 

A

add(String, String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
addAll(HttpHeaderCollection) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
addHttpPort(int) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
添加 HttpPort(当 ssl 时,可再开个 http 端口)
ALL_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_ATOM_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_FORM_URLENCODED_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_JSON_UTF8_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_JSON_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_OCTET_STREAM_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_PDF_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_PROBLEM_JSON_UTF8_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_PROBLEM_JSON_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_PROBLEM_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_RSS_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_STREAM_JSON_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_X_NDJSON_UTF8_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_X_NDJSON_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_XHTML_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
APPLICATION_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
available() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 

B

BaseServerProps - org.noear.solon.boot.prop.impl中的类
基础服务属性
BaseServerProps(String, int) - 类 的构造器org.noear.solon.boot.prop.impl.BaseServerProps
 
body - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipart
 
boundary - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
buf - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
buildHttpServerUrl(boolean) - 类 中的方法org.noear.solon.boot.prop.impl.HttpServerProps
构建 server url
buildWsServerUrl(boolean) - 类 中的方法org.noear.solon.boot.prop.impl.HttpServerProps
构建 server url
buildWsServerUrl(boolean) - 类 中的方法org.noear.solon.boot.prop.impl.WebSocketServerProps
构建 server url

C

close() - 类 中的方法org.noear.solon.boot.io.LimitedInputStream
 
Constants - org.noear.solon.boot.web中的类
Web 常量
Constants() - 类 的构造器org.noear.solon.boot.web.Constants
 
contains(String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
contentCharset() - 类 中的方法org.noear.solon.boot.web.WebContextBase
内存字符集
contentType() - 类 中的方法org.noear.solon.boot.web.WebContextBase
内存类型
cookieGet(String) - 类 中的方法org.noear.solon.boot.web.SessionStateBase
 
cookieSet(String, String) - 类 中的方法org.noear.solon.boot.web.SessionStateBase
 
count - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
create(ServerSslProps) - 类 中的静态方法org.noear.solon.boot.ssl.SslContextFactory
 
CRLF - 类 中的静态变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
ctx - 类 中的变量org.noear.solon.boot.web.SessionStateBase
 

D

DebugUtils - org.noear.solon.boot.web中的类
Web 调试模式工具
DebugUtils() - 类 的构造器org.noear.solon.boot.web.DebugUtils
 
decodeContentLengthLong(Context) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
提取内容长度
decodeCookies(Context, String) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
 
decodeFormUrlencoded(Context) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
解码 FormUrlencoded
decodeFormUrlencoded(Context, boolean) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
解码 FormUrlencoded
decodeMultipart(Context, MultiMap<UploadedFile>) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
解码多部分主体
DecodeUtils - org.noear.solon.boot.web中的类
Web 解码工具类
DecodeUtils() - 类 的构造器org.noear.solon.boot.web.DecodeUtils
 
delete() - 类 中的方法org.noear.solon.boot.http.HttpPartFile
删除

E

enable() - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
是否启用
enable(boolean) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
设置是否启用
enableDebug(boolean) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
启用调试模式 (不一定所有服务都支持)
enableHttp2(boolean) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
启用 http2 (不一定所有服务都支持)
enableSsl(boolean) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
启用 ssl
enableSsl(boolean, SSLContext) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
启用 ssl(并指定 sslContext)
end - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
extractQuotedValueFromHeader(String, String) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
提取头信息中的分段值(例:Content-Type:text/json;charset=utf-8)

F

filename - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipart
 
filesDelete() - 类 中的方法org.noear.solon.boot.web.WebContextBase
删除所有临时文件
fill() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
Fills the buffer with more data from the underlying stream.
findBoundary() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
Finds the first (potential) boundary within the buffer's remaining data.

G

get(String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
getBioExecutor(String) - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
获取一个执行器(Bio 一级执行器)
getBody() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipart
 
getContent() - 类 中的方法org.noear.solon.boot.http.HttpPartFile
获取内容
getCoreThreads() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
核心线程数
getCoreThreads() - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
核心线程数
getDebugLocation(ClassLoader, String) - 类 中的静态方法org.noear.solon.boot.web.DebugUtils
获取视图调试位置
getFilename() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipart
 
getHeaders() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipart
 
getHost() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getHost() - 接口 中的方法org.noear.solon.boot.prop.ServerSignalProps
主机
getIdleTimeout() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
闲置超时
getIdleTimeout() - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
闲置超时
getIdleTimeoutOrDefault() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getIdleTimeoutOrDefault() - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
闲置超时
getInstance() - 类 中的静态方法org.noear.solon.boot.prop.impl.HttpServerProps
 
getInstance() - 类 中的静态方法org.noear.solon.boot.prop.impl.SocketServerProps
 
getInstance() - 类 中的静态方法org.noear.solon.boot.prop.impl.WebSocketServerProps
 
getLong(String) - 类 中的方法org.noear.solon.boot.web.OutputUtils
获取长整型值
getMaxThreads(boolean) - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
最大线程数
getMaxThreads(boolean) - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
最大线程数
getName() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getName() - 接口 中的方法org.noear.solon.boot.prop.ServerSignalProps
名称
getName() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeader
 
getName() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipart
 
getParams(String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
getPort() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getPort() - 接口 中的方法org.noear.solon.boot.prop.ServerSignalProps
端口
getProps() - 类 中的方法org.noear.solon.boot.ssl.SslConfig
获取属性(可能是 null)
getRedirectPath(String) - 类 中的静态方法org.noear.solon.boot.web.RedirectUtils
获取跳转地址
getSize() - 类 中的方法org.noear.solon.boot.http.HttpPartFile
获取大小
getSslContext() - 类 中的方法org.noear.solon.boot.ssl.SslConfig
获取上下文
getSslKeyPassword() - 接口 中的方法org.noear.solon.boot.prop.ServerSslProps
Ssl 密钥密码
getSslKeyStore() - 接口 中的方法org.noear.solon.boot.prop.ServerSslProps
Ssl 密钥文件
getSslKeyType() - 接口 中的方法org.noear.solon.boot.prop.ServerSslProps
Ssl 密钥类型
getString() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipart
 
getValue() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeader
 
getWrapHost() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getWrapHost() - 接口 中的方法org.noear.solon.boot.prop.ServerSignalProps
包装主机
getWrapPort() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
getWrapPort() - 接口 中的方法org.noear.solon.boot.prop.ServerSignalProps
包装端口
global() - 类 中的静态方法org.noear.solon.boot.web.OutputUtils
 
globalSet(OutputUtils) - 类 中的静态方法org.noear.solon.boot.web.OutputUtils
 
GzipProps - org.noear.solon.boot.prop中的类
静态文件压缩配置
GzipProps() - 类 的构造器org.noear.solon.boot.prop.GzipProps
 

H

hasMime(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
配置包函 mime
hasNext() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
head - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
HEADER_CONTENT_LENGTH - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_CONTENT_TYPE - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_COOKIE - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_HOST - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_LOCATION - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_SET_COOKIE - 类 中的静态变量org.noear.solon.boot.web.Constants
 
HEADER_X_FORWARDED_FOR - 类 中的静态变量org.noear.solon.boot.web.Constants
 
headers - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
headers - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipart
 
HttpHeader - org.noear.solon.boot.web.uploadfile中的类
 
HttpHeader(String, String) - 类 的构造器org.noear.solon.boot.web.uploadfile.HttpHeader
 
HttpHeaderCollection - org.noear.solon.boot.web.uploadfile中的类
 
HttpHeaderCollection() - 类 的构造器org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
HttpMultipart - org.noear.solon.boot.web.uploadfile中的类
 
HttpMultipart() - 类 的构造器org.noear.solon.boot.web.uploadfile.HttpMultipart
 
HttpMultipartCollection - org.noear.solon.boot.web.uploadfile中的类
 
HttpMultipartCollection(String, InputStream) - 类 的构造器org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
HttpMultipartInputStream - org.noear.solon.boot.web.uploadfile中的类
 
HttpMultipartInputStream(InputStream, byte[]) - 类 的构造器org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
HttpPartFile - org.noear.solon.boot.http中的类
临时文件
HttpPartFile(String, InputStream) - 类 的构造器org.noear.solon.boot.http.HttpPartFile
 
HttpServerConfigure - org.noear.solon.boot.http中的接口
Http 服务器编程配置
HttpServerProps - org.noear.solon.boot.prop.impl中的类
Http 信号服务属性
HttpServerProps() - 类 的构造器org.noear.solon.boot.prop.impl.HttpServerProps
 

I

IMAGE_GIF_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
IMAGE_JPEG_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
IMAGE_PNG_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
in - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
init() - 类 中的静态方法org.noear.solon.boot.ServerProps
 
innerCommit() - 类 中的方法org.noear.solon.boot.web.WebContextBase
 
isBodyLargerEx(Throwable) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
是否为 body larger ex?
isEnable() - 接口 中的方法org.noear.solon.boot.prop.ServerSslProps
是否启用
isIoBound() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
 
isIoBound() - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
 
isSslEnable() - 类 中的方法org.noear.solon.boot.ssl.SslConfig
是否启用
isSupportedHttp2() - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
是否支持 http2
iterator() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 

L

len - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
LimitedInputException - org.noear.solon.boot.io中的异常错误
限制输入异常
LimitedInputException() - 异常错误 的构造器org.noear.solon.boot.io.LimitedInputException
 
LimitedInputException(String) - 异常错误 的构造器org.noear.solon.boot.io.LimitedInputException
 
LimitedInputException(String, Throwable) - 异常错误 的构造器org.noear.solon.boot.io.LimitedInputException
 
LimitedInputException(Throwable) - 异常错误 的构造器org.noear.solon.boot.io.LimitedInputException
 
LimitedInputStream - org.noear.solon.boot.io中的类
 
LimitedInputStream(InputStream, long) - 类 的构造器org.noear.solon.boot.io.LimitedInputStream
 
load() - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
加载配置

M

markSupported() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
mimeAdd(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
添加 mime
mimeRemove(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
移除 mime
MimeType - org.noear.solon.boot.web中的类
Web 媒体类型
MimeType() - 类 的构造器org.noear.solon.boot.web.MimeType
 
minSize() - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
最小大小
minSize(long) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
设置最小大小
MULTIPART_FORM_DATA_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 

N

name - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpHeader
 
name - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipart
 
next - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
next() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
nextPart() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
Advances the stream position to the beginning of the next part.

O

of(String) - 接口 中的静态方法org.noear.solon.boot.prop.ServerSslProps
 
org.noear.solon.boot - 程序包 org.noear.solon.boot
 
org.noear.solon.boot.http - 程序包 org.noear.solon.boot.http
 
org.noear.solon.boot.io - 程序包 org.noear.solon.boot.io
 
org.noear.solon.boot.prop - 程序包 org.noear.solon.boot.prop
 
org.noear.solon.boot.prop.impl - 程序包 org.noear.solon.boot.prop.impl
 
org.noear.solon.boot.ssl - 程序包 org.noear.solon.boot.ssl
 
org.noear.solon.boot.web - 程序包 org.noear.solon.boot.web
 
org.noear.solon.boot.web.uploadfile - 程序包 org.noear.solon.boot.web.uploadfile
 
output_meta - 类 中的静态变量org.noear.solon.boot.ServerProps
是否输出元信息
outputAsFile(DownloadedFile) - 类 中的方法org.noear.solon.boot.web.WebContextBase
输出为文件
outputAsFile(File) - 类 中的方法org.noear.solon.boot.web.WebContextBase
输出为文件
outputFile(Context, DownloadedFile, boolean) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出文件(主要是给动态输出用)
outputFile(Context, File, boolean) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出文件(主要是给动态输出用)
outputFile(Context, URL, String, boolean) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出文件(主要是给静态文件用)
outputStream(Context, InputStream, long, String) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出流
outputStreamAsGzip(Context, InputStream) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出流,做为 gzip 输出
outputStreamAsGzip() - 类 中的方法org.noear.solon.boot.web.WebContextBase
 
outputStreamAsRange(Context, InputStream, long) - 类 中的方法org.noear.solon.boot.web.OutputUtils
输出流,做为 range 形式输出(如果支持)
OutputUtils - org.noear.solon.boot.web中的类
Web 文件输出工具类
OutputUtils() - 类 的构造器org.noear.solon.boot.web.OutputUtils
 

P

path() - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取请求的URI路径

R

raiseError(long, long) - 类 中的方法org.noear.solon.boot.io.LimitedInputStream
 
read() - 类 中的方法org.noear.solon.boot.io.LimitedInputStream
 
read(byte[], int, int) - 类 中的方法org.noear.solon.boot.io.LimitedInputStream
 
read() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
read(byte[], int, int) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
RedirectUtils - org.noear.solon.boot.web中的类
Web 跳转工具
RedirectUtils() - 类 的构造器org.noear.solon.boot.web.RedirectUtils
 
remove(String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
remove() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartCollection
 
replace(String, String) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
request_encoding - 类 中的静态变量org.noear.solon.boot.ServerProps
请求编码
request_maxBodySize - 类 中的静态变量org.noear.solon.boot.ServerProps
请求最大主体大小
request_maxFileSize - 类 中的静态变量org.noear.solon.boot.ServerProps
上传最大文件大小
request_maxHeaderSize - 类 中的静态变量org.noear.solon.boot.ServerProps
请求最大头大小
request_useRawpath - 类 中的静态变量org.noear.solon.boot.ServerProps
上传使用原始路径
request_useTempfile - 类 中的静态变量org.noear.solon.boot.ServerProps
上传使用临时文件
requiredGzip(Context, String, long) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
配置需要 gzip
resolveMime(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
分析 mime
response_encoding - 类 中的静态变量org.noear.solon.boot.ServerProps
响应编码

S

SERVER_HTTP_GZIP_ENABLE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_HTTP_GZIP_MIMETYPES - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_HTTP_GZIP_MINSIZE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_ENCODING - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_MAXBODYSIZE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_MAXFILESIZE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_MAXHEADERSIZE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_USERAWPATH - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_REQUEST_USETEMPFILE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_SSL_KEY_PASSWORD - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_SSL_KEY_STORE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_SSL_KEY_TYPE - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
ServerConstants - org.noear.solon.boot中的接口
 
ServerExecutorProps - org.noear.solon.boot.prop中的接口
服务执行属性
ServerLifecycle - org.noear.solon.boot中的接口
服务生命周期
ServerProps - org.noear.solon.boot中的类
服务公共属性
ServerProps() - 类 的构造器org.noear.solon.boot.ServerProps
 
ServerSignalProps - org.noear.solon.boot.prop中的接口
服务信号属性
ServerSslProps - org.noear.solon.boot.prop中的接口
服务证书属性
session(String, Class<T>) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态
session_cookieDomain - 类 中的静态变量org.noear.solon.boot.web.SessionProps
 
session_cookieDomainAuto - 类 中的静态变量org.noear.solon.boot.web.SessionProps
 
session_cookieName - 类 中的静态变量org.noear.solon.boot.web.SessionProps
 
session_timeout - 类 中的静态变量org.noear.solon.boot.web.SessionProps
 
sessionAsDouble(String) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 double 型输出
sessionAsDouble(String, double) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 double 型输出
sessionAsInt(String) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 int 型输出
sessionAsInt(String, int) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 int 型输出 output
sessionAsLong(String) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 long 型输出
sessionAsLong(String, long) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态,并以 long 型输出
sessionClear() - 类 中的方法org.noear.solon.boot.web.WebContextBase
清空 session 状态
sessionId() - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 sessionId
sessionIdGet(boolean) - 类 中的方法org.noear.solon.boot.web.SessionStateBase
 
sessionIdPush() - 类 中的方法org.noear.solon.boot.web.SessionStateBase
 
sessionOrDefault(String, T) - 类 中的方法org.noear.solon.boot.web.WebContextBase
获取 session 状态(泛型转换,存在风险)
SessionProps - org.noear.solon.boot.web中的类
Web 会话状态基本属性
SessionProps() - 类 的构造器org.noear.solon.boot.web.SessionProps
 
sessionRemove(String) - 类 中的方法org.noear.solon.boot.web.WebContextBase
移除 session 状态
sessionReset() - 类 中的方法org.noear.solon.boot.web.WebContextBase
 
sessionSet(String, Object) - 类 中的方法org.noear.solon.boot.web.WebContextBase
设置 session 状态
SessionStateBase - org.noear.solon.boot.web中的类
Web 会话状态基类
SessionStateBase(Context) - 类 的构造器org.noear.solon.boot.web.SessionStateBase
 
set(boolean, SSLContext) - 类 中的方法org.noear.solon.boot.ssl.SslConfig
设置
setExecutor(Executor) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
设置执行器(线程池)
SIGNAL_HTTP - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SIGNAL_LIFECYCLE_INDEX - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SIGNAL_SOCKET - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
SIGNAL_WEBSOCKET - 接口 中的静态变量org.noear.solon.boot.ServerConstants
 
size() - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpHeaderCollection
 
skip(long) - 类 中的方法org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
SocketServerProps - org.noear.solon.boot.prop.impl中的类
Socket 信号服务属性
SocketServerProps(int) - 类 的构造器org.noear.solon.boot.prop.impl.SocketServerProps
 
SslConfig - org.noear.solon.boot.ssl中的类
 
SslConfig(String) - 类 的构造器org.noear.solon.boot.ssl.SslConfig
 
SslContextFactory - org.noear.solon.boot.ssl中的类
 
SslContextFactory() - 类 的构造器org.noear.solon.boot.ssl.SslContextFactory
 
start(String, int) - 接口 中的方法org.noear.solon.boot.ServerLifecycle
启动
state - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
status4xx(Context, Exception) - 类 中的静态方法org.noear.solon.boot.web.DecodeUtils
构建关状态异常
stop() - 接口 中的方法org.noear.solon.boot.ServerLifecycle
停止

T

tail - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpMultipartInputStream
 
TEXT_EVENT_STREAM_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
TEXT_HTML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
TEXT_JSON_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
TEXT_MARKDOWN_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
TEXT_PLAIN_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 
TEXT_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
 

U

urlDecode(String) - 类 中的静态方法org.noear.solon.boot.ServerProps
 

V

value - 类 中的变量org.noear.solon.boot.web.uploadfile.HttpHeader
 

W

WebContextBase - org.noear.solon.boot.web中的类
Web 上下文
WebContextBase() - 类 的构造器org.noear.solon.boot.web.WebContextBase
 
WebSocketServerProps - org.noear.solon.boot.prop.impl中的类
WebSocket 信号服务属性
WebSocketServerProps(int) - 类 的构造器org.noear.solon.boot.prop.impl.WebSocketServerProps
 

_

_domain - 类 中的静态变量org.noear.solon.boot.web.SessionStateBase
 
_expiry - 类 中的静态变量org.noear.solon.boot.web.SessionStateBase
 
_fileMap - 类 中的变量org.noear.solon.boot.web.WebContextBase
 
A B C D E F G H I L M N O P R S T U V W _ 
跳过导航链接

Copyright © 2024. All rights reserved.