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

A

abort() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
abort(Throwable) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
AbstractApplicationContext - com.firefly.core中的类
 
AbstractApplicationContext() - 类 的构造器com.firefly.core.AbstractApplicationContext
 
AbstractApplicationContext(String) - 类 的构造器com.firefly.core.AbstractApplicationContext
 
AbstractBeanReader - com.firefly.core.support中的类
 
AbstractBeanReader() - 类 的构造器com.firefly.core.support.AbstractBeanReader
 
AbstractFlowControlStrategy - com.firefly.codec.http2.stream中的类
 
AbstractFlowControlStrategy(int) - 类 的构造器com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
AbstractHTTP1Connection - com.firefly.codec.http2.stream中的类
 
AbstractHTTP1Connection(HTTP2Configuration, SSLSession, Session, HttpParser.RequestHandler, HttpParser.ResponseHandler) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
AbstractHTTP1OutputStream - com.firefly.codec.http2.stream中的类
 
AbstractHTTP1OutputStream(MetaData, boolean) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
AbstractHTTP2Connection - com.firefly.codec.http2.stream中的类
 
AbstractHTTP2Connection(HTTP2Configuration, Session, SSLSession, Session.Listener) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
AbstractHTTP2OutputStream - com.firefly.codec.http2.stream中的类
 
AbstractHTTP2OutputStream(MetaData, boolean) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
AbstractHTTPConnection - com.firefly.codec.http2.stream中的类
 
AbstractHTTPConnection(SSLSession, Session, HttpVersion) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTPConnection
 
AbstractHTTPHandler - com.firefly.codec.http2.stream中的类
 
AbstractHTTPHandler(HTTP2Configuration) - 类 的构造器com.firefly.codec.http2.stream.AbstractHTTPHandler
 
AbstractXmlNodeParser - com.firefly.core.support.xml.parse中的类
 
AbstractXmlNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.AbstractXmlNodeParser
 
accept100Continue(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.server.http2.ServerHTTPHandler
 
accept100Continue - 类 中的变量com.firefly.server.http2.ServerHTTPHandler.Adapter
 
accept100Continue(Func4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
accept100Continue(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
acceptConnection(HTTPConnection) - 接口 中的方法com.firefly.server.http2.ServerHTTPHandler
 
acceptConnection - 类 中的变量com.firefly.server.http2.ServerHTTPHandler.Adapter
 
acceptConnection(Action1<HTTPConnection>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
acceptConnection(HTTPConnection) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
ACCEPTED_202 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
ACK - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
Adapter() - 类 的构造器com.firefly.client.http2.ClientHTTPHandler.Adapter
 
Adapter() - 类 的构造器com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
Adapter() - 类 的构造器com.firefly.codec.http2.decode.ServerParser.Listener.Adapter
 
Adapter() - 类 的构造器com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
Adapter() - 类 的构造器com.firefly.codec.http2.stream.Session.Listener.Adapter
 
Adapter() - 类 的构造器com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
Adapter() - 类 的构造器com.firefly.server.http2.ServerHTTPHandler.Adapter
 
Adapter() - 类 的构造器com.firefly.server.http2.ServerSessionListener.Adapter
 
add(HttpField) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
add(HttpField) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
add(String, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
add(HttpHeader, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Add to or set a field.
add(HttpField) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
add(HttpFields) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Add fields from another HttpFields instance.
add(WebHandler) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext.HandlerChainImpl
 
add(String, ControllerMetaInfo) - 类 中的方法com.firefly.mvc.web.Resource
 
addAll(HttpFields) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
addAll(HttpFields) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
addCookie(Cookie) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
addCSV(HttpHeader, String...) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Add comma separated values, but only if not already present.
addCSV(String, String...) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Add comma separated values, but only if not already present.
addCSV(QuotedCSV, String...) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
addDateField(String, long) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Sets the value of a date field.
addDateHeader(String, long) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
addErrorPage(Integer, String) - 类 中的静态方法com.firefly.mvc.web.servlet.SystemHtmlPage
 
addErrorPageMap(Map<Integer, String>) - 类 中的静态方法com.firefly.mvc.web.servlet.SystemHtmlPage
 
addHeader(String, String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
addInterceptor(String, String, AnnotationWebContext.HandlerChainImpl) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
addIntHeader(String, int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
addLastHandler(String, String, AnnotationWebContext.HandlerChainImpl) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
addLastHandler(String, String, AnnotationWebContext.HandlerChainImpl) - 类 中的方法com.firefly.server.http2.servlet.ServerAnnotationWebContext
 
addListener(AsyncListener) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
addListener(AsyncListener, ServletRequest, ServletResponse) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
addMimeMapping(String, String) - 类 中的方法com.firefly.codec.http2.model.MimeTypes
Set a mime mapping
addObjectToContext(BeanDefinition, Object) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
addValue(String) - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
Add and parse a value string(s)
addValue(String) - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 
allowMethod(String) - 类 中的方法com.firefly.mvc.web.support.ControllerMetaInfo
 
AnnotatedBeanDefinition - com.firefly.core.support.annotation中的类
 
AnnotatedBeanDefinition() - 类 的构造器com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
AnnotationBeanDefinition - com.firefly.core.support.annotation中的接口
 
AnnotationBeanReader - com.firefly.core.support.annotation中的类
Annotation Bean processor
AnnotationBeanReader() - 类 的构造器com.firefly.core.support.annotation.AnnotationBeanReader
 
AnnotationBeanReader(String) - 类 的构造器com.firefly.core.support.annotation.AnnotationBeanReader
 
AnnotationWebContext - com.firefly.mvc.web中的类
Web context
AnnotationWebContext(String) - 类 的构造器com.firefly.mvc.web.AnnotationWebContext
 
AnnotationWebContext(String, ServletContext) - 类 的构造器com.firefly.mvc.web.AnnotationWebContext
 
AnnotationWebContext.HandlerChainImpl - com.firefly.mvc.web中的类
 
append(HTTP2Flusher.Entry) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
ApplicationContext - com.firefly.core中的接口
 
ARGUMENT_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
ARRAY_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
ArrayNodeParser - com.firefly.core.support.xml.parse中的类
 
ArrayNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.ArrayNodeParser
 
asBuffer() - 枚举 中的方法com.firefly.codec.http2.model.HttpMethod
 
asBuffer() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
asByteBuffer() - 枚举 中的方法com.firefly.codec.http2.model.HttpScheme
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeaderValue
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.HttpMethod
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.HttpScheme
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
asString() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
AsyncContextImpl - com.firefly.server.http2.servlet中的类
 
AsyncContextImpl() - 类 的构造器com.firefly.server.http2.servlet.AsyncContextImpl
 
AsyncContextImpl.AsyncContextTreadFactory - com.firefly.server.http2.servlet中的类
 
AsyncContextTreadFactory() - 类 的构造器com.firefly.server.http2.servlet.AsyncContextImpl.AsyncContextTreadFactory
 
AsyncListenerWrapper - com.firefly.server.http2.servlet中的类
 
AsyncListenerWrapper(AsyncContext, AsyncListener, ServletRequest, ServletResponse) - 类 的构造器com.firefly.server.http2.servlet.AsyncListenerWrapper
 
atEOF() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
Signal that the associated data source is at EOF
attachment - 类 中的变量com.firefly.codec.http2.model.MetaData.Request
 
attachment - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPConnection
 
attributeAdded(HttpSessionBindingEvent) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionAttributeListenerAdapter
 
attributeRemoved(HttpSessionBindingEvent) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionAttributeListenerAdapter
 
attributeReplaced(HttpSessionBindingEvent) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionAttributeListenerAdapter
 
authenticate(HttpServletResponse) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
AUTHORITY - 类 中的静态变量com.firefly.codec.http2.hpack.AuthorityHttpField
 
AuthorityHttpField - com.firefly.codec.http2.hpack中的类
 
AuthorityHttpField(String) - 类 的构造器com.firefly.codec.http2.hpack.AuthorityHttpField
 

B

BAD_GATEWAY_502 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
BAD_REQUEST_400 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
badMessage(Action6<Integer, String, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
badMessage(int, String) - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
badMessage(Action3<Integer, String, MetaData.Response>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
badMessage(int, String) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
Called to signal that a bad HTTP message has been received.
badMessage - 类 中的变量com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
badMessage(int, String, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
badMessage(int, String, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.codec.http2.stream.HTTPHandler
 
badMessage(int, String) - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
badMessage(Action6<Integer, String, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
badMessage(int, String, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.server.http2.servlet.ServletServerHTTPHandler
 
BadMessageException - com.firefly.codec.http2.model中的异常错误
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
BadMessageException() - 异常错误 的构造器com.firefly.codec.http2.model.BadMessageException
 
BadMessageException(int) - 异常错误 的构造器com.firefly.codec.http2.model.BadMessageException
 
BadMessageException(String) - 异常错误 的构造器com.firefly.codec.http2.model.BadMessageException
 
BadMessageException(int, String) - 异常错误 的构造器com.firefly.codec.http2.model.BadMessageException
 
BadMessageException(int, String, Throwable) - 异常错误 的构造器com.firefly.codec.http2.model.BadMessageException
 
BEAN_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
BEAN_REF_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
BeanDefinition - com.firefly.core.support中的接口
Bean information, the id, className or interface name is used for map's key.
BeanDefinitionParsingException - com.firefly.core.support.exception中的异常错误
 
BeanDefinitionParsingException(String) - 异常错误 的构造器com.firefly.core.support.exception.BeanDefinitionParsingException
 
beanDefinitions - 类 中的变量com.firefly.core.AbstractApplicationContext
 
beanDefinitions - 类 中的变量com.firefly.core.support.AbstractBeanReader
 
BeanNodeParser - com.firefly.core.support.xml.parse中的类
 
BeanNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.BeanNodeParser
 
BeanReader - com.firefly.core.support中的接口
 
BeansException - com.firefly.core.support.exception中的异常错误
 
BeansException(String) - 异常错误 的构造器com.firefly.core.support.exception.BeansException
 
BeansException(String, Throwable) - 异常错误 的构造器com.firefly.core.support.exception.BeansException
 
body(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
body(String, Charset) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
BodyParser - com.firefly.codec.http2.decode中的类
The base parser for the frame body of HTTP/2 frames.
BodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.BodyParser
 
BufferingFlowControlStrategy - com.firefly.codec.http2.stream中的类
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.
BufferingFlowControlStrategy(float) - 类 的构造器com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
BufferingFlowControlStrategy(int, float) - 类 的构造器com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
build() - 类 中的方法com.firefly.codec.http2.hpack.MetaDataBuilder
 

C

CACHE - 类 中的静态变量com.firefly.codec.http2.decode.HttpParser
Cache of common HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached
CACHE - 枚举 中的静态变量com.firefly.codec.http2.model.HttpHeader
 
CACHE - 枚举 中的静态变量com.firefly.codec.http2.model.HttpHeaderValue
 
CACHE - 枚举 中的静态变量com.firefly.codec.http2.model.HttpMethod
 
CACHE - 枚举 中的静态变量com.firefly.codec.http2.model.HttpScheme
 
CACHE - 枚举 中的静态变量com.firefly.codec.http2.model.HttpVersion
 
CACHE - 类 中的静态变量com.firefly.codec.http2.model.MimeTypes
 
CARRIAGE_RETURN - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
changeSessionId() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
CHANNEL_ATTRIBUTE - 接口 中的静态变量com.firefly.codec.http2.stream.StreamSPI
The constant used as attribute key to store/retrieve the HTTP channel associated with this stream
charset - 类 中的静态变量com.firefly.mvc.web.view.TemplateView
 
check() - 类 中的方法com.firefly.core.AbstractApplicationContext
Conflicts check 1.More than two components have the same id 2.The one of two components that have the same class name or interface name dosen't set id. 3.Two components have the same class name or interface name and different id, save memo.
check(String) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
checkSize(int, boolean) - 类 中的方法com.firefly.codec.http2.hpack.MetaDataBuilder
Check that the max size will not be exceeded.
CHUNK_SIZE - 类 中的静态变量com.firefly.codec.http2.encode.HttpGenerator
 
CipherComparator() - 类 的构造器com.firefly.codec.http2.stream.HTTP2Cipher.CipherComparator
 
CLASS_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
clear() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
clear() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
ClientHttp2OutputStream(MetaData, boolean, Stream) - 类 的构造器com.firefly.client.http2.HTTP2ClientResponseHandler.ClientHttp2OutputStream
 
ClientHTTPHandler - com.firefly.client.http2中的接口
 
clientHTTPHandler - 类 中的变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
ClientHTTPHandler.Adapter - com.firefly.client.http2中的类
 
ClientIPUtils - com.firefly.server.http2.servlet.utils中的类
 
ClientIPUtils() - 类 的构造器com.firefly.server.http2.servlet.utils.ClientIPUtils
 
clientMode - 类 中的变量com.firefly.codec.http2.stream.HTTPOutputStream
 
ClientSecureDecoder - com.firefly.client.http2中的类
 
ClientSecureDecoder(DecoderChain) - 类 的构造器com.firefly.client.http2.ClientSecureDecoder
 
ClientSecureEncoder - com.firefly.client.http2中的类
 
ClientSecureEncoder() - 类 的构造器com.firefly.client.http2.ClientSecureEncoder
 
ClientStreamPromise(MetaData.Request, Promise<HTTPOutputStream>, boolean) - 类 的构造器com.firefly.client.http2.HTTP2ClientResponseHandler.ClientStreamPromise
 
clone() - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
 
clone() - 类 中的方法com.firefly.codec.http2.model.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this Cookie.
close() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
Request that the associated data source be closed
close() - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
End the current part.
close() - 类 中的方法com.firefly.codec.http2.model.MultiPartWriter
End the current part.
close() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
close() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
close() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
close(int, String, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
Invoked internally and by applications to send a GO_AWAY frame to the other peer.
close() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
close(int, String, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Session
Closes the session by sending a GOAWAY frame with the given error code and payload.
close() - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Forcibly closes this stream.
close() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
closed - 类 中的变量com.firefly.codec.http2.stream.HTTPOutputStream
 
CloseState - com.firefly.codec.http2.frame中的枚举
 
CloseState - com.firefly.codec.http2.stream中的枚举
 
code - 枚举 中的变量com.firefly.codec.http2.frame.ErrorCode
 
COLON - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
com.firefly - 程序包 com.firefly
 
com.firefly.annotation - 程序包 com.firefly.annotation
 
com.firefly.client.http2 - 程序包 com.firefly.client.http2
 
com.firefly.codec.http2.decode - 程序包 com.firefly.codec.http2.decode
 
com.firefly.codec.http2.encode - 程序包 com.firefly.codec.http2.encode
 
com.firefly.codec.http2.frame - 程序包 com.firefly.codec.http2.frame
 
com.firefly.codec.http2.hpack - 程序包 com.firefly.codec.http2.hpack
 
com.firefly.codec.http2.model - 程序包 com.firefly.codec.http2.model
 
com.firefly.codec.http2.stream - 程序包 com.firefly.codec.http2.stream
 
com.firefly.core - 程序包 com.firefly.core
 
com.firefly.core.support - 程序包 com.firefly.core.support
 
com.firefly.core.support.annotation - 程序包 com.firefly.core.support.annotation
 
com.firefly.core.support.exception - 程序包 com.firefly.core.support.exception
 
com.firefly.core.support.xml - 程序包 com.firefly.core.support.xml
 
com.firefly.core.support.xml.parse - 程序包 com.firefly.core.support.xml.parse
 
com.firefly.mvc.web - 程序包 com.firefly.mvc.web
 
com.firefly.mvc.web.servlet - 程序包 com.firefly.mvc.web.servlet
 
com.firefly.mvc.web.support - 程序包 com.firefly.mvc.web.support
 
com.firefly.mvc.web.support.exception - 程序包 com.firefly.mvc.web.support.exception
 
com.firefly.mvc.web.view - 程序包 com.firefly.mvc.web.view
 
com.firefly.server.exception - 程序包 com.firefly.server.exception
 
com.firefly.server.http2 - 程序包 com.firefly.server.http2
 
com.firefly.server.http2.servlet - 程序包 com.firefly.server.http2.servlet
 
com.firefly.server.http2.servlet.session - 程序包 com.firefly.server.http2.servlet.session
 
com.firefly.server.http2.servlet.utils - 程序包 com.firefly.server.http2.servlet.utils
 
com.firefly.server.utils - 程序包 com.firefly.server.utils
 
commit() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
commit(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
commit() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
commit(boolean) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
commit() - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
commited - 类 中的变量com.firefly.codec.http2.stream.HTTPOutputStream
 
COMPARATOR - 类 中的静态变量com.firefly.codec.http2.stream.HTTP2Cipher
 
compare(String, String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Cipher.CipherComparator
 
compareTo(InterceptorMetaInfo) - 类 中的方法com.firefly.mvc.web.support.InterceptorMetaInfo
 
complete() - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
complete() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
complianceViolation(HttpCompliance, String) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
Check RFC compliance violation
Component - com.firefly.annotation中的注释类型
 
componentParser(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
componentParser(Class<?>) - 类 中的方法com.firefly.mvc.web.support.WebBeanReader
 
config - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
config - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPHandler
 
Config - com.firefly.core.support.annotation中的类
 
Config() - 类 的构造器com.firefly.core.support.annotation.Config
 
ConfigReader - com.firefly.core.support.annotation中的类
 
CONFLICT_409 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
connect(String, int, Promise<HTTPClientConnection>) - 类 中的方法com.firefly.client.http2.HTTP2Client
 
connect(String, int, Promise<HTTPClientConnection>, Session.Listener) - 类 中的方法com.firefly.client.http2.HTTP2Client
 
connection - 类 中的变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
connection - 类 中的变量com.firefly.server.http2.HTTP1ServerRequestHandler
 
connectionFailure(ByteBuffer, int, String) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
Constants - com.firefly.mvc.web中的类
 
Constants() - 类 的构造器com.firefly.mvc.web.Constants
 
contains(String) - 类 中的方法com.firefly.codec.http2.model.HttpField
Look for a value in a possible multi valued field
contains(HttpField) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
contains(HttpHeader, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
contains(String, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
contains(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
containsHeader(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
containsKey(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
containsKey(String) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
containsKey(String) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
content(Func5<ByteBuffer, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
content(ByteBuffer) - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
content(Action1<ByteBuffer>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
content(ByteBuffer) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
 
content - 类 中的变量com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
content(ByteBuffer, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
content(ByteBuffer, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.codec.http2.stream.HTTPHandler
 
content(ByteBuffer) - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
content(Func5<ByteBuffer, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
content(ByteBuffer, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.server.http2.servlet.ServletServerHTTPHandler
 
CONTENT_LENGTH_0 - 类 中的静态变量com.firefly.codec.http2.hpack.HpackDecoder
 
ContinuationBodyParser - com.firefly.codec.http2.decode中的类
 
ContinuationBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - 类 的构造器com.firefly.codec.http2.decode.ContinuationBodyParser
 
CONTINUE_100 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
CONTINUE_100_INFO - 类 中的静态变量com.firefly.codec.http2.encode.HttpGenerator
 
continueToSendData - 类 中的变量com.firefly.client.http2.ClientHTTPHandler.Adapter
 
continueToSendData(Action4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
continueToSendData(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
continueToSendData(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.client.http2.ClientHTTPHandler
 
control(Frame) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
Controller - com.firefly.annotation中的注释类型
 
ControllerAnnotatedBeanDefinition - com.firefly.mvc.web.support中的类
 
ControllerAnnotatedBeanDefinition() - 类 的构造器com.firefly.mvc.web.support.ControllerAnnotatedBeanDefinition
 
ControllerBeanDefinition - com.firefly.mvc.web.support中的接口
 
ControllerMetaInfo - com.firefly.mvc.web.support中的类
 
ControllerMetaInfo(Object, Method) - 类 的构造器com.firefly.mvc.web.support.ControllerMetaInfo
 
CONTRUCTOR_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
ContructorParser - com.firefly.core.support.xml.parse中的类
 
ContructorParser() - 类 的构造器com.firefly.core.support.xml.parse.ContructorParser
 
Cookie - com.firefly.codec.http2.model中的类
 
Cookie() - 类 的构造器com.firefly.codec.http2.model.Cookie
 
Cookie(String, String) - 类 的构造器com.firefly.codec.http2.model.Cookie
Constructs a cookie with the specified name and value.
cookie(String, String) - 接口 中的方法com.firefly.codec.http2.model.CookieParser.CookieParserCallback
 
CookieGenerator - com.firefly.codec.http2.model中的类
 
CookieGenerator() - 类 的构造器com.firefly.codec.http2.model.CookieGenerator
 
CookieParser - com.firefly.codec.http2.model中的类
 
CookieParser() - 类 的构造器com.firefly.codec.http2.model.CookieParser
 
CookieParser.CookieParserCallback - com.firefly.codec.http2.model中的接口
 
cookies(List<Cookie>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
create() - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
create() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
CREATED_201 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
createHttpURI(String, String, int, String, String, String, String) - 类 中的静态方法com.firefly.codec.http2.model.HttpURI
Construct a normalized URI.
createListener(Class<T>) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
createLocalStream(int, Promise<Stream>) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
createRemoteStream(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
CRLF - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
CRLF - 类 中的静态变量com.firefly.mvc.web.view.StaticFileView
 

D

data(DataFrame, int) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
data(StreamSPI, Callback, DataFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
data(DataFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
data(StreamSPI, Callback, DataFrame) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Enqueues the given DATA frame to be written to the connection.
data(DataFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Stream
Sends the given DATA frame.
DataBodyParser - com.firefly.codec.http2.decode中的类
 
DataBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.DataBodyParser
 
DataFrame - com.firefly.codec.http2.frame中的类
 
DataFrame(int, ByteBuffer, boolean) - 类 的构造器com.firefly.codec.http2.frame.DataFrame
 
DataFrame(int, ByteBuffer, boolean, int) - 类 的构造器com.firefly.codec.http2.frame.DataFrame
 
DataGenerator - com.firefly.codec.http2.encode中的类
 
DataGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.DataGenerator
 
dataRemaining() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
DateGenerator - com.firefly.codec.http2.model中的类
ThreadLocal Date formatters for HTTP style dates.
DateGenerator() - 类 的构造器com.firefly.codec.http2.model.DateGenerator
 
DateParser - com.firefly.codec.http2.model中的类
ThreadLocal data parsers for HTTP style dates
DateParser() - 类 的构造器com.firefly.codec.http2.model.DateParser
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.client.http2.ClientSecureDecoder
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.client.http2.HTTP1ClientDecoder
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.client.http2.HTTP2ClientDecoder
 
decode(String) - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
 
decode(String, Charset) - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
 
decode(ByteBuffer) - 类 中的方法com.firefly.codec.http2.hpack.HpackDecoder
 
decode(ByteBuffer) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
decode(ByteBuffer, int) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
decode(ByteBuffer, int) - 类 中的静态方法com.firefly.codec.http2.hpack.NBitInteger
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.server.http2.HTTP1ServerDecoder
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.server.http2.HTTP2ServerDecoder
 
decode(ByteBuffer, Session) - 类 中的方法com.firefly.server.http2.ServerSecureDecoder
 
decode88591To(InputStream, MultiMap<String>, int, int) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to MultiMap, using ISO8859-1 encodings.
decodeQueryTo(MultiMap<String>) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
decodeQueryTo(MultiMap<String>, String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
decodeQueryTo(MultiMap<String>, Charset) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
decodeString(String) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decode String with % encoding.
decodeString(String, int, int, Charset) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decode String with % encoding.
decodeTo(String, MultiMap<String>, String) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, Charset) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap<String>, String, int, int) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap<String>, Charset, int, int) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, MultiMap<String>, int, int) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
 
decodeUtf8To(String, MultiMap<String>) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
 
decodeUtf8To(String, int, int, MultiMap<String>) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap<String>, int, int) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Decoded parameters to Map.
DEFAULT_CONFIG_FILE - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 
DEFAULT_CONFIG_FILE_NAME - 类 中的静态变量com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
DEFAULT_MAX_LENGTH - 类 中的静态变量com.firefly.codec.http2.frame.Frame
 
DEFAULT_WINDOW_SIZE - 接口 中的静态变量com.firefly.codec.http2.stream.FlowControlStrategy
 
delete(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
DELETE - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
delete() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
destroy() - 类 中的方法com.firefly.client.http2.HTTP2Client
 
destroy() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
destroy() - 类 中的方法com.firefly.server.http2.HTTP2Server
 
destroy() - 类 中的方法com.firefly.server.http2.servlet.ServerBootstrap
 
destroy() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
directUpgrade() - 类 中的方法com.firefly.codec.http2.decode.PrefaceParser
Advances this parser after the PrefaceFrame.PREFACE_PREAMBLE_BYTES.
directUpgrade() - 类 中的方法com.firefly.codec.http2.decode.ServerParser
A direct upgrade is an unofficial upgrade from HTTP/1.1 to HTTP/2.0.
disconnect() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
DisconnectFrame - com.firefly.codec.http2.frame中的类
 
DisconnectFrame() - 类 的构造器com.firefly.codec.http2.frame.DisconnectFrame
 
DisconnectGenerator - com.firefly.codec.http2.encode中的类
 
DisconnectGenerator() - 类 的构造器com.firefly.codec.http2.encode.DisconnectGenerator
 
dispatch(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.firefly.mvc.web.DispatcherController
 
dispatch(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.HttpServletDispatcherController
 
dispatch() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
dispatch(String) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
dispatch(ServletContext, String) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
DispatcherController - com.firefly.mvc.web中的接口
 
DispatcherServlet - com.firefly.mvc.web.servlet中的类
 
DispatcherServlet() - 类 的构造器com.firefly.mvc.web.servlet.DispatcherServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 
doFilter(HttpServletRequest, HttpServletResponse, String) - 接口 中的方法com.firefly.mvc.web.FileAccessFilter
The static file access filter
doFormatCookieDate(StringBuilder, long) - 类 中的方法com.firefly.codec.http2.model.DateGenerator
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
doFormatDate(long) - 类 中的方法com.firefly.codec.http2.model.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 
doNext(HttpServletRequest, HttpServletResponse, HandlerChain) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext.HandlerChainImpl
 
doNext(HttpServletRequest, HttpServletResponse, HandlerChain) - 接口 中的方法com.firefly.mvc.web.HandlerChain
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 
doPut(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 

E

earlyEOF(Action4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
earlyEOF() - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
earlyEof(Action1<MetaData.Response>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
earlyEOF() - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
Called to signal that an EOF was received unexpectedly during the parsing of a HTTP message
earlyEOF - 类 中的变量com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
earlyEOF(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
earlyEOF(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.codec.http2.stream.HTTPHandler
 
earlyEOF() - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
earlyEOF(Action4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
emit(HttpField) - 类 中的方法com.firefly.codec.http2.hpack.MetaDataBuilder
 
EMPTY_ARRAY - 类 中的静态变量com.firefly.codec.http2.frame.Frame
 
emptyBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
emptyBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.ContinuationBodyParser
 
emptyBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.DataBodyParser
 
emptyBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HeadersBodyParser
 
emptyBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.SettingsBodyParser
 
ENABLE_PUSH - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
encode(Object, Session) - 类 中的方法com.firefly.client.http2.ClientSecureEncoder
 
encode(Object, Session) - 类 中的方法com.firefly.client.http2.HTTP1ClientEncoder
 
encode(Object, Session) - 类 中的方法com.firefly.client.http2.HTTP2ClientEncoder
 
encode() - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
Encode MultiMap with % encoding for UTF8 sequences.
encode(Charset) - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
Encode MultiMap with % encoding for arbitrary Charset sequences.
encode(Charset, boolean) - 类 中的方法com.firefly.codec.http2.encode.UrlEncoded
Encode MultiMap with % encoding.
encode(MultiMap<String>, Charset, boolean) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Encode MultiMap with % encoding.
encode(ByteBuffer, MetaData) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
encode(ByteBuffer, HttpField) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
encode(ByteBuffer, String) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
encode(ByteBuffer, int, int) - 类 中的静态方法com.firefly.codec.http2.hpack.NBitInteger
 
encode(Object, Session) - 类 中的方法com.firefly.server.http2.HTTP1ServerEncoder
 
encode(Object, Session) - 类 中的方法com.firefly.server.http2.HTTP2ServerEncoder
 
encode(Object, Session) - 类 中的方法com.firefly.server.http2.ServerSecureEncoder
 
encodeLC(ByteBuffer, String) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
encodeMaxDynamicTableSize(ByteBuffer, int) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
encodeRedirectURL(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
encodeRedirectUrl(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
encodeString(String) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Perform URL encoding.
encodeString(String, Charset) - 类 中的静态方法com.firefly.codec.http2.encode.UrlEncoded
Perform URL encoding.
encodeURL(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
encodeUrl(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
ENCODING - 类 中的静态变量com.firefly.codec.http2.encode.UrlEncoded
 
end() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
END_HEADERS - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
END_STREAM - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
endPart() - 类 中的方法com.firefly.codec.http2.model.MultiPartWriter
end creation of the next Content.
ENHANCE_YOUR_CALM_420 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
Entry(Frame, StreamSPI, Callback) - 类 的构造器com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
equals(Object) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
equals(Object) - 类 中的方法com.firefly.codec.http2.model.HttpField
 
equals(Object) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
equals(int) - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
 
equals(Object) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
equals(Object) - 类 中的方法com.firefly.mvc.web.Resource
 
error(String) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
error(String) - 类 中的方法com.firefly.core.support.AbstractBeanReader
 
error(String) - 类 中的方法com.firefly.core.support.xml.parse.AbstractXmlNodeParser
 
ErrorCode - com.firefly.codec.http2.frame中的枚举
 
errorMemo - 类 中的变量com.firefly.core.AbstractApplicationContext
 
exceptionCaught(Session, Throwable) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPHandler
 
EXPECTATION_FAILED_417 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 

F

failed(Throwable) - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler.ClientStreamPromise
 
failed(Throwable) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
failed(Throwable) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
FAILED_DEPENDENCY_424 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
failedOpeningSession(Integer, Throwable) - 类 中的方法com.firefly.client.http2.HTTP2ClientHandler
 
FileAccessFilter - com.firefly.mvc.web中的接口
 
findBeanDefinition(String) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
fireOnComplete() - 类 中的方法com.firefly.server.http2.servlet.AsyncListenerWrapper
 
fireOnError() - 类 中的方法com.firefly.server.http2.servlet.AsyncListenerWrapper
 
fireOnStartAsync() - 类 中的方法com.firefly.server.http2.servlet.AsyncListenerWrapper
 
fireOnTimeout() - 类 中的方法com.firefly.server.http2.servlet.AsyncListenerWrapper
 
Flags - com.firefly.codec.http2.frame中的接口
 
FlowControlStrategy - com.firefly.codec.http2.stream中的接口
 
flushBuffer() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
FORBIDDEN_403 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
formatCookieDate(StringBuilder, long) - 类 中的静态方法com.firefly.codec.http2.model.DateGenerator
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(long) - 类 中的静态方法com.firefly.codec.http2.model.DateGenerator
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatDate(long) - 类 中的静态方法com.firefly.codec.http2.model.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
forward(ServletRequest, ServletResponse) - 类 中的方法com.firefly.server.http2.servlet.RequestDispatcherImpl
 
FOUND_302 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
Frame - com.firefly.codec.http2.frame中的类
 
Frame(FrameType) - 类 的构造器com.firefly.codec.http2.frame.Frame
 
frame - 类 中的变量com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
FrameGenerator - com.firefly.codec.http2.encode中的类
 
FrameGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.FrameGenerator
 
frames(StreamSPI, Callback, Frame, Frame...) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
frames(StreamSPI, Callback, Frame, Frame...) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Enqueues the given frames to be written to the connection.
FrameType - com.firefly.codec.http2.frame中的枚举
 
from(int) - 枚举 中的静态方法com.firefly.codec.http2.frame.ErrorCode
 
from(int) - 枚举 中的静态方法com.firefly.codec.http2.frame.FrameType
 
fromString(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpMethod
Converts the given String parameter to an HttpMethod
fromString(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
Case insensitive fromString() conversion
fromVersion(int) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
 

G

GATEWAY_TIMEOUT_504 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
generate(DataFrame, int) - 类 中的方法com.firefly.codec.http2.encode.DataGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.DisconnectGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.FrameGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.GoAwayGenerator
 
generate(FrameType, int, int, int, int) - 类 中的方法com.firefly.codec.http2.encode.HeaderGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.HeadersGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.PingGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.PrefaceGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.PriorityGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.PushPromiseGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.ResetGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.SettingsGenerator
 
generate(Frame) - 类 中的方法com.firefly.codec.http2.encode.WindowUpdateGenerator
 
generate(MetaData, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
generate(Queue<ByteBuffer>) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
generateCookie(Cookie) - 类 中的静态方法com.firefly.codec.http2.model.CookieGenerator
 
generateCookies(List<Cookie>) - 类 中的静态方法com.firefly.codec.http2.model.CookieGenerator
 
generateData(int, ByteBuffer, boolean, int) - 类 中的方法com.firefly.codec.http2.encode.DataGenerator
 
generateGoAway(int, int, byte[]) - 类 中的方法com.firefly.codec.http2.encode.GoAwayGenerator
 
generateHeader(FrameType, int, int, int) - 类 中的方法com.firefly.codec.http2.encode.FrameGenerator
 
generateHeaders(int, MetaData, PriorityFrame, boolean) - 类 中的方法com.firefly.codec.http2.encode.HeadersGenerator
 
generateHTTPMessageExceptionally(HttpGenerator.Result, HttpGenerator.State) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
generateHTTPMessageSuccessfully() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
generatePing(byte[], boolean) - 类 中的方法com.firefly.codec.http2.encode.PingGenerator
 
generatePriority(int, int, int, boolean) - 类 中的方法com.firefly.codec.http2.encode.PriorityGenerator
 
generatePriorityBody(ByteBuffer, int, int, int, boolean) - 类 中的方法com.firefly.codec.http2.encode.PriorityGenerator
 
generatePushPromise(int, int, MetaData) - 类 中的方法com.firefly.codec.http2.encode.PushPromiseGenerator
 
generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
generateReset(int, int) - 类 中的方法com.firefly.codec.http2.encode.ResetGenerator
 
generateResponse(MetaData.Response, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
generateServletSetCookie(Cookie) - 类 中的静态方法com.firefly.codec.http2.model.CookieGenerator
 
generateSetCookie(Cookie) - 类 中的静态方法com.firefly.codec.http2.model.CookieGenerator
 
generateSettings(Map<Integer, Integer>, boolean) - 类 中的方法com.firefly.codec.http2.encode.SettingsGenerator
 
generateWindowUpdate(int, int) - 类 中的方法com.firefly.codec.http2.encode.WindowUpdateGenerator
 
Generator - com.firefly.codec.http2.encode中的类
 
Generator() - 类 的构造器com.firefly.codec.http2.encode.Generator
 
Generator(int, int) - 类 的构造器com.firefly.codec.http2.encode.Generator
 
generator - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
generator - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
get(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
get(HttpField) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
get(String) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
get(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
get(HttpHeader) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
get(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
get(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
GET - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
get(String) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
get(String) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
getAllowMethod() - 类 中的方法com.firefly.mvc.web.support.ControllerMetaInfo
 
getAsyncContext() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getAsynchronousContextCorePoolKeepAliveTime() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getAsynchronousContextCorePoolSize() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getAsynchronousContextMaximumPoolSize() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getAsynchronousContextTimeout() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getAttachment() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
getAttachment() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getAttachment() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getAttribute(String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getAttribute(String) - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
getAttribute() - 类 中的方法com.firefly.mvc.web.support.ParamMetaInfo
 
getAttribute(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getAttribute(String) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getAttributeNames() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getAttributeNames() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getAuthority() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getAuthType() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getBaseType() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
getBean(Class<T>) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
getBean(String) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
getBean(Class<T>) - 接口 中的方法com.firefly.core.ApplicationContext
 
getBean(String) - 接口 中的方法com.firefly.core.ApplicationContext
 
getBeanDefinition(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
getBeanDefinition(Class<?>) - 类 中的方法com.firefly.mvc.web.support.WebBeanReader
 
getBeanDefinitions(String) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
getBeanDefinitions(String) - 类 中的方法com.firefly.core.XmlApplicationContext
 
getBeanDefinitions(String) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
getBeanName() - 类 中的方法com.firefly.core.support.xml.ManagedRef
 
getBodyLength() - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
getBoundary() - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
 
getBoundary() - 类 中的方法com.firefly.codec.http2.model.MultiPartWriter
 
getBufferRatio() - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
getBufferSize() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getBytes() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
getBytes() - 枚举 中的方法com.firefly.codec.http2.model.HttpMethod
 
getBytesColonSpace() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
getCharacterEncoding() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getCharacterEncoding() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getCharacterEncoding() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getCharset() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
getCharset() - 类 中的静态方法com.firefly.mvc.web.view.TemplateView
 
getCharsetFromContentType(String) - 类 中的静态方法com.firefly.codec.http2.model.MimeTypes
 
getCharsetString() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
getClassName() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getClassName() - 接口 中的方法com.firefly.core.support.BeanDefinition
 
getClassName() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getCleanupInitialDelay() - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
getCleanupInterval() - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
getCode() - 异常错误 中的方法com.firefly.codec.http2.model.BadMessageException
 
getCode() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
 
getCode(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Get the HttpStatusCode for a specific code
getComment() - 类 中的方法com.firefly.codec.http2.model.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getConfig() - 类 中的方法com.firefly.core.support.annotation.ConfigReader
 
getConfigFileName() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getConstructor() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getConstructor() - 接口 中的方法com.firefly.core.support.BeanDefinition
 
getConstructor() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getContentLength() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
getContentLength() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
getContentLength() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getContentLengthLong() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getContentPrepared() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
getContentRead() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
getContentType() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getContentType() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getContentType() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getContentTypeField() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
getContentTypeWithoutCharset(String) - 类 中的静态方法com.firefly.codec.http2.model.MimeTypes
 
getContextPath() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getControlGenerator(FrameType) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
getController() - 类 中的方法com.firefly.mvc.web.Resource
 
getController() - 类 中的方法com.firefly.mvc.web.Resource.Result
 
getContructorParameters() - 接口 中的方法com.firefly.core.support.xml.XmlBeanDefinition
 
getContructorParameters() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getCookies() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getCookies() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getCreationTime() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getCSV(HttpHeader, boolean) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple field values of the same name, split as a QuotedCSV
getCSV(String, boolean) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple field values of the same name as a QuotedCSV
getData() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
getDateField(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get a header as a date value.
getDateHeader(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getDecodedPath() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getDispatcherType() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getDisposeMethod() - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
getDisposeMethod() - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
getDomain() - 类 中的方法com.firefly.codec.http2.model.Cookie
Gets the domain name of this Cookie.
getDynamicTableSize() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
getEncodedField(HttpHeader, String, String) - 类 中的方法com.firefly.codec.http2.encode.Http1FieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - 接口 中的方法com.firefly.codec.http2.encode.HttpFieldPreEncoder
 
getEncodedField() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.StaticEntry
 
getEncodedField(HttpHeader, String, String) - 类 中的方法com.firefly.codec.http2.hpack.HpackFieldPreEncoder
 
getEncoding() - 类 中的方法com.firefly.core.support.annotation.Config
 
getEncoding() - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
getEncoding() - 类 中的方法com.firefly.mvc.web.Resource
 
getEncoding() - 接口 中的方法com.firefly.mvc.web.WebContext
 
getEndPoint() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getError() - 类 中的方法com.firefly.codec.http2.frame.GoAwayFrame
 
getError() - 类 中的方法com.firefly.codec.http2.frame.ResetFrame
 
getErrorPage() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getField(int) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get a Field by index.
getField(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
getField(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
getFieldCache() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
getFieldNames() - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get enumeration of header _names.
getFieldNamesCollection() - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get Collection of header names.
getFields() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
getFileAccessFilter() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getFileSuffix(String) - 类 中的静态方法com.firefly.mvc.web.view.StaticFileView
 
getFlowControlStrategy() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getFlowControlStrategy() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getFragment() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getFrameType() - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
 
getFrameType() - 类 中的方法com.firefly.codec.http2.decode.Parser
 
getGenerator() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getHandler() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
getHeader() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getHeader(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getHeader(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getHeader(String) - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getHeaderByteBuffer() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
getHeaderCacheSize() - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
getHeaderCacheSize() - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
 
getHeaderCacheSize() - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
getHeaderNames() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getHeaderNames() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getHeaderNames() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getHeaders(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getHeaders(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getHeaders(String) - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getHost() - 类 中的方法com.firefly.codec.http2.model.HostPort
Get the host.
getHost() - 类 中的方法com.firefly.codec.http2.model.HostPortHttpField
Get the host.
getHost() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getHost() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getHpackContext() - 类 中的方法com.firefly.codec.http2.hpack.HpackDecoder
 
getHpackContext() - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
getHttp2Configuration() - 类 中的方法com.firefly.client.http2.HTTP2Client
 
getHttp2Configuration() - 类 中的方法com.firefly.server.http2.HTTP2Server
 
getHttp2Session() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
getHttpBodyThreshold() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getHttpField() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.Entry
 
getHttpGenerator() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
getHTTPOutputStream(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
getHTTPOutputStream(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
getHTTPOutputStream(MetaData.Request, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
getHttpSessionAttributeListener() - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
getHttpSessionAttributeListener() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
getHttpSessionListener() - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
getHttpSessionListener() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
getHttpSessionManager() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getHttpVersion() - 类 中的方法com.firefly.codec.http2.encode.Http1FieldPreEncoder
 
getHttpVersion() - 接口 中的方法com.firefly.codec.http2.encode.HttpFieldPreEncoder
The major version this encoder is for.
getHttpVersion() - 类 中的方法com.firefly.codec.http2.hpack.HpackFieldPreEncoder
 
getHttpVersion() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getHttpVersion() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getId() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getId() - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
getId() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getId() - 接口 中的方法com.firefly.core.support.BeanDefinition
 
getId() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getId() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getIdleTimeout() - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
getInitialSessionRecvWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getInitialSessionRecvWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getInitialStreamRecvWindow() - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
getInitialStreamSendWindow() - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
getInitialStreamSendWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getInitMethod() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getInitMethod(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
getInitMethod() - 接口 中的方法com.firefly.core.support.BeanDefinition
 
getInitMethod() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getInitPoolSize() - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
getInjectConstructor(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
getInjectedInstance() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getInjectedInstance() - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
getInjectField(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
getInjectFields() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getInjectFields() - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
getInjectMethod(Class<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotationBeanReader
 
getInjectMethods() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getInjectMethods() - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
getInputStream() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getInputStream() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getInstance() - 类 中的静态方法com.firefly.core.support.annotation.ConfigReader
 
getInterfaceNames() - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
getInterfaceNames() - 接口 中的方法com.firefly.core.support.BeanDefinition
 
getInterfaceNames() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getIntHeader(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getIntValue() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getIntValue() - 类 中的方法com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
getIntValue() - 类 中的方法com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
getJsonArrayBody() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getJsonBody(Class<T>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getJsonObjectBody() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getKnownMimeTypes() - 类 中的静态方法com.firefly.codec.http2.model.MimeTypes
 
getLastAccessedTime() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getLastStreamId() - 类 中的方法com.firefly.codec.http2.frame.GoAwayFrame
 
getLength() - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
 
getListener() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getListener() - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
 
getLocalAddr() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getLocalAddress() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getLocalAddress() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getLocale() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getLocale() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getLocales() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getLocalName() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getLocalPort() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getLongField(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get a header as an long value.
getLongValue() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getLongValue() - 类 中的方法com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
getLongValue() - 类 中的方法com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
getMaxAge() - 类 中的方法com.firefly.codec.http2.model.Cookie
Gets the maximum age in seconds of this Cookie.
getMaxConcurrentStreams() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getMaxDynamicTableSize() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
getMaxDynamicTableSize() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getMaxFrameSize() - 类 中的方法com.firefly.codec.http2.encode.FrameGenerator
 
getMaxFrameSize() - 类 中的方法com.firefly.codec.http2.encode.HeaderGenerator
 
getMaxHeaderBlockFragment() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getMaxHeaderListSize() - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
getMaxInactiveInterval() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getMaxLocalStreams() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getMaxPoolSize() - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
getMaxRangeNum() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getMaxRemoteStreams() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getMaxRequestHeadLength() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getMaxResponseHeadLength() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getMaxSessionInactiveInterval() - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
getMaxSessionInactiveInterval() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
getMaxSize() - 类 中的方法com.firefly.codec.http2.hpack.MetaDataBuilder
Get the maxSize.
getMessage() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
 
getMessage(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Get the status message for a specific code.
getMetaData() - 类 中的方法com.firefly.codec.http2.frame.HeadersFrame
 
getMetaData() - 类 中的方法com.firefly.codec.http2.frame.PushPromiseFrame
 
getMethod() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
getMethod() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getMethodParam() - 类 中的方法com.firefly.mvc.web.support.HandlerMetaInfo
 
getMimeByExtension(String) - 类 中的方法com.firefly.codec.http2.model.MimeTypes
Get the MIME type by filename extension.
getMimeMap() - 类 中的方法com.firefly.codec.http2.model.MimeTypes
 
getName() - 类 中的方法com.firefly.codec.http2.model.Cookie
Returns the name of the cookie.
getName() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getName() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getObj() - 类 中的方法com.firefly.mvc.web.view.JsonView
 
getOrder() - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
getOrder() - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
getOrder() - 类 中的方法com.firefly.mvc.web.support.InterceptorMetaInfo
 
getOut() - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
 
getOutputStream() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getPage() - 类 中的方法com.firefly.mvc.web.view.JspView
 
getPage() - 类 中的方法com.firefly.mvc.web.view.TemplateView
 
getParam() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getParameter(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getParameterMap() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getParameterNames() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getParameterValues(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getParamMetaInfos() - 类 中的方法com.firefly.mvc.web.support.ControllerMetaInfo
 
getParams() - 类 中的方法com.firefly.mvc.web.Resource.Result
 
getParentStreamId() - 类 中的方法com.firefly.codec.http2.frame.PriorityFrame
 
getParser(String) - 类 中的静态方法com.firefly.core.support.xml.parse.XmlNodeParserFactory
 
getPart(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getParts() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getPath() - 类 中的方法com.firefly.codec.http2.model.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - 类 中的方法com.firefly.codec.http2.model.HttpURI
The parsed Path.
getPathInfo() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getPathQuery() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getPaths() - 类 中的方法com.firefly.core.support.annotation.Config
 
getPathTranslated() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getPattern() - 类 中的方法com.firefly.mvc.web.support.InterceptorMetaInfo
 
getPayload() - 类 中的方法com.firefly.codec.http2.frame.GoAwayFrame
 
getPayload() - 类 中的方法com.firefly.codec.http2.frame.PingFrame
 
getPayloadAsLong() - 类 中的方法com.firefly.codec.http2.frame.PingFrame
 
getPort() - 类 中的方法com.firefly.codec.http2.model.HostPort
Get the port.
getPort(int) - 类 中的方法com.firefly.codec.http2.model.HostPort
Get the port.
getPort() - 类 中的方法com.firefly.codec.http2.model.HostPortHttpField
Get the port.
getPort(int) - 类 中的方法com.firefly.codec.http2.model.HostPortHttpField
Get the port.
getPort() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getPort() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getPriority() - 类 中的方法com.firefly.codec.http2.frame.HeadersFrame
 
getPriorityFrame() - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
getPromisedStreamId() - 类 中的方法com.firefly.codec.http2.frame.PushPromiseFrame
 
getProperties() - 接口 中的方法com.firefly.core.support.xml.XmlBeanDefinition
 
getProperties() - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
getProtocol() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getQuality(String) - 类 中的静态方法com.firefly.codec.http2.model.HttpFields
已过时。
getQualityCSV(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQuery() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getQueryString() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getQueueSize() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
getReadBytes() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getReadBytes() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getReader() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRealPath(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getReason() - 异常错误 中的方法com.firefly.codec.http2.model.BadMessageException
 
getReason() - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
getReasonBuffer(int) - 类 中的静态方法com.firefly.codec.http2.encode.HttpGenerator
 
getRecvWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getRecvWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getRemoteAddr() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRemoteAddr(HttpServletRequest) - 类 中的静态方法com.firefly.server.http2.servlet.utils.ClientIPUtils
 
getRemoteAddress() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getRemoteAddress() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getRemoteHost() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRemotePort() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRemoteUser() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getReqMethods() - 类 中的方法com.firefly.mvc.web.support.ControllerAnnotatedBeanDefinition
 
getReqMethods() - 接口 中的方法com.firefly.mvc.web.support.ControllerBeanDefinition
 
getRequest() - 类 中的方法com.firefly.server.http2.HTTP1ServerConnection
 
getRequest() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
getRequestDispatcher(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRequestedSessionId() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRequestURI() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getRequestURL() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getResponse() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getResponse() - 类 中的方法com.firefly.server.http2.HTTP1ServerConnection
 
getResponse() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
getResponseBody() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getScheme() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getScheme() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getSecure() - 类 中的方法com.firefly.codec.http2.model.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSendWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getSendWindow() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getServerHome() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getServerName() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getServerPort() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getServletContext() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getServletContext() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getServletPath() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getServletResponseBufferSize() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getSession() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
getSession() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
getSession() - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
getSession() - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
 
getSession(boolean) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getSession() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getSessionContext() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
已过时。
getSessionId() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getSessionId() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
getSessionId(String, String) - 类 中的静态方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getSessionIdName() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getSessionStallTime() - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
getSettings() - 类 中的方法com.firefly.codec.http2.frame.SettingsFrame
 
getSize() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.Entry
 
getSize() - 类 中的方法com.firefly.codec.http2.hpack.MetaDataBuilder
Get the size.
getSize() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getSslContextFactory() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getState() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
getState() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
getStatic(HttpHeader) - 类 中的静态方法com.firefly.codec.http2.hpack.HpackContext
 
getStaticHuffmanValue() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.Entry
 
getStaticHuffmanValue() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.StaticEntry
 
getStaticValue() - 类 中的方法com.firefly.codec.http2.model.StaticTableHttpField
 
getStatus() - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
getStatus() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getStream() - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler.ClientHttp2OutputStream
 
getStream() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
getStream(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getStream(int) - 接口 中的方法com.firefly.codec.http2.stream.Session
Retrieves the stream with the given streamId.
getStream(int) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
 
getStreamCount() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getStreamId() - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
getStreamId() - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
getStreamId() - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.HeadersFrame
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.PriorityFrame
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.PushPromiseFrame
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.ResetFrame
 
getStreamId() - 类 中的方法com.firefly.codec.http2.frame.WindowUpdateFrame
 
getStreamIdleTimeout() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getStreamIdleTimeout() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getStreams() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
getStreams() - 接口 中的方法com.firefly.codec.http2.stream.Session
 
getStreamsStallTime() - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
getStringBody() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getStringBody(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
getStringField(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
已过时。
getStringField(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
已过时。
getSubmittedFileName() - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
getTakeConnectionTimeout() - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
getTcpConfiguration() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
getTemplateFactory() - 类 中的静态方法com.firefly.mvc.web.view.TemplateView
 
getTemporaryDirectory() - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
getTimeout() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
getType() - 类 中的方法com.firefly.codec.http2.frame.Frame
 
getType() - 枚举 中的方法com.firefly.codec.http2.frame.FrameType
 
getTypeName() - 类 中的方法com.firefly.core.support.xml.ManagedList
 
getTypeName() - 类 中的方法com.firefly.core.support.xml.ManagedMap
 
getTypeName() - 类 中的方法com.firefly.core.support.xml.ManagedValue
 
getURI() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
getUriPattern() - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
getUriPattern() - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
getURIString() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
getUser() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
getUserPrincipal() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
getValue() - 类 中的方法com.firefly.codec.http2.model.Cookie
Gets the current value of this Cookie.
getValue() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getValue() - 类 中的方法com.firefly.core.support.xml.ManagedValue
 
getValue(String) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getValueNames() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
getValues() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
getValues(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multi headers
getValues(String, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
已过时。
getValues() - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
 
getValues() - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 
getValuesList(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple header of the same name
getValuesList(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Get multiple header of the same name
getVersion() - 类 中的方法com.firefly.codec.http2.model.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
getVersion() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
getViewPath() - 类 中的方法com.firefly.core.support.annotation.Config
 
getViewPath() - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
getViewPath() - 类 中的静态方法com.firefly.mvc.web.view.TemplateView
 
getViewPath() - 接口 中的方法com.firefly.mvc.web.WebContext
 
getWeight() - 类 中的方法com.firefly.codec.http2.frame.PriorityFrame
 
getWindowDelta() - 类 中的方法com.firefly.codec.http2.frame.WindowUpdateFrame
 
getWriter() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
getWrittenBytes() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
getWrittenBytes() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
GoAwayBodyParser - com.firefly.codec.http2.decode中的类
 
GoAwayBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.GoAwayBodyParser
 
GoAwayFrame - com.firefly.codec.http2.frame中的类
 
GoAwayFrame(int, int, byte[]) - 类 的构造器com.firefly.codec.http2.frame.GoAwayFrame
 
GoAwayGenerator - com.firefly.codec.http2.encode中的类
 
GoAwayGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.GoAwayGenerator
 
GONE_410 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 

H

HANDLER_CHAIN - 接口 中的静态变量com.firefly.mvc.web.support.MethodParam
 
HandlerChain - com.firefly.mvc.web中的接口
 
HandlerChainImpl() - 类 的构造器com.firefly.mvc.web.AnnotationWebContext.HandlerChainImpl
 
HandlerMetaInfo - com.firefly.mvc.web.support中的类
 
HandlerMetaInfo(Object, Method) - 类 的构造器com.firefly.mvc.web.support.HandlerMetaInfo
 
hasAuthority() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
hasFlag(int) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
hasFlag(int) - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
 
hasFlag(int) - 类 中的方法com.firefly.codec.http2.decode.Parser
 
hashCode() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
hashCode() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
hashCode() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
hashCode() - 类 中的方法com.firefly.mvc.web.Resource
 
hasKnownValues(HttpHeader) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpHeaderValue
 
hasOriginalRequestAndResponse() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
hasQuery() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
head(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
HEAD - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
HEADER_LENGTH - 类 中的静态变量com.firefly.codec.http2.frame.Frame
 
HEADER_TABLE_SIZE - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
HeaderBlockFragments - com.firefly.codec.http2.decode中的类
 
HeaderBlockFragments() - 类 的构造器com.firefly.codec.http2.decode.HeaderBlockFragments
 
HeaderBlockParser - com.firefly.codec.http2.decode中的类
 
HeaderBlockParser(HpackDecoder) - 类 的构造器com.firefly.codec.http2.decode.HeaderBlockParser
 
headerComplete(Func4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
headerComplete() - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
headerComplete() - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
 
headerComplete - 类 中的变量com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
headerComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
headerComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.codec.http2.stream.HTTPHandler
 
headerComplete() - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
headerComplete(Func4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
headerComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.server.http2.servlet.ServletServerHTTPHandler
 
HeaderGenerator - com.firefly.codec.http2.encode中的类
 
HeaderGenerator() - 类 的构造器com.firefly.codec.http2.encode.HeaderGenerator
 
HeaderParser - com.firefly.codec.http2.decode中的类
The parser for the frame header of HTTP/2 frames.
HeaderParser() - 类 的构造器com.firefly.codec.http2.decode.HeaderParser
 
headers(HeadersFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
headers(HeadersFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Stream
Sends the given HEADERS frame representing a HTTP response.
HeadersBodyParser - com.firefly.codec.http2.decode中的类
 
HeadersBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - 类 的构造器com.firefly.codec.http2.decode.HeadersBodyParser
 
HeadersFrame - com.firefly.codec.http2.frame中的类
 
HeadersFrame(MetaData, PriorityFrame, boolean) - 类 的构造器com.firefly.codec.http2.frame.HeadersFrame
Creates a new HEADERS frame with an unspecified stream id .
HeadersFrame(int, MetaData, PriorityFrame, boolean) - 类 的构造器com.firefly.codec.http2.frame.HeadersFrame
Creates a new HEADERS frame with the specified stream id.
HeadersGenerator - com.firefly.codec.http2.encode中的类
 
HeadersGenerator(HeaderGenerator, HpackEncoder) - 类 的构造器com.firefly.codec.http2.encode.HeadersGenerator
 
HeadersGenerator(HeaderGenerator, HpackEncoder, int) - 类 的构造器com.firefly.codec.http2.encode.HeadersGenerator
 
HostPort - com.firefly.codec.http2.model中的类
Parse an authority string into Host and Port Parse a string in the form "host:port", handling IPv4 an IPv6 hosts
HostPort(String) - 类 的构造器com.firefly.codec.http2.model.HostPort
 
HostPortHttpField - com.firefly.codec.http2.model中的类
 
HostPortHttpField(String) - 类 的构造器com.firefly.codec.http2.model.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, String) - 类 的构造器com.firefly.codec.http2.model.HostPortHttpField
 
HpackContext - com.firefly.codec.http2.hpack中的类
HPACK - Header Compression for HTTP/2 This class maintains the compression context for a single HTTP/2 connection.
HpackContext(int) - 类 的构造器com.firefly.codec.http2.hpack.HpackContext
 
HpackContext.Entry - com.firefly.codec.http2.hpack中的类
 
HpackContext.StaticEntry - com.firefly.codec.http2.hpack中的类
 
HpackDecoder - com.firefly.codec.http2.hpack中的类
Hpack Decoder This is not thread safe and may only be called by 1 thread at a time.
HpackDecoder(int, int) - 类 的构造器com.firefly.codec.http2.hpack.HpackDecoder
 
HpackEncoder - com.firefly.codec.http2.hpack中的类
 
HpackEncoder() - 类 的构造器com.firefly.codec.http2.hpack.HpackEncoder
 
HpackEncoder(int) - 类 的构造器com.firefly.codec.http2.hpack.HpackEncoder
 
HpackEncoder(int, int) - 类 的构造器com.firefly.codec.http2.hpack.HpackEncoder
 
HpackEncoder(int, int, int) - 类 的构造器com.firefly.codec.http2.hpack.HpackEncoder
 
HpackFieldPreEncoder - com.firefly.codec.http2.hpack中的类
 
HpackFieldPreEncoder() - 类 的构造器com.firefly.codec.http2.hpack.HpackFieldPreEncoder
 
HTTP1ClientConnection - com.firefly.client.http2中的类
 
HTTP1ClientConnection(HTTP2Configuration, Session, SSLSession) - 类 的构造器com.firefly.client.http2.HTTP1ClientConnection
 
HTTP1ClientDecoder - com.firefly.client.http2中的类
 
HTTP1ClientDecoder(DecoderChain) - 类 的构造器com.firefly.client.http2.HTTP1ClientDecoder
 
HTTP1ClientEncoder - com.firefly.client.http2中的类
 
HTTP1ClientEncoder(EncoderChain) - 类 的构造器com.firefly.client.http2.HTTP1ClientEncoder
 
HTTP1ClientResponseHandler - com.firefly.client.http2中的类
 
Http1FieldPreEncoder - com.firefly.codec.http2.encode中的类
 
Http1FieldPreEncoder() - 类 的构造器com.firefly.codec.http2.encode.Http1FieldPreEncoder
 
http1MessageComplete() - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
HTTP1ServerConnection - com.firefly.server.http2中的类
 
HTTP1ServerConnection(HTTP2Configuration, Session, SSLSession, HTTP1ServerRequestHandler, ServerSessionListener) - 类 的构造器com.firefly.server.http2.HTTP1ServerConnection
 
HTTP1ServerDecoder - com.firefly.server.http2中的类
 
HTTP1ServerDecoder(DecoderChain) - 类 的构造器com.firefly.server.http2.HTTP1ServerDecoder
 
HTTP1ServerEncoder - com.firefly.server.http2中的类
 
HTTP1ServerEncoder(EncoderChain) - 类 的构造器com.firefly.server.http2.HTTP1ServerEncoder
 
HTTP1ServerRequestHandler - com.firefly.server.http2中的类
 
HTTP2Cipher - com.firefly.codec.http2.stream中的类
 
HTTP2Cipher() - 类 的构造器com.firefly.codec.http2.stream.HTTP2Cipher
 
HTTP2Cipher.CipherComparator - com.firefly.codec.http2.stream中的类
Comparator that orders non blacklisted ciphers before blacklisted ones.
HTTP2Client - com.firefly.client.http2中的类
 
HTTP2Client(HTTP2Configuration) - 类 的构造器com.firefly.client.http2.HTTP2Client
 
http2Client - 类 中的变量com.firefly.client.http2.SimpleHTTPClient
 
HTTP2ClientConnection - com.firefly.client.http2中的类
 
HTTP2ClientConnection(HTTP2Configuration, Session, SSLSession, Session.Listener) - 类 的构造器com.firefly.client.http2.HTTP2ClientConnection
 
HTTP2ClientContext - com.firefly.client.http2中的类
 
HTTP2ClientContext() - 类 的构造器com.firefly.client.http2.HTTP2ClientContext
 
HTTP2ClientDecoder - com.firefly.client.http2中的类
 
HTTP2ClientDecoder() - 类 的构造器com.firefly.client.http2.HTTP2ClientDecoder
 
HTTP2ClientEncoder - com.firefly.client.http2中的类
 
HTTP2ClientEncoder() - 类 的构造器com.firefly.client.http2.HTTP2ClientEncoder
 
HTTP2ClientEncoder(EncoderChain) - 类 的构造器com.firefly.client.http2.HTTP2ClientEncoder
 
HTTP2ClientHandler - com.firefly.client.http2中的类
 
HTTP2ClientHandler(HTTP2Configuration, Map<Integer, HTTP2ClientContext>) - 类 的构造器com.firefly.client.http2.HTTP2ClientHandler
 
HTTP2ClientResponseHandler - com.firefly.client.http2中的类
 
HTTP2ClientResponseHandler(MetaData.Request, ClientHTTPHandler, HTTPClientConnection) - 类 的构造器com.firefly.client.http2.HTTP2ClientResponseHandler
 
HTTP2ClientResponseHandler.ClientHttp2OutputStream - com.firefly.client.http2中的类
 
HTTP2ClientResponseHandler.ClientStreamPromise - com.firefly.client.http2中的类
 
HTTP2ClientSession - com.firefly.client.http2中的类
 
HTTP2ClientSession(Scheduler, Session, Generator, Session.Listener, FlowControlStrategy, int) - 类 的构造器com.firefly.client.http2.HTTP2ClientSession
 
HTTP2Configuration - com.firefly.codec.http2.stream中的类
 
HTTP2Configuration() - 类 的构造器com.firefly.codec.http2.stream.HTTP2Configuration
 
HTTP2Flusher - com.firefly.codec.http2.stream中的类
 
HTTP2Flusher(HTTP2Session) - 类 的构造器com.firefly.codec.http2.stream.HTTP2Flusher
 
HTTP2Flusher.Entry - com.firefly.codec.http2.stream中的类
 
http2Generator - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
HTTP2Server - com.firefly.server.http2中的类
 
HTTP2Server(String, int, HTTP2Configuration, ServerHTTPHandler) - 类 的构造器com.firefly.server.http2.HTTP2Server
 
HTTP2Server(String, int, HTTP2Configuration, ServerSessionListener, ServerHTTPHandler) - 类 的构造器com.firefly.server.http2.HTTP2Server
 
HTTP2ServerConnection - com.firefly.server.http2中的类
 
HTTP2ServerConnection(HTTP2Configuration, Session, SSLSession, ServerSessionListener) - 类 的构造器com.firefly.server.http2.HTTP2ServerConnection
 
HTTP2ServerDecoder - com.firefly.server.http2中的类
 
HTTP2ServerDecoder() - 类 的构造器com.firefly.server.http2.HTTP2ServerDecoder
 
HTTP2ServerEncoder - com.firefly.server.http2中的类
 
HTTP2ServerEncoder() - 类 的构造器com.firefly.server.http2.HTTP2ServerEncoder
 
HTTP2ServerEncoder(EncoderChain) - 类 的构造器com.firefly.server.http2.HTTP2ServerEncoder
 
HTTP2ServerHandler - com.firefly.server.http2中的类
 
HTTP2ServerHandler(HTTP2Configuration, ServerSessionListener, ServerHTTPHandler) - 类 的构造器com.firefly.server.http2.HTTP2ServerHandler
 
HTTP2ServerHandler.ServerALPN - com.firefly.server.http2中的类
 
HTTP2ServerRequestHandler - com.firefly.server.http2中的类
 
HTTP2ServerRequestHandler(ServerHTTPHandler) - 类 的构造器com.firefly.server.http2.HTTP2ServerRequestHandler
 
HTTP2ServerSession - com.firefly.server.http2中的类
 
HTTP2ServerSession(Scheduler, Session, Generator, ServerSessionListener, FlowControlStrategy, int) - 类 的构造器com.firefly.server.http2.HTTP2ServerSession
 
HTTP2ServerSSLHandshakeContext - com.firefly.server.http2中的类
 
HTTP2ServerSSLHandshakeContext() - 类 的构造器com.firefly.server.http2.HTTP2ServerSSLHandshakeContext
 
http2Session - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
HTTP2Session - com.firefly.codec.http2.stream中的类
 
HTTP2Session(Scheduler, Session, Generator, Session.Listener, FlowControlStrategy, int, int) - 类 的构造器com.firefly.codec.http2.stream.HTTP2Session
 
HTTP2Stream - com.firefly.codec.http2.stream中的类
 
HTTP2Stream(Scheduler, SessionSPI, int, boolean) - 类 的构造器com.firefly.codec.http2.stream.HTTP2Stream
 
HTTP_PARAM - 接口 中的静态变量com.firefly.mvc.web.support.MethodParam
 
HTTP_VERSION_NOT_SUPPORTED_505 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
HTTPClientConnection - com.firefly.client.http2中的接口
 
HTTPClientRequest - com.firefly.client.http2中的类
 
HTTPClientRequest(String, String) - 类 的构造器com.firefly.client.http2.HTTPClientRequest
 
HTTPClientRequest(String, String, int) - 类 的构造器com.firefly.client.http2.HTTPClientRequest
 
HTTPClientRequest(String, HttpURI, HttpFields, long) - 类 的构造器com.firefly.client.http2.HTTPClientRequest
 
HTTPClientRequest(String, HttpURI, HttpVersion, HttpFields, long) - 类 的构造器com.firefly.client.http2.HTTPClientRequest
 
HTTPClientRequest(MetaData.Request) - 类 的构造器com.firefly.client.http2.HTTPClientRequest
 
HTTPClientResponse - com.firefly.client.http2中的类
 
HTTPClientResponse(HttpVersion, int, String) - 类 的构造器com.firefly.client.http2.HTTPClientResponse
 
HTTPClientResponse(HttpVersion, int, String, HttpFields, long) - 类 的构造器com.firefly.client.http2.HTTPClientResponse
 
HttpCompliance - com.firefly.codec.http2.model中的枚举
HTTP compliance modes: RFC7230 (default) Compliance with RFC7230 RFC2616 Wrapped/Continued headers and HTTP/0.9 supported LEGACY (aka STRICT) Adherence to Servlet Specification requirement for exact case of header names, bypassing the header caches, which are case insensitive, otherwise equivalent to RFC2616
HTTPConnection - com.firefly.codec.http2.stream中的接口
 
HttpField - com.firefly.codec.http2.model中的类
 
HttpField(HttpHeader, String, String) - 类 的构造器com.firefly.codec.http2.model.HttpField
 
HttpField(HttpHeader, String) - 类 的构造器com.firefly.codec.http2.model.HttpField
 
HttpField(HttpHeader, HttpHeaderValue) - 类 的构造器com.firefly.codec.http2.model.HttpField
 
HttpField(String, String) - 类 的构造器com.firefly.codec.http2.model.HttpField
 
HttpField.IntValueHttpField - com.firefly.codec.http2.model中的类
 
HttpField.LongValueHttpField - com.firefly.codec.http2.model中的类
 
HttpFieldPreEncoder - com.firefly.codec.http2.encode中的接口
Interface to pre-encode HttpFields.
HttpFields - com.firefly.codec.http2.model中的类
HTTP Fields.
HttpFields() - 类 的构造器com.firefly.codec.http2.model.HttpFields
Initialize an empty HttpFields.
HttpFields(int) - 类 的构造器com.firefly.codec.http2.model.HttpFields
Initialize an empty HttpFields.
HttpFields(HttpFields) - 类 的构造器com.firefly.codec.http2.model.HttpFields
Initialize HttpFields from copy.
HttpGenerator - com.firefly.codec.http2.encode中的类
HttpGenerator.
HttpGenerator() - 类 的构造器com.firefly.codec.http2.encode.HttpGenerator
 
HttpGenerator(boolean, boolean) - 类 的构造器com.firefly.codec.http2.encode.HttpGenerator
 
HttpGenerator.Result - com.firefly.codec.http2.encode中的枚举
 
HttpGenerator.State - com.firefly.codec.http2.encode中的枚举
 
HTTPHandler - com.firefly.codec.http2.stream中的接口
 
HTTPHandler.Adapter - com.firefly.codec.http2.stream中的类
 
HttpHeader - com.firefly.codec.http2.model中的枚举
 
HttpHeaderValue - com.firefly.codec.http2.model中的枚举
 
HttpMethod - com.firefly.codec.http2.model中的枚举
 
HttpMethod - com.firefly.mvc.web中的接口
 
HTTPOutputStream - com.firefly.codec.http2.stream中的类
 
HTTPOutputStream(MetaData, boolean) - 类 的构造器com.firefly.codec.http2.stream.HTTPOutputStream
 
HttpParam - com.firefly.annotation中的注释类型
 
HttpParser - com.firefly.codec.http2.decode中的类
A Parser for 1.0 and 1.1 as defined by RFC7230 This parser parses HTTP client and server messages from buffers passed in the HttpParser.parseNext(ByteBuffer) method.
HttpParser(HttpParser.RequestHandler) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.ResponseHandler) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.RequestHandler, int) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.RequestHandler, int, boolean) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
已过时。
HttpParser(HttpParser.ResponseHandler, int, boolean) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
已过时。
HttpParser(HttpParser.RequestHandler, HttpCompliance) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.RequestHandler, int, HttpCompliance) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - 类 的构造器com.firefly.codec.http2.decode.HttpParser
 
HttpParser.ComplianceHandler - com.firefly.codec.http2.decode中的接口
 
HttpParser.HttpHandler - com.firefly.codec.http2.decode中的接口
 
HttpParser.RequestHandler - com.firefly.codec.http2.decode中的接口
 
HttpParser.ResponseHandler - com.firefly.codec.http2.decode中的接口
 
HttpParser.State - com.firefly.codec.http2.decode中的枚举
 
HttpScheme - com.firefly.codec.http2.model中的枚举
 
HTTPServerConnection - com.firefly.server.http2中的接口
 
HttpServerException - com.firefly.server.exception中的异常错误
 
HttpServerException(String) - 异常错误 的构造器com.firefly.server.exception.HttpServerException
 
HTTPServerRequest - com.firefly.server.http2中的类
 
HTTPServerRequest(String, String, HttpVersion) - 类 的构造器com.firefly.server.http2.HTTPServerRequest
 
HTTPServerResponse - com.firefly.server.http2中的类
 
HTTPServerResponse() - 类 的构造器com.firefly.server.http2.HTTPServerResponse
 
HTTPServerResponse(int, HttpFields, long) - 类 的构造器com.firefly.server.http2.HTTPServerResponse
 
HTTPServerResponse(int, String, HttpFields, long) - 类 的构造器com.firefly.server.http2.HTTPServerResponse
 
HttpServletDispatcherController - com.firefly.mvc.web.servlet中的类
 
HttpServletDispatcherController(WebContext) - 类 的构造器com.firefly.mvc.web.servlet.HttpServletDispatcherController
 
HTTPServletRequestImpl - com.firefly.server.http2.servlet中的类
 
HTTPServletRequestImpl(ServerHTTP2Configuration, MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 的构造器com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
HTTPServletResponseImpl - com.firefly.server.http2.servlet中的类
 
HTTPServletResponseImpl(MetaData.Response, HTTPOutputStream, HTTPServletRequestImpl) - 类 的构造器com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
HttpSessionAttributeListenerAdapter() - 类 的构造器com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionAttributeListenerAdapter
 
HttpSessionImpl - com.firefly.server.http2.servlet.session中的类
 
HttpSessionImpl(HttpSessionManager, String, long, int) - 类 的构造器com.firefly.server.http2.servlet.session.HttpSessionImpl
 
HttpSessionListenerAdapter() - 类 的构造器com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionListenerAdapter
 
HttpSessionManager - com.firefly.server.http2.servlet.session中的接口
 
HttpSessionManager.HttpSessionAttributeListenerAdapter - com.firefly.server.http2.servlet.session中的类
 
HttpSessionManager.HttpSessionListenerAdapter - com.firefly.server.http2.servlet.session中的类
 
HttpStatus - com.firefly.codec.http2.model中的类
Http Status Codes
HttpStatus() - 类 的构造器com.firefly.codec.http2.model.HttpStatus
 
HttpStatus.Code - com.firefly.codec.http2.model中的枚举
 
HttpTokens - com.firefly.codec.http2.model中的接口
HTTP constants
HttpTokens.EndOfContent - com.firefly.codec.http2.model中的枚举
 
HttpURI - com.firefly.codec.http2.model中的类
Http URI.
HttpURI() - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
HttpURI(String, String, int, String, String, String, String) - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
HttpURI(HttpURI) - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
HttpURI(String) - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
HttpURI(URI) - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
HttpURI(String, String, int, String) - 类 的构造器com.firefly.codec.http2.model.HttpURI
 
httpVersion - 类 中的变量com.firefly.client.http2.HTTP2ClientContext
 
HttpVersion - com.firefly.codec.http2.model中的枚举
 
httpVersion - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPConnection
 
httpVersion - 类 中的变量com.firefly.server.http2.HTTP2ServerSSLHandshakeContext
 
Huffman - com.firefly.codec.http2.hpack中的类
 
Huffman() - 类 的构造器com.firefly.codec.http2.hpack.Huffman
 

I

ID_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
IM_A_TEAPOT_418 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
IMPORT_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
include(ServletRequest, ServletResponse) - 类 中的方法com.firefly.server.http2.servlet.RequestDispatcherImpl
 
inContentState() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
index(HpackContext.Entry) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
inferCharsetFromContentType(String) - 类 中的静态方法com.firefly.codec.http2.model.MimeTypes
 
info - 类 中的变量com.firefly.codec.http2.stream.HTTPOutputStream
 
inHeaderState() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
init() - 类 中的方法com.firefly.client.http2.HTTP2Client
 
init() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
init() - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 
init(String, FileAccessFilter, String, int, String) - 类 中的静态方法com.firefly.mvc.web.view.StaticFileView
 
init - 类 中的静态变量com.firefly.mvc.web.view.TemplateView
 
init(String, String) - 类 中的静态方法com.firefly.mvc.web.view.TemplateView
 
init() - 类 中的方法com.firefly.server.http2.HTTP2Server
 
init(ServerHTTP2Configuration) - 类 中的静态方法com.firefly.server.http2.servlet.AsyncContextImpl
 
init() - 类 中的方法com.firefly.server.http2.servlet.ServerBootstrap
 
init() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
INIT_METHOD_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
initHTTP2Session(HTTP2Configuration, FlowControlStrategy, Session.Listener) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
initHTTP2Session(HTTP2Configuration, FlowControlStrategy, Session.Listener) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
initHTTP2Session(HTTP2Configuration, FlowControlStrategy, Session.Listener) - 类 中的方法com.firefly.server.http2.HTTP2ServerConnection
 
initHttpGenerator() - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
initHttpGenerator() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
initHttpGenerator() - 类 中的方法com.firefly.server.http2.HTTP1ServerConnection
 
initHttpParser(HTTP2Configuration, HttpParser.RequestHandler, HttpParser.ResponseHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
initHttpParser(HTTP2Configuration, HttpParser.RequestHandler, HttpParser.ResponseHandler) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
initHttpParser(HTTP2Configuration, HttpParser.RequestHandler, HttpParser.ResponseHandler) - 类 中的方法com.firefly.server.http2.HTTP1ServerConnection
 
INITIAL_URI_LENGTH - 类 中的静态变量com.firefly.codec.http2.decode.HttpParser
 
INITIAL_WINDOW_SIZE - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
initialize(HTTP2Configuration, Promise<HTTPClientConnection>, Session.Listener) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
InitialMethod - com.firefly.annotation中的注释类型
 
initParser(HTTP2Configuration) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
initParser(HTTP2Configuration) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
initParser(HTTP2Configuration) - 类 中的方法com.firefly.server.http2.HTTP2ServerConnection
 
initSessionForUpgradingHTTP2(Scheduler, Session, Generator, Session.Listener, FlowControlStrategy, int, int, Promise<Stream>, Stream.Listener) - 类 中的静态方法com.firefly.client.http2.HTTP2ClientSession
 
Inject - com.firefly.annotation中的注释类型
 
inject(BeanDefinition) - 类 中的方法com.firefly.core.AbstractApplicationContext
 
inject(BeanDefinition) - 类 中的方法com.firefly.core.XmlApplicationContext
 
INSUFFICIENT_STORAGE_507 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
Interceptor - com.firefly.annotation中的注释类型
 
InterceptorAnnotatedBeanDefinition - com.firefly.mvc.web.support中的类
 
InterceptorAnnotatedBeanDefinition() - 类 的构造器com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
InterceptorBeanDefinition - com.firefly.mvc.web.support中的接口
 
interceptorList - 类 中的变量com.firefly.mvc.web.AnnotationWebContext
 
InterceptorMetaInfo - com.firefly.mvc.web.support中的类
 
InterceptorMetaInfo(Object, Method, String, int) - 类 的构造器com.firefly.mvc.web.support.InterceptorMetaInfo
 
INTERNAL_SERVER_ERROR_500 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
IntValueHttpField(HttpHeader, String, String, int) - 类 的构造器com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, String) - 类 的构造器com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, int) - 类 的构造器com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, int) - 类 的构造器com.firefly.codec.http2.model.HttpField.IntValueHttpField
 
invalidate() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
invoke(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.Resource.Result
 
invoke(Object[]) - 类 中的方法com.firefly.mvc.web.support.HandlerMetaInfo
 
invoke(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.firefly.mvc.web.WebHandler
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.HttpHeaderValue
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.HttpMethod
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.HttpScheme
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
is(String) - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
isAbsolute() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
isAsyncStarted() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isAsyncSupported() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isAtEOF() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isBlackListCipher(String) - 类 中的静态方法com.firefly.codec.http2.stream.HTTP2Cipher
 
isBlackListProtocol(String) - 类 中的静态方法com.firefly.codec.http2.stream.HTTP2Cipher
 
isCharsetAssumed() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
isChunked - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
isChunking() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isChunking() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isClientError() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClientError(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClose() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isClosed() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isClosed() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
isClosed() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isClosed() - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
isClosed() - 接口 中的方法com.firefly.codec.http2.stream.Session
 
isClosed() - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
isCommited() - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
isCommitted() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isCommitted() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
isComplete() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isDisconnected() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
isEmpty() - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
 
isEncrypted() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
isEncrypted() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
isEnd() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isEndStream() - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
isEndStream() - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
isEndStream() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
isEndStream() - 类 中的方法com.firefly.codec.http2.frame.HeadersFrame
 
isExclusive() - 类 中的方法com.firefly.codec.http2.frame.PriorityFrame
 
isHttpOnly() - 类 中的方法com.firefly.codec.http2.model.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isIdle() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isIdle() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isInformational() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isInformational(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isLocal() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isLocal() - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
 
isLocallyClosed() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isNew() - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
isNoContent() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isOpen() - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
isOpen() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isOpen() - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
isPadding() - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
isPersistent() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isPushEnabled() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
isPushEnabled() - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
 
isRedirection() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRedirection(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRemotelyClosed() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isReply() - 类 中的方法com.firefly.codec.http2.frame.PingFrame
 
isReply() - 类 中的方法com.firefly.codec.http2.frame.SettingsFrame
 
isRequest() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
isRequest() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
isRequestedSessionIdFromCookie() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isRequestedSessionIdFromURL() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isRequestedSessionIdFromUrl() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isRequestedSessionIdValid() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isReset() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
isReset() - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
isResponse() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
isResponse() - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
isSameName(HttpField) - 类 中的方法com.firefly.codec.http2.model.HttpField
 
isSecure() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isSecureConnectionEnabled() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
isServerError() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isServerError(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isStart() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isStartAsync() - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
isState(HttpParser.State) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
isState(HttpGenerator.State) - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
isStatic() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.Entry
 
isStatic() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.StaticEntry
 
isSuccess() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSuccess(int) - 类 中的静态方法com.firefly.codec.http2.model.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isUserInRole(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
isWritten() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
iterator() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
iterator() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
iterator() - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
 
iterator() - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 

J

jsonBody(Object) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
JsonView - com.firefly.mvc.web.view中的类
 
JsonView(Object) - 类 的构造器com.firefly.mvc.web.view.JsonView
 
JspView - com.firefly.mvc.web.view中的类
 
JspView(String) - 类 的构造器com.firefly.mvc.web.view.JspView
 

K

KEY_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 

L

legacyString(String, String) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
LENGTH_REQUIRED_411 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
LINE_FEED - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
LIST_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
listener - 类 中的变量com.firefly.client.http2.HTTP2ClientContext
 
ListNodeParser - com.firefly.core.support.xml.parse中的类
 
ListNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.ListNodeParser
 
load(String) - 类 中的方法com.firefly.core.support.annotation.ConfigReader
 
load(Element, Dom) - 类 中的方法com.firefly.core.support.annotation.ConfigReader
 
loadBeanDefinitions() - 类 中的方法com.firefly.core.support.AbstractBeanReader
 
loadBeanDefinitions() - 接口 中的方法com.firefly.core.support.BeanReader
 
LocalHttpSessionManager - com.firefly.server.http2.servlet.session中的类
 
LocalHttpSessionManager() - 类 的构造器com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
LOCKED_423 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
log - 类 中的静态变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
log - 类 中的静态变量com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
log - 类 中的静态变量com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
log - 类 中的静态变量com.firefly.codec.http2.stream.AbstractHTTPHandler
 
log - 类 中的静态变量com.firefly.codec.http2.stream.HTTPOutputStream
 
log - 类 中的静态变量com.firefly.core.support.xml.parse.AbstractXmlNodeParser
 
log - 类 中的静态变量com.firefly.server.http2.HTTP1ServerConnection
 
log - 类 中的静态变量com.firefly.server.http2.HTTP1ServerEncoder
 
log - 类 中的静态变量com.firefly.server.http2.HTTP1ServerRequestHandler
 
log - 类 中的静态变量com.firefly.server.http2.HTTP2ServerRequestHandler
 
login(String, String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
logout() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
LongValueHttpField(HttpHeader, String, String, long) - 类 的构造器com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, String) - 类 的构造器com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, long) - 类 的构造器com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, long) - 类 的构造器com.firefly.codec.http2.model.HttpField.LongValueHttpField
 
lookAheadGet(byte[], int, int) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpMethod
Optimized lookup to find a method name and trailing space in a byte array.
lookAheadGet(ByteBuffer) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpMethod
Optimized lookup to find a method name and trailing space in a byte array.
lookAheadGet(byte[], int, int) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
Optimized lookup to find a HTTP Version and whitespace in a byte array.
lookAheadGet(ByteBuffer) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
Optimised lookup to find a HTTP Version and trailing white space in a byte array.
LOOP_DETECTED_508 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 

M

ManagedArray<T> - com.firefly.core.support.xml中的类
 
ManagedArray() - 类 的构造器com.firefly.core.support.xml.ManagedArray
 
ManagedList<T> - com.firefly.core.support.xml中的类
 
ManagedList() - 类 的构造器com.firefly.core.support.xml.ManagedList
 
ManagedMap<K,V> - com.firefly.core.support.xml中的类
 
ManagedMap() - 类 的构造器com.firefly.core.support.xml.ManagedMap
 
ManagedRef - com.firefly.core.support.xml中的类
Reference elements
ManagedRef() - 类 的构造器com.firefly.core.support.xml.ManagedRef
 
ManagedRef(String) - 类 的构造器com.firefly.core.support.xml.ManagedRef
 
ManagedValue - com.firefly.core.support.xml中的类
Literal value node
ManagedValue() - 类 的构造器com.firefly.core.support.xml.ManagedValue
 
ManagedValue(String) - 类 的构造器com.firefly.core.support.xml.ManagedValue
 
ManagedValue(String, String) - 类 的构造器com.firefly.core.support.xml.ManagedValue
 
map - 类 中的变量com.firefly.core.AbstractApplicationContext
 
MAP_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
MAP_ENTRY_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
MAP_KEY_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
MAP_VALUE_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
MapNodeParser - com.firefly.core.support.xml.parse中的类
 
MapNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.MapNodeParser
 
match(String, String) - 类 中的方法com.firefly.mvc.web.AnnotationWebContext
 
match(String) - 类 中的方法com.firefly.mvc.web.Resource
 
match(String, String) - 接口 中的方法com.firefly.mvc.web.WebContext
 
MAX_CODE - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MAX_CONCURRENT_STREAMS - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
MAX_FRAME_SIZE - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
MAX_HEADER_LIST_SIZE - 类 中的静态变量com.firefly.codec.http2.frame.SettingsFrame
 
MAX_MAX_LENGTH - 类 中的静态变量com.firefly.codec.http2.frame.Frame
 
messageComplete(Func4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.client.http2.ClientHTTPHandler.Adapter
 
messageComplete() - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
messageComplete(Action1<MetaData.Response>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
messageComplete() - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
 
messageComplete - 类 中的变量com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
messageComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.codec.http2.stream.HTTPHandler.Adapter
 
messageComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 接口 中的方法com.firefly.codec.http2.stream.HTTPHandler
 
messageComplete() - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
messageComplete(Func4<MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection, Boolean>) - 类 中的方法com.firefly.server.http2.ServerHTTPHandler.Adapter
 
messageComplete(MetaData.Request, MetaData.Response, HTTPOutputStream, HTTPConnection) - 类 中的方法com.firefly.server.http2.servlet.ServletServerHTTPHandler
 
messageRecieved(Session, Object) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPHandler
 
MetaData - com.firefly.codec.http2.model中的类
 
MetaData(HttpVersion, HttpFields) - 类 的构造器com.firefly.codec.http2.model.MetaData
 
MetaData(HttpVersion, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData
 
MetaData.Request - com.firefly.codec.http2.model中的类
 
MetaData.Response - com.firefly.codec.http2.model中的类
 
MetaDataBuilder - com.firefly.codec.http2.hpack中的类
 
METHOD_NOT_ALLOWED_405 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
methodParam - 类 中的变量com.firefly.mvc.web.support.HandlerMetaInfo
 
MethodParam - com.firefly.mvc.web.support中的接口
 
MIME - 类 中的静态变量com.firefly.mvc.web.Constants
 
MimeTypes - com.firefly.codec.http2.model中的类
 
MimeTypes() - 类 的构造器com.firefly.codec.http2.model.MimeTypes
Constructor.
MimeTypes.Type - com.firefly.codec.http2.model中的枚举
 
MISDIRECTED_REQUEST_421 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MOVED_PERMANENTLY_301 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MOVED_TEMPORARILY_302 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MULTI_STATUS_207 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MULTIPART_MIXED - 类 中的静态变量com.firefly.codec.http2.model.MultiPartOutputStream
 
MULTIPART_MIXED - 类 中的静态变量com.firefly.codec.http2.model.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - 类 中的静态变量com.firefly.codec.http2.model.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - 类 中的静态变量com.firefly.codec.http2.model.MultiPartWriter
 
MultipartFormDataParser - com.firefly.server.http2.servlet中的类
 
MultipartFormDataParser() - 类 的构造器com.firefly.server.http2.servlet.MultipartFormDataParser
 
MultiPartOutputStream - com.firefly.codec.http2.model中的类
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - 类 的构造器com.firefly.codec.http2.model.MultiPartOutputStream
 
MultiPartOutputStream(OutputStream, String) - 类 的构造器com.firefly.codec.http2.model.MultiPartOutputStream
 
MultiPartWriter - com.firefly.codec.http2.model中的类
Handle a multipart MIME response.
MultiPartWriter(Writer) - 类 的构造器com.firefly.codec.http2.model.MultiPartWriter
 
MULTIPLE_CHOICES_300 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
MVC_ELEMENT - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 

N

NAME_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
NBitInteger - com.firefly.codec.http2.hpack中的类
 
NBitInteger() - 类 的构造器com.firefly.codec.http2.hpack.NBitInteger
 
NETWORK_AUTHENTICATION_REQUIRED_511 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
newParamInstance() - 类 中的方法com.firefly.mvc.web.support.ParamMetaInfo
Get an new instance of a parameter;
newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
newStream(int, boolean) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - 接口 中的方法com.firefly.codec.http2.stream.Session
Sends the given HEADERS frame to create a new Stream.
newThread(Runnable) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl.AsyncContextTreadFactory
 
NO_CONTENT_204 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION_203 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NONE - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
normalizeHost(String) - 类 中的静态方法com.firefly.codec.http2.model.HostPort
Normalize IPv6 address as per https://www.ietf.org/rfc/rfc2732.txt
NOT_ACCEPTABLE_406 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NOT_EXTENDED_510 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NOT_FOUND_404 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NOT_IMPLEMENTED_501 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
NOT_MODIFIED_304 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
notIdle() - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Marks this stream as not idle
notifyClose(Session, GoAwayFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyConnectionFailure(int, String) - 类 中的方法com.firefly.codec.http2.decode.Parser
 
notifyConnectionFailure(int, String) - 类 中的方法com.firefly.codec.http2.decode.PrefaceParser
 
notifyData(DataFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyFailure(Session, Throwable) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyGoAway(GoAwayFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyHeaders(HeadersFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyIdleTimeout(Session) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyNewStream(Stream, HeadersFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyPing(PingFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyPing(Session, PingFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyPriority(PriorityFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyPushPromise(PushPromiseFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyReset(ResetFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifyReset(Session, ResetFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifySettings(SettingsFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 
notifySettings(Session, SettingsFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
notifyWindowUpdate(WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
 

O

object - 类 中的变量com.firefly.mvc.web.support.HandlerMetaInfo
 
octectsNeeded(int, int) - 类 中的静态方法com.firefly.codec.http2.hpack.NBitInteger
 
octetsNeeded(String) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
octetsNeededLC(String) - 类 中的静态方法com.firefly.codec.http2.hpack.Huffman
 
OK_200 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
onAccept(Session) - 类 中的方法com.firefly.server.http2.ServerSessionListener.Adapter
 
onAccept(Session) - 接口 中的方法com.firefly.server.http2.ServerSessionListener
Callback method invoked when a connection has been accepted by the server.
onClose(Session, GoAwayFrame) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onClose(Session, GoAwayFrame) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a GOAWAY frame has been received.
onCompleteFailure(Throwable) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
onCompleteSuccess() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
onComplianceViolation(HttpCompliance, HttpCompliance, String) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.ComplianceHandler
 
onConnectionFailure(int, String) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onConnectionFailure(int, String) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onConnectionFailure(int, String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onData(Stream, DataFrame, Callback) - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler
 
onData(DataFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onData(DataFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onData(DataFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onData(Stream, DataFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
onData(Stream, DataFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Stream.Listener
Callback method invoked when a DATA frame has been received.
onDataConsumed(SessionSPI, StreamSPI, int) - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
onDataConsumed(SessionSPI, StreamSPI, int) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onDataConsumed(SessionSPI, StreamSPI, int) - 类 中的方法com.firefly.codec.http2.stream.SimpleFlowControlStrategy
 
onDataReceived(SessionSPI, StreamSPI, int) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onDataReceived(SessionSPI, StreamSPI, int) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onDataSending(StreamSPI, int) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onDataSending(StreamSPI, int) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onDataSent(StreamSPI, int) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onDataSent(StreamSPI, int) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onFailure(Session, Throwable) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onFailure(Session, Throwable) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a failure has been detected for this session.
onFrame(Frame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onFrame(Frame) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Callback method invoked during an HTTP/1.1 to HTTP/2 upgrade requests to process the given synthetic frame.
onFrame(Frame) - 类 中的方法com.firefly.server.http2.HTTP2ServerSession
 
onGoAway(GoAwayFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onGoAway(GoAwayFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onGoAway(GoAwayFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
This method is called when receiving a GO_AWAY from the other peer.
onHeaders(Stream, HeadersFrame) - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler
 
onHeaders(HeadersFrame) - 类 中的方法com.firefly.client.http2.HTTP2ClientSession
 
onHeaders(HeadersFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onHeaders(HeadersFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onHeaders(HeadersFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onHeaders(Stream, HeadersFrame) - 类 中的方法com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
onHeaders(Stream, HeadersFrame) - 接口 中的方法com.firefly.codec.http2.stream.Stream.Listener
Callback method invoked when a HEADERS frame representing the HTTP response has been received.
onHeaders(HeadersFrame) - 类 中的方法com.firefly.server.http2.HTTP2ServerSession
 
onIdleExpired(TimeoutException) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
onIdleTimeout() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
This method is invoked when the idle timeout triggers.
onIdleTimeout(Session) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onIdleTimeout(Session) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when the idle timeout expired.
onIdleTimeout() - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Callback invoked when the idle timeout expires.
onIdleTimeout(Stream, Throwable) - 类 中的方法com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
onIdleTimeout(Stream, Throwable) - 接口 中的方法com.firefly.codec.http2.stream.Stream.Listener
Callback method invoked when the stream exceeds its idle timeout.
onNewStream(Stream, HeadersFrame) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onNewStream(Stream, HeadersFrame) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a new stream is being created upon receiving a HEADERS frame representing a HTTP request.
onNewStream(Stream, HeadersFrame) - 类 中的方法com.firefly.server.http2.HTTP2ServerRequestHandler
 
onPing(PingFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onPing(PingFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onPing(PingFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onPing(Session, PingFrame) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onPing(Session, PingFrame) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a PING frame has been received.
onPreface() - 类 中的方法com.firefly.codec.http2.decode.ServerParser.Listener.Adapter
 
onPreface() - 接口 中的方法com.firefly.codec.http2.decode.ServerParser.Listener
 
onPreface() - 类 中的方法com.firefly.codec.http2.decode.ServerParser
 
onPreface(Session) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onPreface(Session) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when the preface has been received.
onPreface() - 类 中的方法com.firefly.server.http2.HTTP2ServerSession
 
onPriority(PriorityFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onPriority(PriorityFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onPriority(PriorityFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onPush(Stream, PushPromiseFrame) - 类 中的方法com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
onPush(Stream, PushPromiseFrame) - 接口 中的方法com.firefly.codec.http2.stream.Stream.Listener
Callback method invoked when a PUSH_PROMISE frame has been received.
onPushPromise(PushPromiseFrame) - 类 中的方法com.firefly.client.http2.HTTP2ClientSession
 
onPushPromise(PushPromiseFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onPushPromise(PushPromiseFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onPushPromise(PushPromiseFrame) - 类 中的方法com.firefly.server.http2.HTTP2ServerSession
 
onReset(Stream, ResetFrame) - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler
 
onReset(ResetFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onReset(ResetFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onReset(ResetFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onReset(Session, ResetFrame) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onReset(Session, ResetFrame) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a RST_STREAM frame has been received for an unknown stream.
onReset(Stream, ResetFrame) - 类 中的方法com.firefly.codec.http2.stream.Stream.Listener.Adapter
 
onReset(Stream, ResetFrame) - 接口 中的方法com.firefly.codec.http2.stream.Stream.Listener
Callback method invoked when a RST_STREAM frame has been received for this stream.
onSessionStalled(SessionSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onSessionUnstalled(SessionSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onSettings(SettingsFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onSettings(SettingsFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onSettings(Map<Integer, Integer>) - 类 中的方法com.firefly.codec.http2.decode.SettingsBodyParser
 
onSettings(SettingsFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onSettings(SettingsFrame, boolean) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onSettings(Session, SettingsFrame) - 类 中的方法com.firefly.codec.http2.stream.Session.Listener.Adapter
 
onSettings(Session, SettingsFrame) - 接口 中的方法com.firefly.codec.http2.stream.Session.Listener
Callback method invoked when a SETTINGS frame has been received.
onShutdown() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
A typical close by a remote peer involves a GO_AWAY frame followed by TCP FIN.
onShutdown() - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Callback invoked when the connection reads -1.
onStreamCreated(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onStreamCreated(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
onStreamCreated(StreamSPI) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onStreamDestroyed(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onStreamDestroyed(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
onStreamDestroyed(StreamSPI) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onStreamStalled(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onStreamUnstalled(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onWindowUpdate(WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.decode.Parser.Listener.Adapter
 
onWindowUpdate(WindowUpdateFrame) - 接口 中的方法com.firefly.codec.http2.decode.Parser.Listener
 
onWindowUpdate(SessionSPI, StreamSPI, WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
onWindowUpdate(SessionSPI, StreamSPI, WindowUpdateFrame) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
onWindowUpdate(WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onWindowUpdate(StreamSPI, WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
onWindowUpdate(StreamSPI, WindowUpdateFrame) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Callback method invoked when a WINDOW_UPDATE frame has been received.
OPTIONS - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
output(Action1<HTTPOutputStream>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
output(Promise<HTTPOutputStream>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
outputStream - 类 中的变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
outputStream - 类 中的变量com.firefly.server.http2.HTTP1ServerRequestHandler
 

P

PACKAGE_ATTRIBUTE - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 
padding() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
PADDING - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
page - 类 中的变量com.firefly.mvc.web.view.TemplateView
 
ParamMetaInfo - com.firefly.mvc.web.support中的类
 
ParamMetaInfo(Class<?>, Map<String, Method>, String) - 类 的构造器com.firefly.mvc.web.support.ParamMetaInfo
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.BodyParser
Parses the body bytes in the given buffer; only the body bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes.
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.ContinuationBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.DataBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.GoAwayBodyParser
 
parse(ByteBuffer, int) - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
Parses the header bytes in the given buffer; only the header bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes.
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HeadersBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.Parser
Parses the given buffer bytes and emit events to a Parser.Listener.
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.PingBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.PrefaceParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.PriorityBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.PushPromiseBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.ResetBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.ServerParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.SettingsBodyParser
 
parse(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.WindowUpdateBodyParser
 
parse(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
parse(String, int, int) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.ArrayNodeParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.BeanNodeParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.ContructorParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.ListNodeParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.MapNodeParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.RefNodeParser
 
parse(Element, Dom) - 类 中的方法com.firefly.core.support.xml.parse.ValueNodeParser
 
parse(Element, Dom) - 接口 中的方法com.firefly.core.support.xml.parse.XmlNodeParser
 
parse(String) - 类 中的静态方法com.firefly.mvc.web.support.URLParser
 
parse(ServerHTTP2Configuration, ServletInputStream, String, Charset) - 类 中的静态方法com.firefly.server.http2.servlet.MultipartFormDataParser
 
parseBody(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.Parser
 
parseBody(ByteBuffer) - 类 中的静态方法com.firefly.codec.http2.decode.SettingsBodyParser
 
parseConnect(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
已过时。
parseContent(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
parseCookie(String) - 类 中的静态方法com.firefly.codec.http2.model.CookieParser
 
parseCookies(String, CookieParser.CookieParserCallback) - 类 中的静态方法com.firefly.codec.http2.model.CookieParser
 
parseDate(String) - 类 中的静态方法com.firefly.codec.http2.model.DateParser
 
parsedHeader(HttpField) - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
parsedHeader(HttpField) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.HttpHandler
This is the method called by parser when a HTTP Header name and value is found
parsedHeader(HttpField) - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
parsedParam(StringBuffer, int, int, int) - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
Called when a parameter has been parsed
parsedParam(StringBuffer, int, int, int) - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 
parsedValue(StringBuffer) - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
Called when a value has been parsed
parsedValue(StringBuffer) - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 
parseHeader(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.Parser
 
parseHeaders(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
parseNext(ByteBuffer) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
Parse until next Event.
Parser - com.firefly.codec.http2.decode中的类
The HTTP/2 protocol parser.
Parser(Parser.Listener, int, int) - 类 的构造器com.firefly.codec.http2.decode.Parser
 
parser - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP1Connection
 
parser - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
Parser.Listener - com.firefly.codec.http2.decode中的接口
 
Parser.Listener.Adapter - com.firefly.codec.http2.decode中的类
 
parseRemoteAddr(String) - 类 中的静态方法com.firefly.server.http2.servlet.utils.ClientIPUtils
 
parseRequestTarget(String, String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
Parse according to https://tools.ietf.org/html/rfc7230#section-5.3
parserServletCookie(String) - 类 中的静态方法com.firefly.codec.http2.model.CookieParser
 
parseSetCookie(String) - 类 中的静态方法com.firefly.codec.http2.model.CookieParser
 
PARTIAL_CONTENT_206 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PartImpl - com.firefly.server.http2.servlet中的类
 
PartImpl(ServerHTTP2Configuration) - 类 的构造器com.firefly.server.http2.servlet.PartImpl
 
PATCH - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
PATH_VARIBLE - 接口 中的静态变量com.firefly.mvc.web.support.MethodParam
 
PathVariable - com.firefly.annotation中的注释类型
 
PAYLOAD_TOO_LARGE_413 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PAYMENT_REQUIRED_402 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PERMANENT_REDIRECT_308 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
ping(PingFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
ping(PingFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Session
Sends the given PING frame.
PING_LENGTH - 类 中的静态变量com.firefly.codec.http2.frame.PingFrame
 
PingBodyParser - com.firefly.codec.http2.decode中的类
 
PingBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.PingBodyParser
 
PingFrame - com.firefly.codec.http2.frame中的类
 
PingFrame(boolean) - 类 的构造器com.firefly.codec.http2.frame.PingFrame
Creates a PING frame with an empty payload.
PingFrame(long, boolean) - 类 的构造器com.firefly.codec.http2.frame.PingFrame
Creates a PING frame with the given long value as payload.
PingFrame(byte[], boolean) - 类 的构造器com.firefly.codec.http2.frame.PingFrame
Creates a PING frame with the given payload.
PingGenerator - com.firefly.codec.http2.encode中的类
 
PingGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.PingGenerator
 
post(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
POST - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
PRECONDITION_FAILED_412 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PRECONDITION_REQUIRED_428 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PreEncodedHttpField - com.firefly.codec.http2.model中的类
Pre encoded HttpField.
PreEncodedHttpField(HttpHeader, String, String) - 类 的构造器com.firefly.codec.http2.model.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String) - 类 的构造器com.firefly.codec.http2.model.PreEncodedHttpField
 
PreEncodedHttpField(String, String) - 类 的构造器com.firefly.codec.http2.model.PreEncodedHttpField
 
PREFACE_BYTES - 类 中的静态变量com.firefly.codec.http2.frame.PrefaceFrame
The HTTP/2 preface bytes.
PREFACE_PREAMBLE_BYTES - 类 中的静态变量com.firefly.codec.http2.frame.PrefaceFrame
The bytes of the HTTP/2 preface that form a legal HTTP/1.1 request, used in the direct upgrade.
PrefaceFrame - com.firefly.codec.http2.frame中的类
 
PrefaceFrame() - 类 的构造器com.firefly.codec.http2.frame.PrefaceFrame
 
PrefaceGenerator - com.firefly.codec.http2.encode中的类
 
PrefaceGenerator() - 类 的构造器com.firefly.codec.http2.encode.PrefaceGenerator
 
PrefaceParser - com.firefly.codec.http2.decode中的类
 
PrefaceParser(Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.PrefaceParser
 
prepend(HTTP2Flusher.Entry) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
PRIORITY - 接口 中的静态变量com.firefly.codec.http2.frame.Flags
 
priority(PriorityFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
priority(PriorityFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Session
Sends the given PRIORITY frame.
PRIORITY_LENGTH - 类 中的静态变量com.firefly.codec.http2.frame.PriorityFrame
 
PriorityBodyParser - com.firefly.codec.http2.decode中的类
 
PriorityBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.PriorityBodyParser
 
PriorityFrame - com.firefly.codec.http2.frame中的类
 
PriorityFrame(int, int, boolean) - 类 的构造器com.firefly.codec.http2.frame.PriorityFrame
 
PriorityFrame(int, int, int, boolean) - 类 的构造器com.firefly.codec.http2.frame.PriorityFrame
 
PriorityGenerator - com.firefly.codec.http2.encode中的类
 
PriorityGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.PriorityGenerator
 
process() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
process(Frame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
process(Frame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Processes the given frame, belonging to this stream.
processDispatcher(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.servlet.DispatcherServlet
 
PROCESSING_102 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
PROGRESS_102_INFO - 类 中的静态变量com.firefly.codec.http2.encode.HttpGenerator
 
promise - 类 中的变量com.firefly.client.http2.HTTP2ClientContext
 
PROPERTY_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
protocols - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPHandler
 
proxy - 类 中的变量com.firefly.mvc.web.support.HandlerMetaInfo
 
PROXY_AUTHENTICATION_REQUIRED_407 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
push(StreamSPI, Promise<Stream>, PushPromiseFrame, Stream.Listener) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
push(StreamSPI, Promise<Stream>, PushPromiseFrame, Stream.Listener) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Enqueues the given PUSH_PROMISE frame to be written to the connection.
push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - 接口 中的方法com.firefly.codec.http2.stream.Stream
Sends the given PUSH_PROMISE frame.
PushPromiseBodyParser - com.firefly.codec.http2.decode中的类
 
PushPromiseBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser) - 类 的构造器com.firefly.codec.http2.decode.PushPromiseBodyParser
 
PushPromiseFrame - com.firefly.codec.http2.frame中的类
 
PushPromiseFrame(int, int, MetaData) - 类 的构造器com.firefly.codec.http2.frame.PushPromiseFrame
 
PushPromiseGenerator - com.firefly.codec.http2.encode中的类
 
PushPromiseGenerator(HeaderGenerator, HpackEncoder) - 类 的构造器com.firefly.codec.http2.encode.PushPromiseGenerator
 
put(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
put(String, List<String>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
put(HttpHeader, String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
put(String, String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
put(HttpField) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
put(HttpField) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
put(String, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Set a field.
put(HttpHeader, HttpHeaderValue) - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
put(HttpHeader, String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Set a field.
put(String, List<String>) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Set a field.
PUT - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
putDateField(HttpHeader, long) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Sets the value of a date field.
putDateField(String, long) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Sets the value of a date field.
putLongField(HttpHeader, long) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Sets the value of an long field.
putLongField(String, long) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Sets the value of an long field.
putTo(HttpField, ByteBuffer) - 类 中的静态方法com.firefly.codec.http2.encode.HttpGenerator
 
putTo(HttpFields, ByteBuffer) - 类 中的静态方法com.firefly.codec.http2.encode.HttpGenerator
 
putTo(ByteBuffer, HttpVersion) - 类 中的方法com.firefly.codec.http2.model.PreEncodedHttpField
 
putValue(String, Object) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 

Q

qualityList(Enumeration<String>) - 类 中的静态方法com.firefly.codec.http2.model.HttpFields
已过时。
QuotedCSV - com.firefly.codec.http2.model中的类
Implements a quoted comma separated list of values in accordance with RFC7230.
QuotedCSV(String...) - 类 的构造器com.firefly.codec.http2.model.QuotedCSV
 
QuotedCSV(boolean, String...) - 类 的构造器com.firefly.codec.http2.model.QuotedCSV
 
QuotedQualityCSV - com.firefly.codec.http2.model中的类
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.
QuotedQualityCSV() - 类 的构造器com.firefly.codec.http2.model.QuotedQualityCSV
Sorts values with equal quality according to the length of the value String.
QuotedQualityCSV(String[]) - 类 的构造器com.firefly.codec.http2.model.QuotedQualityCSV
Sorts values with equal quality according to given order.
QuotedQualityCSV(Function<String, Integer>) - 类 的构造器com.firefly.codec.http2.model.QuotedQualityCSV
Orders values with equal quality with the given function.

R

RANGE_NOT_SATISFIABLE_416 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
recycle() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
recycle() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
RedirectView - com.firefly.mvc.web.view中的类
 
RedirectView(String) - 类 的构造器com.firefly.mvc.web.view.RedirectView
 
REF_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
REF_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
RefNodeParser - com.firefly.core.support.xml.parse中的类
 
RefNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.RefNodeParser
 
remaining() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
remove(HttpHeader) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Remove a field.
remove(String) - 类 中的方法com.firefly.codec.http2.model.HttpFields
Remove a field.
remove(String) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
remove(String) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
removeAttribute(String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
removeAttribute(String) - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
removeAttribute(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
removeAttribute(String) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
removeConnectionPool(String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
removeConnectionPool(URL) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
removeConnectionPool(String, int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
removeStream(StreamSPI) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
removeStream(StreamSPI) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Removes the given stream.
removeValue(String) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.JsonView
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.JspView
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.RedirectView
 
render(HttpServletRequest, HttpServletResponse) - 接口 中的方法com.firefly.mvc.web.View
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.StaticFileView
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.TemplateView
 
render(HttpServletRequest, HttpServletResponse) - 类 中的方法com.firefly.mvc.web.view.TextView
 
request - 类 中的变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
request(MetaData.Request, boolean, Promise<HTTPOutputStream>, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
request(HttpMethod, String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
request(String, String) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
request(String, URL) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
Request(HttpFields) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(String, HttpScheme, HostPortHttpField, String, HttpVersion, HttpFields) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(String, HttpScheme, HostPortHttpField, String, HttpVersion, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
Request(MetaData.Request) - 类 的构造器com.firefly.codec.http2.model.MetaData.Request
 
REQUEST - 接口 中的静态变量com.firefly.mvc.web.support.MethodParam
 
request - 类 中的变量com.firefly.server.http2.HTTP1ServerRequestHandler
 
REQUEST_ENTITY_TOO_LARGE_413 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
已过时。
REQUEST_HEADER_FIELDS_TOO_LARGE_431 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
REQUEST_TIMEOUT_408 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
已过时。
RequestBuilder() - 类 的构造器com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
RequestDispatcherImpl - com.firefly.server.http2.servlet中的类
 
RequestDispatcherImpl() - 类 的构造器com.firefly.server.http2.servlet.RequestDispatcherImpl
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
已过时。
RequestMapping - com.firefly.annotation中的注释类型
 
reset() - 类 中的方法com.firefly.codec.http2.decode.HeaderParser
 
reset() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
reset() - 类 中的方法com.firefly.codec.http2.decode.SettingsBodyParser
 
reset() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
reset() - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
reset(ResetFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
reset(ResetFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
reset(ResetFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Stream
Sends the given RST_STREAM frame.
reset() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
RESET_CONTENT_205 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
ResetBodyParser - com.firefly.codec.http2.decode中的类
 
ResetBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.ResetBodyParser
 
resetBuffer() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
ResetFrame - com.firefly.codec.http2.frame中的类
 
ResetFrame(int, int) - 类 的构造器com.firefly.codec.http2.frame.ResetFrame
 
ResetGenerator - com.firefly.codec.http2.encode中的类
 
ResetGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.ResetGenerator
 
resize(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
resource - 类 中的变量com.firefly.mvc.web.AnnotationWebContext
 
Resource - com.firefly.mvc.web中的类
 
Resource(String) - 类 的构造器com.firefly.mvc.web.Resource
 
Resource.Result - com.firefly.mvc.web中的类
 
response - 类 中的变量com.firefly.client.http2.HTTP1ClientResponseHandler
 
Response() - 类 的构造器com.firefly.codec.http2.model.MetaData.Response
 
Response(HttpVersion, int, HttpFields) - 类 的构造器com.firefly.codec.http2.model.MetaData.Response
 
Response(HttpVersion, int, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData.Response
 
Response(HttpVersion, int, String, HttpFields, long) - 类 的构造器com.firefly.codec.http2.model.MetaData.Response
 
RESPONSE - 接口 中的静态变量com.firefly.mvc.web.support.MethodParam
 
response - 类 中的变量com.firefly.server.http2.HTTP1ServerRequestHandler
 
response100Continue() - 类 中的方法com.firefly.server.http2.HTTP1ServerConnection
 
RESPONSE_500_INFO - 类 中的静态变量com.firefly.codec.http2.encode.HttpGenerator
 
responseHandler - 类 中的变量com.firefly.client.http2.HTTP2ClientContext
 
responseSystemPage(HttpServletRequest, HttpServletResponse, String, int, String) - 类 中的静态方法com.firefly.mvc.web.servlet.SystemHtmlPage
 
Result(Resource, String[]) - 类 的构造器com.firefly.mvc.web.Resource.Result
 

S

saveConnectionInfo(Session) - 类 中的静态方法com.firefly.server.utils.StatisticsUtils
 
saveRequestInfo(Object, Object, String, Object, long) - 类 中的静态方法com.firefly.server.utils.StatisticsUtils
 
SCAN_ELEMENT - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 
scheduler - 类 中的变量com.firefly.client.http2.SimpleHTTPClient
 
scheduler - 类 中的静态变量com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
SEE_OTHER_303 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
select(List<String>) - 类 中的方法com.firefly.server.http2.HTTP2ServerHandler.ServerALPN
 
SEMI_COLON - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
send(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
send(MetaData.Request, ByteBuffer, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
send(MetaData.Request, ByteBuffer[], ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
send(MetaData.Request, Promise<HTTPOutputStream>, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
send(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
send(MetaData.Request, ByteBuffer, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
send(MetaData.Request, ByteBuffer[], ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
send(MetaData.Request, Promise<HTTPOutputStream>, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
send(MetaData.Request, Promise<HTTPOutputStream>, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
send(MetaData.Request, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
send(MetaData.Request, ByteBuffer, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
send(MetaData.Request, ByteBuffer[], ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
send(SimpleHTTPClient.RequestBuilder) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient
 
sendError(int, String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
sendError(int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
sendRedirect(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
sendRequestWithContinuation(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
sendRequestWithContinuation(MetaData.Request, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
sendRequestWithContinuation(MetaData.Request, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
ServerALPN(SSLEngine, Session) - 类 的构造器com.firefly.server.http2.HTTP2ServerHandler.ServerALPN
 
ServerAnnotationWebContext - com.firefly.server.http2.servlet中的类
 
ServerAnnotationWebContext(String) - 类 的构造器com.firefly.server.http2.servlet.ServerAnnotationWebContext
 
ServerAnnotationWebContext(ServerHTTP2Configuration) - 类 的构造器com.firefly.server.http2.servlet.ServerAnnotationWebContext
 
ServerBootstrap - com.firefly.server.http2.servlet中的类
 
ServerBootstrap(ServerHTTP2Configuration) - 类 的构造器com.firefly.server.http2.servlet.ServerBootstrap
 
ServerBootstrap(String) - 类 的构造器com.firefly.server.http2.servlet.ServerBootstrap
 
ServerBootstrap(String, int) - 类 的构造器com.firefly.server.http2.servlet.ServerBootstrap
 
ServerBootstrap(String, String, int) - 类 的构造器com.firefly.server.http2.servlet.ServerBootstrap
 
ServerHTTP2Configuration - com.firefly.server.http2.servlet中的类
 
ServerHTTP2Configuration() - 类 的构造器com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
serverHTTPHandler - 类 中的变量com.firefly.server.http2.HTTP1ServerRequestHandler
 
ServerHTTPHandler - com.firefly.server.http2中的接口
 
ServerHTTPHandler.Adapter - com.firefly.server.http2中的类
 
ServerParser - com.firefly.codec.http2.decode中的类
 
ServerParser(ServerParser.Listener, int, int) - 类 的构造器com.firefly.codec.http2.decode.ServerParser
 
ServerParser.Listener - com.firefly.codec.http2.decode中的接口
 
ServerParser.Listener.Adapter - com.firefly.codec.http2.decode中的类
 
ServerSecureDecoder - com.firefly.server.http2中的类
 
ServerSecureDecoder(DecoderChain) - 类 的构造器com.firefly.server.http2.ServerSecureDecoder
 
ServerSecureEncoder - com.firefly.server.http2中的类
 
ServerSecureEncoder() - 类 的构造器com.firefly.server.http2.ServerSecureEncoder
 
ServerSessionListener - com.firefly.server.http2中的接口
 
ServerSessionListener.Adapter - com.firefly.server.http2中的类
Empty implementation of ServerSessionListener
SERVICE_UNAVAILABLE_503 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
ServletServerHTTPHandler - com.firefly.server.http2.servlet中的类
 
ServletServerHTTPHandler(ServerHTTP2Configuration, HttpServletDispatcherController) - 类 的构造器com.firefly.server.http2.servlet.ServletServerHTTPHandler
 
Session - com.firefly.codec.http2.stream中的接口
A Session represents the client-side endpoint of a HTTP/2 connection to a single origin server.
Session.Listener - com.firefly.codec.http2.stream中的接口
A Session.Listener is the passive counterpart of a Session and receives events happening on a HTTP/2 connection.
Session.Listener.Adapter - com.firefly.codec.http2.stream中的类
Empty implementation of Stream.Listener.
sessionClosed(Session) - 类 中的方法com.firefly.client.http2.HTTP2ClientHandler
 
sessionClosed(Session) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPHandler
 
sessionCreated(HttpSessionEvent) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionListenerAdapter
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager.HttpSessionListenerAdapter
 
sessionOpened(Session) - 类 中的方法com.firefly.client.http2.HTTP2ClientHandler
 
sessionOpened(Session) - 类 中的方法com.firefly.server.http2.HTTP2ServerHandler
 
SessionSPI - com.firefly.codec.http2.stream中的接口
The SPI interface for implementing a HTTP/2 session.
setAsynchronousContextCorePoolKeepAliveTime(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setAsynchronousContextCorePoolSize(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setAsynchronousContextMaximumPoolSize(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setAsynchronousContextTimeout(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setAttachment(Object) - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
setAttachment(Object) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTPConnection
 
setAttachment(Object) - 接口 中的方法com.firefly.codec.http2.stream.HTTPConnection
 
setAttribute(String, Object) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
setAttribute(String, Object) - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
setAttribute(String, Object) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
setAttribute(String, Object) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
setAuthority(String, int) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setBeanName(String) - 类 中的方法com.firefly.core.support.xml.ManagedRef
 
setBufferRatio(float) - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
setBufferSize(int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setCharacterEncoding(String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setCharacterEncoding(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
setCharacterEncoding(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setClassName(String) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setClassName(String) - 接口 中的方法com.firefly.core.support.BeanDefinition
 
setClassName(String) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setCleanupInitialDelay(int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
setCleanupInterval(int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
setComment(String) - 类 中的方法com.firefly.codec.http2.model.Cookie
Specifies a comment that describes a cookie's purpose.
setConfigFileName(String) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setConstructor(Constructor<?>) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setConstructor(Constructor<?>) - 接口 中的方法com.firefly.core.support.BeanDefinition
 
setConstructor(Constructor<?>) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setContentLength(int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setContentLengthLong(long) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setContentType(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setContructorParameters(List<XmlManagedNode>) - 接口 中的方法com.firefly.core.support.xml.XmlBeanDefinition
 
setContructorParameters(List<XmlManagedNode>) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setDateHeader(String, long) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setDecodedPath(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setDisposeMethod(Method) - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
setDisposeMethod(Method) - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
setDomain(String) - 类 中的方法com.firefly.codec.http2.model.Cookie
Specifies the domain within which this cookie should be presented.
setEncoding(String) - 类 中的方法com.firefly.core.support.annotation.Config
 
setEncoding(String) - 类 中的静态方法com.firefly.mvc.web.view.JsonView
 
setEncoding(String) - 类 中的静态方法com.firefly.mvc.web.view.TextView
 
setEndStream(boolean) - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
setErrorPage(Map<Integer, String>) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setFileAccessFilter(FileAccessFilter) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setFireflyVersion(String) - 类 中的静态方法com.firefly.codec.http2.encode.HttpGenerator
 
setFlowControlStrategy(String) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setHeader(String, String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setHeaderTableSize(int) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
setHeadResponse(boolean) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
Set if a HEAD response is expected
setHost(String) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setHttpBodyThreshold(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setHttpOnly(boolean) - 类 中的方法com.firefly.codec.http2.model.Cookie
Marks or unmarks this Cookie as HttpOnly.
setHttpSessionAttributeListener(HttpSessionAttributeListener) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
setHttpSessionAttributeListener(HttpSessionAttributeListener) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
setHttpSessionListener(HttpSessionListener) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
setHttpSessionListener(HttpSessionListener) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
setHttpSessionManager(HttpSessionManager) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setHttpVersion(HttpVersion) - 类 中的方法com.firefly.codec.http2.model.MetaData
 
setId(String) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setId(String) - 接口 中的方法com.firefly.core.support.BeanDefinition
 
setId(String) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setIdleTimeout(long) - 接口 中的方法com.firefly.codec.http2.stream.Stream
 
setInitialSessionRecvWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setInitialSessionRecvWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
setInitialStreamSendWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setInitMethod(Method) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setInitMethod(Method) - 接口 中的方法com.firefly.core.support.BeanDefinition
 
setInitMethod(Method) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setInitPoolSize(int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
setInjectedInstance(Object) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setInjectedInstance(Object) - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
setInjectFields(List<Field>) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setInjectFields(List<Field>) - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
setInjectMethods(List<Method>) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setInjectMethods(List<Method>) - 接口 中的方法com.firefly.core.support.annotation.AnnotationBeanDefinition
 
setInterfaceNames(String[]) - 类 中的方法com.firefly.core.support.annotation.AnnotatedBeanDefinition
 
setInterfaceNames(String[]) - 接口 中的方法com.firefly.core.support.BeanDefinition
 
setInterfaceNames(String[]) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setIntHeader(String, int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setListener(Stream.Listener) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
setListener(Stream.Listener) - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
 
setLocale(Locale) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setLocalMaxDynamicTableSize(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackDecoder
 
setLocalMaxDynamicTableSize(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
setMaxAge(int) - 类 中的方法com.firefly.codec.http2.model.Cookie
Sets the maximum age in seconds for this Cookie.
setMaxConcurrentStreams(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setMaxDynamicTableSize(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setMaxFrameSize(int) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
setMaxFrameSize(int) - 类 中的方法com.firefly.codec.http2.encode.HeaderGenerator
 
setMaxHeaderBlockFragment(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setMaxHeaderListSize(int) - 类 中的方法com.firefly.codec.http2.encode.Generator
 
setMaxHeaderListSize(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
setMaxInactiveInterval(int) - 类 中的方法com.firefly.server.http2.servlet.session.HttpSessionImpl
 
setMaxLocalStreams(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
setMaxPoolSize(int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
setMaxRangeNum(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setMaxRemoteStreams(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
setMaxRequestHeadLength(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setMaxResponseHeadLength(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setMaxSessionInactiveInterval(int) - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
setMaxSessionInactiveInterval(int) - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
setMethod(String) - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
setMimeMap(Map<String, String>) - 类 中的方法com.firefly.codec.http2.model.MimeTypes
 
setName(String) - 类 中的方法com.firefly.codec.http2.model.Cookie
 
setOrder(int) - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
setOrder(int) - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
setParam(Object, String, String) - 类 中的方法com.firefly.mvc.web.support.ParamMetaInfo
Set value of the parameter object
setPath(String) - 类 中的方法com.firefly.codec.http2.model.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setPathQuery(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setPaths(String[]) - 类 中的方法com.firefly.core.support.annotation.Config
 
setPersistent(boolean) - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
setPort(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setPriorityFrame(PriorityFrame) - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
setProperties(Map<String, XmlManagedNode>) - 接口 中的方法com.firefly.core.support.xml.XmlBeanDefinition
 
setProperties(Map<String, XmlManagedNode>) - 类 中的方法com.firefly.core.support.xml.XmlGenericBeanDefinition
 
setQuery(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setReason(String) - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
setRemoteMaxDynamicTableSize(int) - 类 中的方法com.firefly.codec.http2.hpack.HpackEncoder
 
setReqMethods(List<Method>) - 类 中的方法com.firefly.mvc.web.support.ControllerAnnotatedBeanDefinition
 
setReqMethods(List<Method>) - 接口 中的方法com.firefly.mvc.web.support.ControllerBeanDefinition
 
setResponse(MetaData.Response) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
setResponseBody(List<ByteBuffer>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
setResponseStatus(int) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
setScheme(String) - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
setSecure(boolean) - 类 中的方法com.firefly.codec.http2.model.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecureConnectionEnabled(boolean) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setServerHome(String) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setServletResponseBufferSize(int) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setSessionIdName(String) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setSslContextFactory(SSLContextFactory) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setState(HttpParser.State) - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
setStatus(int) - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
setStatus(int) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setStatus(int, String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
setStreamId(int) - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
setStreamIdleTimeout(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setStreamIdleTimeout(long) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
setTakeConnectionTimeout(int) - 类 中的方法com.firefly.client.http2.SimpleHTTPClientConfiguration
 
setTcpConfiguration(Config) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Configuration
 
setTemporaryDirectory(String) - 类 中的方法com.firefly.server.http2.servlet.ServerHTTP2Configuration
 
setTimeout(long) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
settings(SettingsFrame, Callback) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
settings(SettingsFrame, Callback) - 接口 中的方法com.firefly.codec.http2.stream.Session
Sends the given SETTINGS frame to configure the session.
SettingsBodyParser - com.firefly.codec.http2.decode中的类
 
SettingsBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.SettingsBodyParser
 
SettingsFrame - com.firefly.codec.http2.frame中的类
 
SettingsFrame(Map<Integer, Integer>, boolean) - 类 的构造器com.firefly.codec.http2.frame.SettingsFrame
 
SettingsGenerator - com.firefly.codec.http2.encode中的类
 
SettingsGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.SettingsGenerator
 
setTypeName(String) - 类 中的方法com.firefly.core.support.xml.ManagedList
 
setTypeName(String) - 类 中的方法com.firefly.core.support.xml.ManagedMap
 
setTypeName(String) - 类 中的方法com.firefly.core.support.xml.ManagedValue
 
setURI(HttpURI) - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
setUriPattern(String) - 类 中的方法com.firefly.mvc.web.support.InterceptorAnnotatedBeanDefinition
 
setUriPattern(String) - 接口 中的方法com.firefly.mvc.web.support.InterceptorBeanDefinition
 
setValue(String) - 类 中的方法com.firefly.codec.http2.model.Cookie
Assigns a new value to this Cookie.
setValue(String) - 类 中的方法com.firefly.core.support.xml.ManagedValue
 
setVersion(int) - 类 中的方法com.firefly.codec.http2.model.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setViewPath(String) - 类 中的方法com.firefly.core.support.annotation.Config
 
setViewPath(String) - 类 中的静态方法com.firefly.mvc.web.view.JspView
 
shutdown() - 类 中的静态方法com.firefly.server.http2.servlet.AsyncContextImpl
 
SimpleFlowControlStrategy - com.firefly.codec.http2.stream中的类
 
SimpleFlowControlStrategy() - 类 的构造器com.firefly.codec.http2.stream.SimpleFlowControlStrategy
 
SimpleFlowControlStrategy(int) - 类 的构造器com.firefly.codec.http2.stream.SimpleFlowControlStrategy
 
SimpleHTTPClient - com.firefly.client.http2中的类
 
SimpleHTTPClient() - 类 的构造器com.firefly.client.http2.SimpleHTTPClient
 
SimpleHTTPClient(SimpleHTTPClientConfiguration) - 类 的构造器com.firefly.client.http2.SimpleHTTPClient
 
SimpleHTTPClient.RequestBuilder - com.firefly.client.http2中的类
 
SimpleHTTPClient.SimpleResponse - com.firefly.client.http2中的类
 
SimpleHTTPClientConfiguration - com.firefly.client.http2中的类
 
SimpleHTTPClientConfiguration() - 类 的构造器com.firefly.client.http2.SimpleHTTPClientConfiguration
 
SimpleResponse() - 类 的构造器com.firefly.client.http2.SimpleHTTPClient.SimpleResponse
 
size() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
size() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
size() - 类 中的方法com.firefly.codec.http2.model.QuotedCSV
 
size() - 接口 中的方法com.firefly.server.http2.servlet.session.HttpSessionManager
 
size() - 类 中的方法com.firefly.server.http2.servlet.session.LocalHttpSessionManager
 
sort() - 类 中的方法com.firefly.codec.http2.model.QuotedQualityCSV
 
SPACE - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
sslContext - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPHandler
 
sslSession - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPConnection
 
sslSession - 类 中的变量com.firefly.server.http2.HTTP2ServerSSLHandshakeContext
 
standardUpgrade() - 类 中的方法com.firefly.codec.http2.decode.ServerParser
The standard HTTP/1.1 upgrade path.
start(Runnable) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
startAsync(ServletRequest, ServletResponse, boolean, long) - 类 中的方法com.firefly.server.http2.servlet.AsyncContextImpl
 
startAsync() - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
startAsync(ServletRequest, ServletResponse) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
startPart(String) - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - 类 中的方法com.firefly.codec.http2.model.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - 类 中的方法com.firefly.codec.http2.model.MultiPartWriter
Start creation of the next Content.
startRequest(String, String, HttpVersion) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(String, String, HttpVersion) - 类 中的方法com.firefly.server.http2.HTTP1ServerRequestHandler
 
startResponse(HttpVersion, int, String) - 类 中的方法com.firefly.client.http2.HTTP1ClientResponseHandler
 
startResponse(HttpVersion, int, String) - 接口 中的方法com.firefly.codec.http2.decode.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
stateProcessor(Element, Dom) - 类 中的静态方法com.firefly.core.support.xml.parse.XmlNodeStateMachine
 
STATIC_TABLE - 类 中的静态变量com.firefly.codec.http2.hpack.HpackContext
 
StaticFileView - com.firefly.mvc.web.view中的类
 
StaticFileView(String) - 类 的构造器com.firefly.mvc.web.view.StaticFileView
 
staticIndex(HttpHeader) - 类 中的静态方法com.firefly.codec.http2.hpack.HpackContext
 
StaticTableHttpField - com.firefly.codec.http2.model中的类
 
StaticTableHttpField(HttpHeader, String, String, Object) - 类 的构造器com.firefly.codec.http2.model.StaticTableHttpField
 
StaticTableHttpField(HttpHeader, String, Object) - 类 的构造器com.firefly.codec.http2.model.StaticTableHttpField
 
StaticTableHttpField(String, String, Object) - 类 的构造器com.firefly.codec.http2.model.StaticTableHttpField
 
StatisticsUtils - com.firefly.server.utils中的类
 
StatisticsUtils() - 类 的构造器com.firefly.server.utils.StatisticsUtils
 
STATUS_CODE - 类 中的静态变量com.firefly.mvc.web.Constants
 
stopScheduler() - 类 中的静态方法com.firefly.codec.http2.stream.AbstractHTTP2Connection
 
storeFragment(ByteBuffer, int, boolean) - 类 中的方法com.firefly.codec.http2.decode.HeaderBlockFragments
 
stream() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
stream - 类 中的变量com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
Stream - com.firefly.codec.http2.stream中的接口
A Stream represents a bidirectional exchange of data on top of a Session.
Stream.Listener - com.firefly.codec.http2.stream中的接口
A Stream.Listener is the passive counterpart of a Stream and receives events happening on a HTTP/2 stream.
Stream.Listener.Adapter - com.firefly.codec.http2.stream中的类
Empty implementation of Stream.Listener
StreamSPI - com.firefly.codec.http2.stream中的接口
The SPI interface for implementing a HTTP/2 stream.
stringToByte(String) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletResponseImpl
 
stripParameters(String) - 类 中的静态方法com.firefly.codec.http2.model.HttpFields
Get field value without parameters.
submit() - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
submit(FuturePromise<SimpleHTTPClient.SimpleResponse>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
submit(Action1<SimpleHTTPClient.SimpleResponse>) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
succeeded(Stream) - 类 中的方法com.firefly.client.http2.HTTP2ClientResponseHandler.ClientStreamPromise
 
succeeded() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
succeeded() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
SWITCHING_PROTOCOLS_101 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
SystemHtmlPage - com.firefly.mvc.web.servlet中的类
 
SystemHtmlPage() - 类 的构造器com.firefly.mvc.web.servlet.SystemHtmlPage
 
systemPageTemplate(int, String) - 类 中的静态方法com.firefly.mvc.web.servlet.SystemHtmlPage
 

T

TAB - 接口 中的静态变量com.firefly.codec.http2.model.HttpTokens
 
tcpSession - 类 中的变量com.firefly.codec.http2.stream.AbstractHTTPConnection
 
templateFactory - 类 中的静态变量com.firefly.mvc.web.view.TemplateView
 
TemplateView - com.firefly.mvc.web.view中的类
 
TemplateView(String) - 类 的构造器com.firefly.mvc.web.view.TemplateView
 
TEMPORARY_REDIRECT_307 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
TextView - com.firefly.mvc.web.view中的类
 
TextView(String) - 类 的构造器com.firefly.mvc.web.view.TextView
 
toASCIIString(ByteBuffer, int) - 类 中的静态方法com.firefly.codec.http2.hpack.HpackDecoder
 
toBuffer() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
toBuffer() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeaderValue
 
toBuffer() - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
toBytes() - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
TOO_MANY_REQUESTS_429 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
toString() - 类 中的方法com.firefly.codec.http2.decode.HttpParser
 
toString() - 类 中的方法com.firefly.codec.http2.encode.HttpGenerator
 
toString() - 类 中的方法com.firefly.codec.http2.frame.DataFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.Frame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.GoAwayFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.HeadersFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.PriorityFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.PushPromiseFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.ResetFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.SettingsFrame
 
toString() - 类 中的方法com.firefly.codec.http2.frame.WindowUpdateFrame
 
toString() - 类 中的方法com.firefly.codec.http2.hpack.AuthorityHttpField
 
toString() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext.Entry
 
toString() - 类 中的方法com.firefly.codec.http2.hpack.HpackContext
 
toString() - 类 中的方法com.firefly.codec.http2.hpack.HpackDecoder
 
toString() - 类 中的方法com.firefly.codec.http2.model.Cookie
 
toString() - 类 中的方法com.firefly.codec.http2.model.HttpField
 
toString() - 类 中的方法com.firefly.codec.http2.model.HttpFields
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeader
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.HttpHeaderValue
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.HttpScheme
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.HttpStatus.Code
 
toString() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.HttpVersion
 
toString() - 类 中的方法com.firefly.codec.http2.model.MetaData.Request
 
toString() - 类 中的方法com.firefly.codec.http2.model.MetaData.Response
 
toString() - 类 中的方法com.firefly.codec.http2.model.MetaData
 
toString() - 枚举 中的方法com.firefly.codec.http2.model.MimeTypes.Type
 
toString() - 类 中的方法com.firefly.codec.http2.model.StaticTableHttpField
 
toString() - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
toString() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher.Entry
 
toString() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
toString() - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
toString() - 类 中的方法com.firefly.mvc.web.Resource.Result
 
toString() - 类 中的方法com.firefly.mvc.web.Resource
 
toString() - 类 中的方法com.firefly.mvc.web.support.ControllerMetaInfo
 
toString() - 类 中的方法com.firefly.mvc.web.support.HandlerMetaInfo
 
toURI() - 类 中的方法com.firefly.codec.http2.model.HttpURI
 
TRACE - 接口 中的静态变量com.firefly.mvc.web.HttpMethod
 
tryConvertPayload() - 类 中的方法com.firefly.codec.http2.frame.GoAwayFrame
 
TYPE_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 

U

UNAUTHORIZED_401 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
UNAVAILABLE_FOR_LEGAL_REASONS_451 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
UNPROCESSABLE_ENTITY_422 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
unquote(String) - 类 中的静态方法com.firefly.codec.http2.model.QuotedCSV
 
unsupported() - 类 中的方法com.firefly.server.http2.HTTP2ServerHandler.ServerALPN
 
UNSUPPORTED_MEDIA_TYPE_415 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
updateClose(boolean, boolean) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
updateClose(boolean, boolean) - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Updates the close state of this stream.
updateInitialStreamWindow(SessionSPI, int, boolean) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
updateInitialStreamWindow(SessionSPI, int, boolean) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
updateRecvWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
updateRecvWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
updateRecvWindow(int) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Updates the session receive window by the given delta.
updateRecvWindow(int) - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Updates the stream receive window by the given delta.
updateSendWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Session
 
updateSendWindow(int) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Stream
 
updateSendWindow(int) - 接口 中的方法com.firefly.codec.http2.stream.SessionSPI
Updates the session send window by the given delta.
updateSendWindow(int) - 接口 中的方法com.firefly.codec.http2.stream.StreamSPI
Updates the stream send window by the given delta.
upgrade(Class<T>) - 类 中的方法com.firefly.server.http2.servlet.HTTPServletRequestImpl
 
UPGRADE_REQUIRED_426 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
upgradeHTTP2(MetaData.Request, SettingsFrame, Promise<HTTPClientConnection>, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
upgradeHTTP2(MetaData.Request, SettingsFrame, Promise<HTTPClientConnection>, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP2ClientConnection
 
upgradeHTTP2(MetaData.Request, SettingsFrame, Promise<HTTPClientConnection>, ClientHTTPHandler) - 接口 中的方法com.firefly.client.http2.HTTPClientConnection
 
upgradeHTTP2WithCleartext(MetaData.Request, SettingsFrame, Promise<HTTPClientConnection>, Promise<Stream>, Stream.Listener, Session.Listener, ClientHTTPHandler) - 类 中的方法com.firefly.client.http2.HTTP1ClientConnection
 
URI_TOO_LONG_414 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 
UrlEncoded - com.firefly.codec.http2.encode中的类
Handles coding of MIME "x-www-form-urlencoded".
UrlEncoded(UrlEncoded) - 类 的构造器com.firefly.codec.http2.encode.UrlEncoded
 
UrlEncoded() - 类 的构造器com.firefly.codec.http2.encode.UrlEncoded
 
UrlEncoded(String) - 类 的构造器com.firefly.codec.http2.encode.UrlEncoded
 
URLParser - com.firefly.mvc.web.support中的类
 
URLParser() - 类 的构造器com.firefly.mvc.web.support.URLParser
 
USE_PROXY_305 - 类 中的静态变量com.firefly.codec.http2.model.HttpStatus
 

V

VALUE_ATTRIBUTE - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
VALUE_ELEMENT - 接口 中的静态变量com.firefly.core.support.xml.parse.XmlNodeConstants
 
ValueNodeParser - com.firefly.core.support.xml.parse中的类
 
ValueNodeParser() - 类 的构造器com.firefly.core.support.xml.parse.ValueNodeParser
 
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.decode.HttpParser.State
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.encode.HttpGenerator.Result
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.encode.HttpGenerator.State
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.frame.CloseState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.frame.ErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.frame.FrameType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpCompliance
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpHeader
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpHeaderValue
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpScheme
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpStatus.Code
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpTokens.EndOfContent
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.model.MimeTypes.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.firefly.codec.http2.stream.CloseState
返回带有指定名称的该类型的枚举常量。
valueParameters(String, Map<String, String>) - 类 中的静态方法com.firefly.codec.http2.model.HttpFields
Get field value parameters.
values() - 枚举 中的静态方法com.firefly.codec.http2.decode.HttpParser.State
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.encode.HttpGenerator.Result
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.encode.HttpGenerator.State
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.frame.CloseState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.frame.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.frame.FrameType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpCompliance
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpHeader
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpHeaderValue
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpScheme
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpStatus.Code
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpTokens.EndOfContent
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.HttpVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.model.MimeTypes.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.firefly.codec.http2.stream.CloseState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
View - com.firefly.mvc.web中的接口
 
VIEW_ENCODING_ATTRIBUTE - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 
VIEW_PATH_ATTRIBUTE - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 
VIEW_TYPE_ATTRIBUTE - 类 中的静态变量com.firefly.core.support.annotation.ConfigReader
 

W

WebBeanReader - com.firefly.mvc.web.support中的类
 
WebBeanReader() - 类 的构造器com.firefly.mvc.web.support.WebBeanReader
 
WebBeanReader(String) - 类 的构造器com.firefly.mvc.web.support.WebBeanReader
 
webContext - 类 中的变量com.firefly.mvc.web.servlet.HttpServletDispatcherController
 
WebContext - com.firefly.mvc.web中的接口
 
WebException - com.firefly.mvc.web.support.exception中的异常错误
 
WebException(String) - 异常错误 的构造器com.firefly.mvc.web.support.exception.WebException
 
WebHandler - com.firefly.mvc.web中的接口
 
WILDCARD - 类 中的静态变量com.firefly.mvc.web.Resource
 
window(StreamSPI, WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.HTTP2Flusher
 
windowUpdate(SessionSPI, StreamSPI, WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.AbstractFlowControlStrategy
 
windowUpdate(SessionSPI, StreamSPI, WindowUpdateFrame) - 类 中的方法com.firefly.codec.http2.stream.BufferingFlowControlStrategy
 
windowUpdate(SessionSPI, StreamSPI, WindowUpdateFrame) - 接口 中的方法com.firefly.codec.http2.stream.FlowControlStrategy
 
WindowUpdateBodyParser - com.firefly.codec.http2.decode中的类
 
WindowUpdateBodyParser(HeaderParser, Parser.Listener) - 类 的构造器com.firefly.codec.http2.decode.WindowUpdateBodyParser
 
WindowUpdateFrame - com.firefly.codec.http2.frame中的类
 
WindowUpdateFrame(int, int) - 类 的构造器com.firefly.codec.http2.frame.WindowUpdateFrame
 
WindowUpdateGenerator - com.firefly.codec.http2.encode中的类
 
WindowUpdateGenerator(HeaderGenerator) - 类 的构造器com.firefly.codec.http2.encode.WindowUpdateGenerator
 
write(ByteBuffer) - 类 中的方法com.firefly.client.http2.SimpleHTTPClient.RequestBuilder
 
write(byte[], int, int) - 类 中的方法com.firefly.codec.http2.model.MultiPartOutputStream
 
write(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
write(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
write(int) - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
write(byte[], int, int) - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
write(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
write(String) - 类 中的方法com.firefly.server.http2.servlet.PartImpl
 
writeDataFrame(DataFrame) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
writeFrame(Frame) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
writeHeadersFrame(HeadersFrame) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
writeWithContentLength(ByteBuffer[]) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
writeWithContentLength(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP1OutputStream
 
writeWithContentLength(ByteBuffer[]) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
writeWithContentLength(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.AbstractHTTP2OutputStream
 
writeWithContentLength(ByteBuffer[]) - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 
writeWithContentLength(ByteBuffer) - 类 中的方法com.firefly.codec.http2.stream.HTTPOutputStream
 

X

XmlApplicationContext - com.firefly.core中的类
The core application context mixed XML and annotation bean management
XmlApplicationContext() - 类 的构造器com.firefly.core.XmlApplicationContext
 
XmlApplicationContext(String) - 类 的构造器com.firefly.core.XmlApplicationContext
 
XmlBeanDefinition - com.firefly.core.support.xml中的接口
XML bean configuration
XmlBeanReader - com.firefly.core.support.xml中的类
Reading XML configuration file
XmlBeanReader() - 类 的构造器com.firefly.core.support.xml.XmlBeanReader
 
XmlBeanReader(String) - 类 的构造器com.firefly.core.support.xml.XmlBeanReader
 
XmlGenericBeanDefinition - com.firefly.core.support.xml中的类
XML bean configuration
XmlGenericBeanDefinition() - 类 的构造器com.firefly.core.support.xml.XmlGenericBeanDefinition
 
XmlManagedNode - com.firefly.core.support.xml中的接口
 
XmlNodeConstants - com.firefly.core.support.xml.parse中的接口
 
XmlNodeParser - com.firefly.core.support.xml.parse中的接口
 
XmlNodeParserFactory - com.firefly.core.support.xml.parse中的类
 
XmlNodeParserFactory() - 类 的构造器com.firefly.core.support.xml.parse.XmlNodeParserFactory
 
XmlNodeStateMachine - com.firefly.core.support.xml.parse中的类
 
XmlNodeStateMachine() - 类 的构造器com.firefly.core.support.xml.parse.XmlNodeStateMachine
 

_

__01Jan1970 - 类 中的静态变量com.firefly.codec.http2.model.DateGenerator
 
__separators - 类 中的静态变量com.firefly.codec.http2.model.HttpFields
已过时。
__STRICT - 类 中的静态变量com.firefly.codec.http2.decode.HttpParser
已过时。
_code - 异常错误 中的变量com.firefly.codec.http2.model.BadMessageException
 
_keepQuotes - 类 中的变量com.firefly.codec.http2.model.QuotedCSV
 
_reason - 异常错误 中的变量com.firefly.codec.http2.model.BadMessageException
 
_values - 类 中的变量com.firefly.codec.http2.model.QuotedCSV
 
_viewPath - 类 中的静态变量com.firefly.mvc.web.view.TemplateView
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
跳过导航链接

Copyright © 2016. All rights reserved.