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

A

AbstractDecoder - org.smartboot.http.server.decode中的类
 
AbstractDecoder(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.decode.AbstractDecoder
 
AbstractDecoder(HttpServerConfiguration, AbstractDecoder) - 类 的构造器org.smartboot.http.server.decode.AbstractDecoder
 
AbstractWafDecoder - org.smartboot.http.server.waf中的类
 
AbstractWafDecoder(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.waf.AbstractWafDecoder
 
addCookie(Cookie) - 接口 中的方法org.smartboot.http.server.HttpResponse
添加Cookie信息
addHeader(String, String) - 接口 中的方法org.smartboot.http.server.HttpResponse
Adds a response header with the given name and value.
addPlugin(Plugin<Request>) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
addPlugin(List<Plugin<Request>>) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 

B

bannerEnabled(boolean) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
BasicAuthServerHandler - org.smartboot.http.server.handler中的类
 
BasicAuthServerHandler(String, String, HttpServerHandler) - 类 的构造器org.smartboot.http.server.handler.BasicAuthServerHandler
 
BODY_CONTINUE_DECODER - 类 中的静态变量org.smartboot.http.server.impl.HttpRequestProtocol
 
BODY_READY_DECODER - 类 中的静态变量org.smartboot.http.server.impl.HttpRequestProtocol
 

C

close() - 接口 中的方法org.smartboot.http.server.HttpResponse
 
close() - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
close(int, String) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
close() - 接口 中的方法org.smartboot.http.server.WebSocketResponse
关闭ws通道
close(int, String) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
 
configuration() - 类 中的方法org.smartboot.http.server.HttpBootstrap
服务配置

D

debug(boolean) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
启用 debug 模式后会打印码流
decode(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.decode.AbstractDecoder
 
decode(ByteBuffer, Request) - 接口 中的方法org.smartboot.http.server.decode.Decoder
 
decode(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.decode.IgnoreHeaderDecoder
 
decode(ByteBuffer, AioSession) - 类 中的方法org.smartboot.http.server.impl.HttpRequestProtocol
 
decode0(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.decode.HttpMethodDecoder
 
Decoder - org.smartboot.http.server.decode中的接口
 
DESC - 类 中的静态变量org.smartboot.http.server.waf.WafConfiguration
 

F

flush() - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
flush() - 接口 中的方法org.smartboot.http.server.WebSocketResponse
输出数据

G

getAioSession() - 类 中的方法org.smartboot.http.server.impl.Request
 
getAllowMethods() - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
getAllowUriPrefixes() - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
getAllowUriSuffixes() - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
getAttachment() - 接口 中的方法org.smartboot.http.server.HttpRequest
获取附件对象
getAttachment() - 类 中的方法org.smartboot.http.server.impl.Request
获取附件对象
getBodyDecoder() - 类 中的方法org.smartboot.http.server.impl.Request
 
getByteCache() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
将字符串缓存至 ByteTree 中,在Http报文解析过程中将获得更好的性能表现。
getCharacterEncoding() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getCharacterEncoding() - 类 中的方法org.smartboot.http.server.impl.Request
 
getConfiguration() - 类 中的方法org.smartboot.http.server.decode.AbstractDecoder
 
getConfiguration() - 类 中的方法org.smartboot.http.server.impl.Request
 
getContentLength() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getContentLength() - 接口 中的方法org.smartboot.http.server.HttpResponse
 
getContentLength() - 类 中的方法org.smartboot.http.server.impl.Request
 
getContentType() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getContentType() - 接口 中的方法org.smartboot.http.server.HttpResponse
 
getContentType() - 类 中的方法org.smartboot.http.server.impl.Request
 
getCookies() - 接口 中的方法org.smartboot.http.server.HttpRequest
获取Cookie
getCookies() - 类 中的方法org.smartboot.http.server.impl.Request
 
getDecodePartEnum() - 类 中的方法org.smartboot.http.server.impl.Request
 
getDecoder() - 类 中的方法org.smartboot.http.server.impl.Request
 
getDenyMethods() - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
getFrameOpcode() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getFrameOpcode() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getFrameRsv() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getHeader(String) - 接口 中的方法org.smartboot.http.server.HttpRequest
获取指定名称的Http Header值
getHeader(String) - 接口 中的方法org.smartboot.http.server.HttpResponse
 
getHeader(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
getHeaderLimiter() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getHeaderNameByteTree() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getHeaderNames() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getHeaderNames() - 接口 中的方法org.smartboot.http.server.HttpResponse
Get the header names set for this HTTP response.
getHeaderNames() - 类 中的方法org.smartboot.http.server.impl.Request
 
getHeaders(String) - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getHeaders(String) - 接口 中的方法org.smartboot.http.server.HttpResponse
Return a Collection of all the header values associated with the specified header name.
getHeaders(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
getHeaderSize() - 类 中的方法org.smartboot.http.server.impl.Request
 
getHost() - 类 中的方法org.smartboot.http.server.impl.Request
 
getHttpIdleTimeout() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getHttpServerHandler() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getHttpStatus() - 接口 中的方法org.smartboot.http.server.HttpResponse
获取Http响应状态
getInputStream() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getInputStream() - 类 中的方法org.smartboot.http.server.impl.HttpRequestImpl
 
getInputStream() - 类 中的方法org.smartboot.http.server.impl.Request
 
getInputStream() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getLocalAddress() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getLocalAddress() - 类 中的方法org.smartboot.http.server.impl.Request
 
getLocalAddress() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
获取套接字绑定的本地地址。
getLocale() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getLocale() - 类 中的方法org.smartboot.http.server.impl.Request
 
getLocales() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getLocales() - 类 中的方法org.smartboot.http.server.impl.Request
 
getMaskingKey() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getMaxRequestSize() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getMethod() - 接口 中的方法org.smartboot.http.server.HttpRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - 类 中的方法org.smartboot.http.server.impl.Request
 
getOutputStream() - 接口 中的方法org.smartboot.http.server.HttpResponse
响应消息输出流
getParameter(String) - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getParameter(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
getParameters() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getParameters() - 类 中的方法org.smartboot.http.server.impl.Request
 
getParameters() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getParameterValues(String) - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getParameterValues(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
getPayload() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getPayload() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getPayloadDecoder() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getPayloadLength() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getPlugins() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getProtocol() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getProtocol() - 类 中的方法org.smartboot.http.server.impl.Request
 
getQueryString() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getQueryString() - 类 中的方法org.smartboot.http.server.impl.Request
 
getQueryString() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getReasonPhrase() - 接口 中的方法org.smartboot.http.server.HttpResponse
获取Http响应描述
getRemoteAddr() - 接口 中的方法org.smartboot.http.server.HttpRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - 类 中的方法org.smartboot.http.server.impl.Request
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddress() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getRemoteAddress() - 类 中的方法org.smartboot.http.server.impl.Request
 
getRemoteAddress() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getRemoteHost() - 接口 中的方法org.smartboot.http.server.HttpRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - 类 中的方法org.smartboot.http.server.impl.Request
Returns the fully qualified name of the client or the last proxy that sent the request.
getRequestType() - 类 中的方法org.smartboot.http.server.impl.Request
 
getRequestURI() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getRequestURI() - 类 中的方法org.smartboot.http.server.impl.Request
 
getRequestURI() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getRequestURL() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getRequestURL() - 类 中的方法org.smartboot.http.server.impl.Request
 
getRequestURL() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
 
getResponse() - 类 中的方法org.smartboot.http.server.impl.HttpRequestImpl
 
getResponse() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
getScheme() - 接口 中的方法org.smartboot.http.server.HttpRequest
 
getScheme() - 类 中的方法org.smartboot.http.server.impl.Request
 
getServerHandler() - 类 中的方法org.smartboot.http.server.impl.Request
 
getUri() - 类 中的方法org.smartboot.http.server.impl.Request
 
getUriByteTree() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getWafConfiguration() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getWebSocketHandler() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
getWsIdleTimeout() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
group() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
group(AsynchronousChannelGroup) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 

H

handle(HttpRequest, HttpResponse) - 类 中的方法org.smartboot.http.server.handler.BasicAuthServerHandler
 
handle(HttpRequest, HttpResponse, CompletableFuture<Object>) - 类 中的方法org.smartboot.http.server.handler.HttpRouteHandler
 
handle(HttpRequest, HttpResponse, CompletableFuture<Object>) - 类 中的方法org.smartboot.http.server.handler.HttpStaticResourceHandler
 
handle(WebSocketRequest, WebSocketResponse) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
 
handle(WebSocketRequest, WebSocketResponse) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
 
handle(REQ, RSP) - 接口 中的方法org.smartboot.http.server.ServerHandler
执行当前处理器逻辑。
handle(REQ, RSP, CompletableFuture<Object>) - 接口 中的方法org.smartboot.http.server.ServerHandler
 
handleBinaryMessage(WebSocketRequest, WebSocketResponse, byte[]) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
处理二进制请求消息
handlePing(WebSocketRequest, WebSocketResponse) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
 
handlePong(WebSocketRequest, WebSocketResponse) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
 
handleTextMessage(WebSocketRequest, WebSocketResponse, String) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
处理字符串请求消息
headerLimiter(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
支持解析的Header上限,若客户端提交Header数超过该值,超过部分将被忽略
host(String) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
Http2ServerHandler - org.smartboot.http.server中的类
Http消息处理器
Http2ServerHandler() - 类 的构造器org.smartboot.http.server.Http2ServerHandler
 
HttpBootstrap - org.smartboot.http.server中的类
 
HttpBootstrap() - 类 的构造器org.smartboot.http.server.HttpBootstrap
 
HttpBootstrap(HttpMessageProcessor) - 类 的构造器org.smartboot.http.server.HttpBootstrap
 
httpHandler(HttpServerHandler) - 类 中的方法org.smartboot.http.server.HttpBootstrap
往 http 处理器管道中注册 Handle
HttpMessageProcessor - org.smartboot.http.server.impl中的类
http消息处理器
HttpMessageProcessor() - 类 的构造器org.smartboot.http.server.impl.HttpMessageProcessor
 
HttpMethodDecoder - org.smartboot.http.server.decode中的类
 
HttpMethodDecoder(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.decode.HttpMethodDecoder
 
HttpRequest - org.smartboot.http.server中的接口
Http消息请求接口
HttpRequestImpl - org.smartboot.http.server.impl中的类
 
HttpRequestProtocol - org.smartboot.http.server.impl中的类
 
HttpRequestProtocol(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.impl.HttpRequestProtocol
 
HttpResponse - org.smartboot.http.server中的接口
Http消息响应接口
HttpRouteHandler - org.smartboot.http.server.handler中的类
 
HttpRouteHandler() - 类 的构造器org.smartboot.http.server.handler.HttpRouteHandler
 
HttpRouteHandler(HttpServerHandler) - 类 的构造器org.smartboot.http.server.handler.HttpRouteHandler
 
HttpServerConfiguration - org.smartboot.http.server中的类
 
HttpServerConfiguration() - 类 的构造器org.smartboot.http.server.HttpServerConfiguration
 
HttpServerHandler - org.smartboot.http.server中的类
Http消息处理器
HttpServerHandler() - 类 的构造器org.smartboot.http.server.HttpServerHandler
 
httpServerHandler(HttpServerHandler) - 类 中的方法org.smartboot.http.server.impl.HttpMessageProcessor
 
HttpStaticResourceHandler - org.smartboot.http.server.handler中的类
静态资源加载Handle
HttpStaticResourceHandler(String) - 类 的构造器org.smartboot.http.server.handler.HttpStaticResourceHandler
 

I

IgnoreHeaderDecoder - org.smartboot.http.server.decode中的类
 
IgnoreHeaderDecoder() - 类 的构造器org.smartboot.http.server.decode.IgnoreHeaderDecoder
 
isFrameFinalFlag() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
isFrameMasked() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
isKeepAlive() - 类 中的方法org.smartboot.http.server.impl.HttpRequestImpl
 
isSecure() - 接口 中的方法org.smartboot.http.server.HttpRequest
是否启动安全通信
isSecure() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
isSecure() - 类 中的方法org.smartboot.http.server.impl.Request
 
isSecure() - 接口 中的方法org.smartboot.http.server.WebSocketRequest
是否启动安全通信

M

MethodWafDecoder - org.smartboot.http.server.waf中的类
 
MethodWafDecoder(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.waf.MethodWafDecoder
 

N

newAbstractRequest() - 类 中的方法org.smartboot.http.server.impl.Request
 
newHttpRequest() - 类 中的方法org.smartboot.http.server.impl.Request
 
newWebsocketRequest() - 类 中的方法org.smartboot.http.server.impl.Request
 

O

onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.handler.BasicAuthServerHandler
 
onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.handler.HttpRouteHandler
 
onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
 
onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.Http2ServerHandler
 
onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.HttpServerHandler
 
onBodyStream(ByteBuffer, Request) - 类 中的方法org.smartboot.http.server.WebSocketHandler
 
onClose(Request) - 类 中的方法org.smartboot.http.server.handler.BasicAuthServerHandler
 
onClose(Request) - 类 中的方法org.smartboot.http.server.handler.HttpRouteHandler
 
onClose(WebSocketRequest, WebSocketResponse, CloseReason) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
连接关闭
onClose(Request) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
 
onClose(Request) - 类 中的方法org.smartboot.http.server.Http2ServerHandler
若子类重写 onClose 则必须调用 super.onClose();释放内存
onError(WebSocketRequest, Throwable) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
连接异常
onHandShake(WebSocketRequest, WebSocketResponse) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
握手成功
onHeaderComplete(Request) - 类 中的方法org.smartboot.http.server.handler.BasicAuthServerHandler
 
onHeaderComplete(Request) - 类 中的方法org.smartboot.http.server.handler.HttpRouteHandler
 
onHeaderComplete(Request) - 类 中的方法org.smartboot.http.server.Http2ServerHandler
 
onHeaderComplete(Request) - 类 中的方法org.smartboot.http.server.WebSocketHandler
 
org.smartboot.http.server - 程序包 org.smartboot.http.server
 
org.smartboot.http.server.decode - 程序包 org.smartboot.http.server.decode
 
org.smartboot.http.server.handler - 程序包 org.smartboot.http.server.handler
 
org.smartboot.http.server.impl - 程序包 org.smartboot.http.server.impl
 
org.smartboot.http.server.waf - 程序包 org.smartboot.http.server.waf
 

P

ping(byte[]) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
ping(byte[]) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
 
ping() - 接口 中的方法org.smartboot.http.server.WebSocketResponse
 
pong(byte[]) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
pong() - 接口 中的方法org.smartboot.http.server.WebSocketResponse
 
pong(byte[]) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
 
process0(AioSession, Request) - 类 中的方法org.smartboot.http.server.impl.HttpMessageProcessor
 

R

readBufferSize(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
设置read缓冲区大小,读缓冲区的大小至少得能容纳 url 或者一个Header value的长度,否则将触发异常
readMemoryPool(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
Request - org.smartboot.http.server.impl中的类
 
reset() - 类 中的方法org.smartboot.http.server.impl.HttpRequestImpl
 
reset() - 类 中的方法org.smartboot.http.server.impl.Request
 
reset() - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
route(String, HttpServerHandler) - 类 中的方法org.smartboot.http.server.handler.HttpRouteHandler
配置URL路由
route(String, WebSocketHandler) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
配置URL路由

S

sendBinaryMessage(byte[]) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
sendBinaryMessage(byte[], int, int) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
sendBinaryMessage(byte[]) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
发送二进制响应
sendBinaryMessage(byte[], int, int) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
发送二进制响应
sendTextMessage(String) - 类 中的方法org.smartboot.http.server.impl.WebSocketResponseImpl
 
sendTextMessage(String) - 接口 中的方法org.smartboot.http.server.WebSocketResponse
发送文本响应
ServerHandler<REQ,RSP> - org.smartboot.http.server中的接口
 
serverName() - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
serverName(String) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
setAllowMethods(Set<String>) - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
setAllowUriPrefixes(List<String>) - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
setAllowUriSuffixes(List<String>) - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
setAttachment(Attachment) - 接口 中的方法org.smartboot.http.server.HttpRequest
存放附件,支持任意类型
setAttachment(Attachment) - 类 中的方法org.smartboot.http.server.impl.Request
存放附件,支持任意类型
setBodyDecoder(SmartDecoder) - 类 中的方法org.smartboot.http.server.impl.Request
 
setConfiguration(HttpServerConfiguration) - 类 中的方法org.smartboot.http.server.impl.HttpMessageProcessor
 
setContentLength(int) - 接口 中的方法org.smartboot.http.server.HttpResponse
 
setContentType(String) - 接口 中的方法org.smartboot.http.server.HttpResponse
 
setDecodePartEnum(DecodePartEnum) - 类 中的方法org.smartboot.http.server.impl.Request
 
setDecoder(Decoder) - 类 中的方法org.smartboot.http.server.impl.Request
 
setDenyMethods(Set<String>) - 类 中的方法org.smartboot.http.server.waf.WafConfiguration
 
setFormUrlencoded(ByteBuffer) - 类 中的方法org.smartboot.http.server.impl.Request
 
setFrameFinalFlag(boolean) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setFrameMasked(boolean) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setFrameOpcode(int) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setFrameRsv(int) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setHeader(String, String) - 接口 中的方法org.smartboot.http.server.HttpResponse
Sets a response header with the given name and value.
setHeader(String, String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setHeaderTemp(ByteTree) - 类 中的方法org.smartboot.http.server.impl.Request
 
setHeadValue(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setHttpIdleTimeout(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
setHttpServerHandler(HttpServerHandler) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
setHttpStatus(HttpStatus) - 接口 中的方法org.smartboot.http.server.HttpResponse
设置Http响应状态,若不设置默认HttpStatus.OK
setHttpStatus(int, String) - 接口 中的方法org.smartboot.http.server.HttpResponse
设置Http响应状态,若不设置默认HttpStatus.OK
setKeepAlive(boolean) - 类 中的方法org.smartboot.http.server.impl.HttpRequestImpl
 
setLatestIo(long) - 类 中的方法org.smartboot.http.server.impl.Request
 
setMaskingKey(byte[]) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setMaxRequestSize(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
setMethod(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setPayload(byte[]) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setPayloadDecoder(SmartDecoder) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setPayloadLength(long) - 类 中的方法org.smartboot.http.server.impl.WebSocketRequestImpl
 
setPort(int) - 类 中的方法org.smartboot.http.server.HttpBootstrap
Http服务端口号
setProtocol(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setQueryString(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setRequestURI(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setScheme(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setServerHandler(ServerHandler) - 类 中的方法org.smartboot.http.server.impl.Request
 
setUri(String) - 类 中的方法org.smartboot.http.server.impl.Request
 
setWebSocketHandler(WebSocketHandler) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
setWebSocketHandler(WebSocketHandler) - 类 中的方法org.smartboot.http.server.impl.HttpMessageProcessor
 
setWsIdleTimeout(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
shutdown() - 类 中的方法org.smartboot.http.server.HttpBootstrap
停止服务
start() - 类 中的方法org.smartboot.http.server.HttpBootstrap
启动HTTP服务
stateEvent0(AioSession, StateMachineEnum, Throwable) - 类 中的方法org.smartboot.http.server.impl.HttpMessageProcessor
 

T

threadNum(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 

U

UriWafDecoder - org.smartboot.http.server.waf中的类
 
UriWafDecoder(HttpServerConfiguration) - 类 的构造器org.smartboot.http.server.waf.UriWafDecoder
 

V

VERSION - 类 中的静态变量org.smartboot.http.server.HttpServerConfiguration
 

W

WafConfiguration - org.smartboot.http.server.waf中的类
 
WafConfiguration() - 类 的构造器org.smartboot.http.server.waf.WafConfiguration
 
WafException - org.smartboot.http.server.waf中的异常错误
 
WafException(HttpStatus) - 异常错误 的构造器org.smartboot.http.server.waf.WafException
 
WafException(HttpStatus, String) - 异常错误 的构造器org.smartboot.http.server.waf.WafException
 
WEBSOCKET_13_ACCEPT_GUID - 类 中的静态变量org.smartboot.http.server.WebSocketHandler
 
WebSocketDefaultHandler - org.smartboot.http.server.handler中的类
 
WebSocketDefaultHandler() - 类 的构造器org.smartboot.http.server.handler.WebSocketDefaultHandler
 
webSocketHandler(WebSocketHandler) - 类 中的方法org.smartboot.http.server.HttpBootstrap
获取websocket的处理器管道
WebSocketHandler - org.smartboot.http.server中的类
WebSocket消息处理器
WebSocketHandler() - 类 的构造器org.smartboot.http.server.WebSocketHandler
 
WebSocketRequest - org.smartboot.http.server中的接口
WebSocket消息请求接口
WebSocketRequestImpl - org.smartboot.http.server.impl中的类
 
WebSocketRequestImpl(Request) - 类 的构造器org.smartboot.http.server.impl.WebSocketRequestImpl
 
WebSocketResponse - org.smartboot.http.server中的接口
WebSocket消息响应接口
WebSocketResponseImpl - org.smartboot.http.server.impl中的类
 
WebSocketResponseImpl(WebSocketRequestImpl) - 类 的构造器org.smartboot.http.server.impl.WebSocketResponseImpl
 
WebSocketRouteHandler - org.smartboot.http.server.handler中的类
 
WebSocketRouteHandler() - 类 的构造器org.smartboot.http.server.handler.WebSocketRouteHandler
 
whenHeaderComplete(WebSocketRequestImpl, WebSocketResponseImpl) - 类 中的方法org.smartboot.http.server.handler.WebSocketDefaultHandler
 
whenHeaderComplete(WebSocketRequestImpl, WebSocketResponseImpl) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
 
whenHeaderComplete(WebSocketRequestImpl, WebSocketResponseImpl) - 类 中的方法org.smartboot.http.server.WebSocketHandler
 
willHeaderComplete(WebSocketRequestImpl, WebSocketResponseImpl) - 类 中的方法org.smartboot.http.server.handler.WebSocketRouteHandler
 
willHeaderComplete(WebSocketRequestImpl, WebSocketResponseImpl) - 类 中的方法org.smartboot.http.server.WebSocketHandler
 
write(byte[]) - 接口 中的方法org.smartboot.http.server.HttpResponse
 
writeBufferSize(int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
writeMemoryPool(int, int) - 类 中的方法org.smartboot.http.server.HttpServerConfiguration
 
A B C D F G H I M N O P R S T U V W 
跳过导航链接

Copyright © 2024. All rights reserved.