A B C D E F G H I L M O P R S T U W _
A
- addHttpPort(int) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
-
添加 HttpPort(当 ssl 时,可再开个 http 端口)
- ALL_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
-
- allowSsl(boolean) - 接口 中的方法org.noear.solon.boot.http.HttpServerConfigure
-
- 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_XHTML_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
-
- APPLICATION_XML_VALUE - 类 中的静态变量org.noear.solon.boot.web.MimeType
-
B
- BaseServerProps - org.noear.solon.boot.prop.impl中的类
-
基础服务属性
- BaseServerProps(String, int) - 类 的构造器org.noear.solon.boot.prop.impl.BaseServerProps
-
- 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中的类
-
- Constants() - 类 的构造器org.noear.solon.boot.web.Constants
-
- 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
-
- create(ServerSslProps) - 类 中的静态方法org.noear.solon.boot.ssl.SslContextFactory
-
- ctx - 类 中的变量org.noear.solon.boot.web.SessionStateBase
-
D
- 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)
- extractQuotedValueFromHeader(String, String) - 类 中的静态方法org.noear.solon.boot.web.HeaderUtils
-
提取头信息中的分段值(例:Content-Type:text/json;charset=utf-8)
F
- filesDelete() - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
删除所有临时文件
- FormUrlencodedUtils - org.noear.solon.boot.web中的类
-
编码窗体工具类
- FormUrlencodedUtils() - 类 的构造器org.noear.solon.boot.web.FormUrlencodedUtils
-
G
- getBioExecutor(String) - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
-
获取一个执行器(Bio 一级执行器)
- getContent() - 类 中的方法org.noear.solon.boot.http.HttpPartFile
-
获取内容
- getContentLength(Context) - 类 中的静态方法org.noear.solon.boot.web.HeaderUtils
-
提取内容长度
- getContentLengthLong(Context) - 类 中的静态方法org.noear.solon.boot.web.HeaderUtils
-
提取内容长度
- getCoreThreads() - 类 中的方法org.noear.solon.boot.prop.impl.BaseServerProps
-
核心线程数
- getCoreThreads() - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
-
核心线程数
- 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
-
名称
- 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 密钥类型
- 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
- 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
-
- HeaderUtils - org.noear.solon.boot.web中的类
-
头处理工具类
- HeaderUtils() - 类 的构造器org.noear.solon.boot.web.HeaderUtils
-
- 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
-
- init() - 类 中的静态方法org.noear.solon.boot.ServerProps
-
- innerCommit() - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
- 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
L
- 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
- mimeAdd(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
-
添加 mime
- mimeRemove(String) - 类 中的静态方法org.noear.solon.boot.prop.GzipProps
-
移除 mime
- MimeType - org.noear.solon.boot.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
-
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
-
- 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 输出
- outputStreamAsRange(Context, InputStream, long) - 类 中的方法org.noear.solon.boot.web.OutputUtils
-
输出流,做为 range 形式输出(如果支持)
- OutputUtils - org.noear.solon.boot.web中的类
-
文件输出工具类
- OutputUtils() - 类 的构造器org.noear.solon.boot.web.OutputUtils
-
P
- pretreatment(Context) - 类 中的静态方法org.noear.solon.boot.web.FormUrlencodedUtils
-
预处理
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
-
- RedirectUtils - org.noear.solon.boot.web中的类
-
跳转工具
- RedirectUtils() - 类 的构造器org.noear.solon.boot.web.RedirectUtils
-
- 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_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_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_state_domain - 类 中的静态变量org.noear.solon.boot.ServerProps
-
会话状态域
- session_timeout - 类 中的静态变量org.noear.solon.boot.ServerProps
-
会话超时
- 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 型输出
- 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中的类
-
会话状态基本属性
- SessionProps() - 类 的构造器org.noear.solon.boot.web.SessionProps
-
- sessionRemove(String) - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
移除 session 状态
- sessionSet(String, Object) - 类 中的方法org.noear.solon.boot.web.WebContextBase
-
设置 session 状态
- SessionStateBase - org.noear.solon.boot.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
-
- 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
-
启动
- stop() - 接口 中的方法org.noear.solon.boot.ServerLifecycle
-
停止
T
- 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
-
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
-
- _filesMap - 类 中的变量org.noear.solon.boot.web.WebContextBase
-
A B C D E F G H I L M O P R S T U W _
Copyright © 2024. All rights reserved.