跳过导航链接
A B C E F G H I L M O P R S T 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
已过时。
2.3
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
 
buildServerUrl(boolean) - 类 中的方法org.noear.solon.boot.prop.impl.HttpServerProps
构建 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
 

E

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
extractQuotedValueFromHeader(String, String) - 类 中的静态方法org.noear.solon.boot.web.HeaderUtils
提取头信息中的分段值(例:Content-Type:text/json;charset=utf-8)

F

FormUrlencodedUtils - org.noear.solon.boot.web中的类
编码窗体工具类
FormUrlencodedUtils() - 类 的构造器org.noear.solon.boot.web.FormUrlencodedUtils
 

G

getBioExecutor(String) - 接口 中的方法org.noear.solon.boot.prop.ServerExecutorProps
获取一个执行器(Bio 一级执行器)
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
闪置超时
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
端口
getRedirectPath(String) - 类 中的静态方法org.noear.solon.boot.web.RedirectUtils
获取跳转地址
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
包装端口

H

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
 
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
 
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
 

M

MimeType - org.noear.solon.boot.web中的类
媒体类型
MimeType() - 类 的构造器org.noear.solon.boot.web.MimeType
 
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
是否输出元信息

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
请求最大头大小
response_encoding - 类 中的静态变量org.noear.solon.boot.ServerProps
响应编码

S

SERVER_KEY_PASSWORD - 类 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_KEY_STORE - 类 中的静态变量org.noear.solon.boot.ServerConstants
 
SERVER_KEY_TYPE - 类 中的静态变量org.noear.solon.boot.ServerConstants
 
ServerConstants - org.noear.solon.boot中的类
 
ServerConstants() - 类 的构造器org.noear.solon.boot.ServerConstants
 
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
 
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
 
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
 

W

WebContextBase - org.noear.solon.boot.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
 
A B C E F G H I L M O P R S T W _ 
跳过导航链接

Copyright © 2023. All rights reserved.