跳过导航链接
A B C D E G H I L M O P Q R S T U 

A

addCookie(Cookie) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds the specified cookie to the response.
addCookie(String, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds the specified cookie to the response.
addCookie(Cookie) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
addCookie(String, String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
addEndListener(AsyncResponse.EndListener) - 接口 中的方法esa.httpserver.core.AsyncResponse
addHeader(String, String) - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
header should not been modified in a request
addHeader(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
header should not been modified in a request
addHeader(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds a response header with the given name and value.
addHeader(String, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
addHeader(CharSequence, String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
addIntHeader(CharSequence, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
addIntHeader(CharSequence, int) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
addShortHeader(CharSequence, short) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds a response header with the given name and short value.
addShortHeader(String, short) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
addShortHeader(CharSequence, short) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
addTrailer(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Adds a trailing header with the given name and value.
addTrailer(String, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
addTrailer(CharSequence, String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
alloc() - 接口 中的方法esa.httpserver.core.AsyncRequest
Get current allocator.
alloc() - 接口 中的方法esa.httpserver.core.AsyncResponse
Get current ByteBufAllocator
alloc() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
alloc() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
AsyncRequest - esa.httpserver.core中的接口
An interface defines a http server request.
AsyncRequestImpl - esa.httpserver.impl中的类
Default implementation of AsyncRequest that wraps the Request as delegate.
AsyncRequestImpl(Request) - 类 的构造器esa.httpserver.impl.AsyncRequestImpl
 
AsyncResponse - esa.httpserver.core中的接口
An interface defines a http server response.
AsyncResponse.EndListener - esa.httpserver.core中的接口
已过时。
AsyncResponseImpl - esa.httpserver.impl中的类
Default implementation of AsyncResponse that wraps the Response as delegate.
AsyncResponseImpl(Response) - 类 的构造器esa.httpserver.impl.AsyncResponseImpl
 
attributeNames() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns an String[] containing the names of the attributes available to this request
attributeNames() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
available() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 

B

body() - 接口 中的方法esa.httpserver.core.AsyncRequest
get body
bufferSize() - 接口 中的方法esa.httpserver.core.AsyncResponse
Get the buffer size of the output stream.
bufferSize() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
byteBufBody() - 接口 中的方法esa.httpserver.core.AsyncRequest
Get ByteBuf result of http body.
byteBufBody() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
ByteBufHttpInputStream - esa.httpserver.impl中的类
 
ByteBufHttpInputStream(ByteBuf, boolean) - 类 的构造器esa.httpserver.impl.ByteBufHttpInputStream
 

C

close() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
containsHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
containsHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
containsHeader(CharSequence) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
containsTrailer(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns a boolean indicating whether the named response header has already been set.
containsTrailer(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
contentLength() - 接口 中的方法esa.httpserver.core.AsyncRequest
Body length.
cookies() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns a set containing all of the Cookie objects the client sent with this request.
cookies() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

D

DEFAULT_BUFFER_SIZE - 接口 中的静态变量esa.httpserver.core.AsyncResponse
Default buffer size of output stream.

E

esa.httpserver.core - 程序包 esa.httpserver.core
 
esa.httpserver.impl - 程序包 esa.httpserver.impl
 

G

getAttribute(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the value of the named attribute as an Object, ornull if no attribute of the given name exists.
getAttribute(String) - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
getAttributeNames() - 接口 中的方法esa.httpserver.core.AsyncRequest
getBody() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getBodyByteBuf() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getBufferSize() - 接口 中的方法esa.httpserver.core.AsyncResponse
已过时。
getContentLength() - 接口 中的方法esa.httpserver.core.AsyncRequest
getCookie(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Gets the Cookie with given name.
getCookies() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the value of a header with the specified name.
getHeader(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getHeader(String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Return the value for the specified header, or null if this header has not been set.
getHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncResponse
Return the value for the specified header, or null if this header has not been set.
getHeader(CharSequence) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
getHeaderNames() - 接口 中的方法esa.httpserver.core.AsyncResponse
已过时。
getHeaders(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncResponse
Return a Collection of all the header values associated with the specified header name.
getHeaders(String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
getHeaders(CharSequence) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
getHeaderSize() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getHttpHeaders() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getInputStream() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getIntHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the integer value of a header with the specified name.
getIntHeader(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getIntTrailer(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the integer value of a trailing header with the specified name.
getIntTrailer(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getLocalAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getLocalPort() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getMethod() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getOutputStream() - 接口 中的方法esa.httpserver.core.AsyncResponse
getParameter(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Get parameter This pair of parameter can be from url parameters or body k-v values when Content-Type equals to 'x-www-form-urlencoded'
getParameterMap() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getParameters(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Get parameters This pair of parameter can be from url parameters or body k-v values when Content-Type equals to 'x-www-form-urlencoded'
getProtocol() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getRemoteAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getRequestURI() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getScheme() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
getShortHeader(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the integer value of a header with the specified name.
getShortHeader(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getShortTrailer(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the integer value of a trailing header with the specified name.
getShortTrailer(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getStatus() - 接口 中的方法esa.httpserver.core.AsyncResponse
已过时。
getTcpSourceAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
getTrailer(CharSequence) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the value of a trailing header with the specified name.
getTrailer(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
 
getUncheckedAttribute(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the value of the named attribute as an Object and cast to target type, ornull if no attribute of the given name exists.
getURIAndQueryString() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。

H

hasAttribute(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Check whether the given attribute is present in current request.
headerNames() - 接口 中的方法esa.httpserver.core.AsyncResponse
Get the header names set for this HTTP response.
headerNames() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
headers() - 接口 中的方法esa.httpserver.core.AsyncRequest
Get http headers
headers() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
headerSize() - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
compute by yourself please
HttpInputStream - esa.httpserver.core中的类
An InputStream of http request body.
HttpInputStream() - 类 的构造器esa.httpserver.core.HttpInputStream
 
HttpOutputStream - esa.httpserver.core中的类
An OutputStream of http response body.
HttpOutputStream() - 类 的构造器esa.httpserver.core.HttpOutputStream
 
httpVersion() - 接口 中的方法esa.httpserver.core.AsyncRequest
HttpVersion, such as HTTP/1.1
httpVersion() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

I

inputStream() - 接口 中的方法esa.httpserver.core.AsyncRequest
Get input stream
inputStream() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
isClosed() - 类 中的方法esa.httpserver.core.HttpOutputStream
 
isCommitted() - 接口 中的方法esa.httpserver.core.AsyncResponse
Is current response has been write.
isCommitted() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
isKeepAlive() - 接口 中的方法esa.httpserver.core.AsyncResponse
Is current request should be keepAlive mode.
isKeepAlive() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 

L

localAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
localAddr() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
localPort() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the port of the interface on which the request was received.
localPort() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

M

mark(int) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
markSupported() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
method() - 接口 中的方法esa.httpserver.core.AsyncRequest
HTTP methodPathMatcher
method() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

O

onEnd(AsyncResponse) - 接口 中的方法esa.httpserver.core.AsyncResponse.EndListener
已过时。
 
onEnd(Consumer<AsyncResponse>) - 接口 中的方法esa.httpserver.core.AsyncResponse
Add a listener to this response, this listener will be called after current response has been write.
onEnd(Consumer<AsyncResponse>) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
outputStream() - 接口 中的方法esa.httpserver.core.AsyncResponse
Get output stream of this response.
outputStream() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 

P

parameterMap() - 接口 中的方法esa.httpserver.core.AsyncRequest
Get parameter map This pair of parameters can be from url parameters or body k-v values when Content-Type equals to 'x-www-form-urlencoded'
parameterMap() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
path() - 接口 中的方法esa.httpserver.core.AsyncRequest
Http path except parameters.
path() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
protocol() - 接口 中的方法esa.httpserver.core.AsyncRequest
Protocol string, such as HTTP/1.1

Q

query() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the query part of the uri.
query() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

R

rawMethod() - 接口 中的方法esa.httpserver.core.AsyncRequest
HTTP method as String type.
read(byte[], int, int) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
read() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readBoolean() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readByte() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readBytes() - 类 中的方法esa.httpserver.core.HttpInputStream
Returns the number of read bytes by this stream so far.
readBytes() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readChar() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readDouble() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readFloat() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readFully(byte[]) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readFully(byte[], int, int) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readInt() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readLine() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readLong() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readShort() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readString(Charset) - 类 中的方法esa.httpserver.core.HttpInputStream
Decodes this readable bytes into a string with the specified character set name.
readString(Charset) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readUnsignedByte() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readUnsignedShort() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
readUTF() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
remoteAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
remoteAddr() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
remotePort() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the Internet Protocol (PORT) address of the client or last proxy that sent the request.
remotePort() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
removeAttribute(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Removes an attribute from this request.
removeAttribute(String) - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
removeUncheckedAttribute(String) - 接口 中的方法esa.httpserver.core.AsyncRequest
Removes an attribute from this request and cast to target type.
reset() - 接口 中的方法esa.httpserver.core.AsyncResponse
Reset this response to origin status, which means the values you have changed will be reset such headers, status and so on.
reset() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
reset() - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 

S

scheme() - 接口 中的方法esa.httpserver.core.AsyncRequest
HTTP or HTTPS
scheme() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
sendFile(File) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendFile(File, long) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendFile(File, long, long) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sends a file to client.
sendFile(File, long, long) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
sendRedirect(String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sends a temporary redirect response to the client using the given redirect uri.
sendRedirect(String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
sendResult(byte[], int, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
Write the byte data.
sendResult(int, byte[], int, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendResult(byte[]) - 接口 中的方法esa.httpserver.core.AsyncResponse
write response
sendResult(int, byte[]) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendResult(int) - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult() - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult(ByteBuf, int, int, boolean) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendResult(int, ByteBuf, int, int, boolean) - 接口 中的方法esa.httpserver.core.AsyncResponse
Write the ByteBuf data.
sendResult(int, ByteBuf, int, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendResult(ByteBuf, int, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
sendResult(ByteBuf, boolean) - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult(int, ByteBuf, boolean) - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult(int, ByteBuf) - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult(ByteBuf) - 接口 中的方法esa.httpserver.core.AsyncResponse
This method does not modify readerIndex or writerIndex of this buffer.
sendResult(byte[], int, int) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
sendResult(byte[]) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
sendResult(ByteBuf, boolean) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
sendResult(ByteBuf, int, int, boolean) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setAttribute(String, Object) - 接口 中的方法esa.httpserver.core.AsyncRequest
Stores an attribute in this request.
setAttribute(String, Object) - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
setBufferSize(int) - 接口 中的方法esa.httpserver.core.AsyncResponse
Set buffer size of the output stream. it will not be effective unless current output stream is null, which means you'd better call this function before AsyncResponse.outputStream() advice: always set the buffer size if you have already known the length or the predication of the response data.
setBufferSize(int) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setHeader(String, String) - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
header should not been modified in a request
setHeader(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncRequest
已过时。
header should not been modified in a request
setHeader(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a response header with the given name and value.
setHeader(String, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
setHeader(CharSequence, String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setHeaders(CharSequence, List<String>) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a response headers with the given name and value.
setHeaders(String, List<String>) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a response headers with the given name and value.
setHeaders(CharSequence, List<String>) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setIntHeader(CharSequence, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
setIntHeader(CharSequence, int) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setShortHeader(CharSequence, short) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a response header with the given name and short value.
setShortHeader(String, short) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
setShortHeader(CharSequence, short) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setStatus(int) - 接口 中的方法esa.httpserver.core.AsyncResponse
Set the response code
setStatus(int) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setTrailer(CharSequence, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a trailing header with the given name and value.
setTrailer(String, String) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
setTrailer(CharSequence, String) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
setTrailers(CharSequence, List<String>) - 接口 中的方法esa.httpserver.core.AsyncResponse
Sets a trailing headers with the given name and value.
setTrailers(String, List<String>) - 接口 中的方法esa.httpserver.core.AsyncResponse
 
setTrailers(CharSequence, List<String>) - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
skip(long) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
skipBytes(int) - 类 中的方法esa.httpserver.impl.ByteBufHttpInputStream
 
status() - 接口 中的方法esa.httpserver.core.AsyncResponse
Get current http response code.
status() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 

T

tcpSourceAddr() - 接口 中的方法esa.httpserver.core.AsyncRequest
Returns the last proxy that sent the request.
tcpSourceAddr() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
toString() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
toString() - 类 中的方法esa.httpserver.impl.AsyncResponseImpl
 
trailers() - 接口 中的方法esa.httpserver.core.AsyncRequest
Gets the trailing headers of this request.
trailers() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 

U

uri() - 接口 中的方法esa.httpserver.core.AsyncRequest
Http full url.
uri() - 类 中的方法esa.httpserver.impl.AsyncRequestImpl
 
A B C D E G H I L M O P Q R S T U 
跳过导航链接

Copyright © 2020. All rights reserved.