您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.firefly
,
com.firefly.annotation
,
com.firefly.client.http2
,
com.firefly.codec.http2.decode
,
com.firefly.codec.http2.encode
,
com.firefly.codec.http2.frame
,
com.firefly.codec.http2.hpack
,
com.firefly.codec.http2.model
,
com.firefly.codec.http2.stream
,
com.firefly.core
,
com.firefly.core.support
,
com.firefly.core.support.annotation
,
com.firefly.core.support.exception
,
com.firefly.core.support.xml
,
com.firefly.core.support.xml.parse
,
com.firefly.server.http2
,
com.firefly.server.http2.router
,
com.firefly.server.http2.router.handler.body
,
com.firefly.server.http2.router.handler.error
,
com.firefly.server.http2.router.handler.file
,
com.firefly.server.http2.router.handler.session
,
com.firefly.server.http2.router.handler.template
,
com.firefly.server.http2.router.impl
,
com.firefly.server.http2.router.spi
,
com.firefly.server.http2.router.utils
类分层结构
java.lang.
Object
com.firefly.core.support.
AbstractBeanReader
(implements com.firefly.core.support.
BeanReader
)
com.firefly.core.support.annotation.
AnnotationBeanReader
com.firefly.core.support.xml.
XmlBeanReader
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
java.util.
AbstractList
<E> (implements java.util.
List
<E>)
java.util.
ArrayList
<E> (implements java.lang.
Cloneable
, java.util.
List
<E>, java.util.
RandomAccess
, java.io.
Serializable
)
com.firefly.core.support.xml.
ManagedArray
<T> (implements com.firefly.core.support.xml.
XmlManagedNode
)
com.firefly.core.support.xml.
ManagedList
<T> (implements com.firefly.core.support.xml.
XmlManagedNode
)
com.firefly.server.http2.router.handler.error.
AbstractErrorResponseHandler
(implements com.firefly.server.http2.router.
Handler
)
com.firefly.server.http2.router.handler.error.
DefaultErrorResponseHandler
com.firefly.codec.http2.stream.
AbstractFlowControlStrategy
(implements com.firefly.codec.http2.stream.
FlowControlStrategy
)
com.firefly.codec.http2.stream.
BufferingFlowControlStrategy
com.firefly.codec.http2.stream.
SimpleFlowControlStrategy
com.firefly.codec.http2.stream.
AbstractHTTPConnection
(implements com.firefly.codec.http2.stream.
HTTPConnection
)
com.firefly.codec.http2.stream.
AbstractHTTP1Connection
com.firefly.client.http2.
HTTP1ClientConnection
(implements com.firefly.client.http2.
HTTPClientConnection
)
com.firefly.server.http2.
HTTP1ServerConnection
(implements com.firefly.server.http2.
HTTPServerConnection
)
com.firefly.codec.http2.stream.
AbstractHTTP2Connection
com.firefly.client.http2.
HTTP2ClientConnection
(implements com.firefly.client.http2.
HTTPClientConnection
)
com.firefly.server.http2.
HTTP2ServerConnection
(implements com.firefly.server.http2.
HTTPServerConnection
)
com.firefly.server.http2.
HTTP1ServerTunnelConnection
(implements com.firefly.codec.http2.stream.
HTTPTunnelConnection
)
com.firefly.codec.http2.stream.
AbstractHTTPHandler
(implements com.firefly.net.
Handler
)
com.firefly.client.http2.
HTTP2ClientHandler
com.firefly.server.http2.
HTTP2ServerHandler
com.firefly.server.http2.router.
AbstractHTTPSessionHandlerSPI
(implements com.firefly.server.http2.router.spi.
HTTPSessionHandlerSPI
)
com.firefly.server.http2.router.handler.session.
HTTPSessionHandlerSPIImpl
com.firefly.utils.lang.
AbstractLifeCycle
(implements com.firefly.utils.lang.
LifeCycle
)
com.firefly.core.
AbstractApplicationContext
(implements com.firefly.core.
ApplicationContext
)
com.firefly.core.
XmlApplicationContext
com.firefly.core.
ApplicationContextSingleton
com.firefly.client.http2.
HTTP2Client
com.firefly.server.http2.
HTTP2Server
com.firefly.client.http2.
HTTPClientSingleton
com.firefly.client.http2.
HTTPsClientSingleton
com.firefly.server.http2.router.handler.session.
LocalHTTPSessionHandler
(implements com.firefly.server.http2.router.
Handler
)
com.firefly.server.http2.router.handler.session.
LocalSessionStore
(implements com.firefly.server.http2.router.
SessionStore
)
com.firefly.client.http2.
PlaintextHTTP2ClientSingleton
com.firefly.client.http2.
SimpleHTTPClient
com.firefly.server.http2.
SimpleHTTPServer
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
com.firefly.core.support.xml.
ManagedMap
<K,V> (implements com.firefly.core.support.xml.
XmlManagedNode
)
com.firefly.utils.collection.
MultiMap
<V>
com.firefly.codec.http2.encode.
UrlEncoded
(implements java.lang.
Cloneable
)
com.firefly.server.http2.router.impl.
AbstractPatternMatcher
(implements com.firefly.server.http2.router.
Matcher
)
com.firefly.server.http2.router.impl.
ContentTypePatternMatcher
com.firefly.server.http2.router.impl.
PatternPathMatcher
com.firefly.server.http2.router.impl.
AbstractPatternMatcher.PatternRule
com.firefly.server.http2.router.impl.
AbstractPreciseMatcher
(implements com.firefly.server.http2.router.
Matcher
)
com.firefly.server.http2.router.impl.
AcceptHeaderMatcher
com.firefly.server.http2.router.impl.
ContentTypePreciseMatcher
com.firefly.server.http2.router.impl.
HTTPMethodMatcher
com.firefly.server.http2.router.impl.
PrecisePathMatcher
com.firefly.server.http2.router.impl.
AbstractRegexMatcher
(implements com.firefly.server.http2.router.
Matcher
)
com.firefly.server.http2.router.impl.
RegexPathMatcher
com.firefly.server.http2.router.impl.
AbstractRegexMatcher.RegexRule
com.firefly.codec.http2.model.
AbstractTypedContentProvider
(implements com.firefly.codec.http2.model.
ContentProvider.Typed
)
com.firefly.codec.http2.model.
ByteBufferContentProvider
com.firefly.codec.http2.model.
BytesContentProvider
com.firefly.codec.http2.model.
StringContentProvider
com.firefly.codec.http2.model.
MultiPartContentProvider
(implements com.firefly.codec.http2.model.
AsyncContentProvider
, java.io.
Closeable
)
com.firefly.codec.http2.model.
PathContentProvider
com.firefly.core.support.xml.parse.
AbstractXmlNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
ArrayNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
BeanNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
ContructorParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
ListNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
MapNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
RefNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.xml.parse.
ValueNodeParser
(implements com.firefly.core.support.xml.parse.
XmlNodeParser
)
com.firefly.core.support.annotation.
AnnotatedBeanDefinition
(implements com.firefly.core.support.annotation.
AnnotationBeanDefinition
)
com.firefly.core.support.annotation.
AnnotationBeanUtils
com.firefly.codec.http2.decode.
BodyParser
com.firefly.codec.http2.decode.
ContinuationBodyParser
com.firefly.codec.http2.decode.
DataBodyParser
com.firefly.codec.http2.decode.
GoAwayBodyParser
com.firefly.codec.http2.decode.
HeadersBodyParser
com.firefly.codec.http2.decode.
PingBodyParser
com.firefly.codec.http2.decode.
PriorityBodyParser
com.firefly.codec.http2.decode.
PushPromiseBodyParser
com.firefly.codec.http2.decode.
ResetBodyParser
com.firefly.codec.http2.decode.
SettingsBodyParser
com.firefly.codec.http2.decode.
WindowUpdateBodyParser
com.firefly.utils.concurrent.
Callback.Nested
(implements com.firefly.utils.concurrent.
Callback
)
com.firefly.codec.http2.stream.
HTTP2Flusher.Entry
com.firefly.core.support.annotation.
Config
com.firefly.core.support.annotation.
ConfigReader
com.firefly.codec.http2.model.
Cookie
com.firefly.codec.http2.model.
CookieGenerator
com.firefly.codec.http2.model.
CookieParser
com.firefly.codec.http2.encode.
DataGenerator
com.firefly.codec.http2.model.
DateGenerator
com.firefly.codec.http2.model.
DateParser
com.firefly.net.
DecoderChain
(implements com.firefly.net.
Decoder
)
com.firefly.client.http2.
ClientSecureDecoder
com.firefly.client.http2.
HTTP1ClientDecoder
com.firefly.server.http2.
HTTP1ServerDecoder
com.firefly.client.http2.
HTTP2ClientDecoder
com.firefly.server.http2.
HTTP2ServerDecoder
com.firefly.server.http2.
ServerSecureDecoder
com.firefly.server.http2.router.handler.error.
DefaultErrorResponseHandlerLoader
com.firefly.net.
EncoderChain
(implements com.firefly.net.
Encoder
)
com.firefly.client.http2.
ClientSecureEncoder
com.firefly.client.http2.
HTTP1ClientEncoder
com.firefly.server.http2.
HTTP1ServerEncoder
com.firefly.client.http2.
HTTP2ClientEncoder
com.firefly.server.http2.
HTTP2ServerEncoder
com.firefly.server.http2.
ServerSecureEncoder
com.firefly.codec.http2.frame.
Frame
com.firefly.codec.http2.frame.
DataFrame
com.firefly.codec.http2.frame.
DisconnectFrame
com.firefly.codec.http2.frame.
GoAwayFrame
com.firefly.codec.http2.frame.
HeadersFrame
com.firefly.codec.http2.frame.
PingFrame
com.firefly.codec.http2.frame.
PrefaceFrame
com.firefly.codec.http2.frame.
PriorityFrame
com.firefly.codec.http2.frame.
PushPromiseFrame
com.firefly.codec.http2.frame.
ResetFrame
com.firefly.codec.http2.frame.
SettingsFrame
com.firefly.codec.http2.frame.
WindowUpdateFrame
com.firefly.codec.http2.encode.
FrameGenerator
com.firefly.codec.http2.encode.
DisconnectGenerator
com.firefly.codec.http2.encode.
GoAwayGenerator
com.firefly.codec.http2.encode.
HeadersGenerator
com.firefly.codec.http2.encode.
PingGenerator
com.firefly.codec.http2.encode.
PrefaceGenerator
com.firefly.codec.http2.encode.
PriorityGenerator
com.firefly.codec.http2.encode.
PushPromiseGenerator
com.firefly.codec.http2.encode.
ResetGenerator
com.firefly.codec.http2.encode.
SettingsGenerator
com.firefly.codec.http2.encode.
WindowUpdateGenerator
com.firefly.codec.http2.encode.
Generator
com.firefly.codec.http2.decode.
HeaderBlockFragments
com.firefly.codec.http2.decode.
HeaderBlockParser
com.firefly.codec.http2.encode.
HeaderGenerator
com.firefly.codec.http2.decode.
HeaderParser
com.firefly.codec.http2.model.
HostPort
com.firefly.codec.http2.hpack.
HpackContext
com.firefly.codec.http2.hpack.
HpackContext.Entry
com.firefly.codec.http2.hpack.
HpackContext.StaticEntry
com.firefly.codec.http2.hpack.
HpackDecoder
com.firefly.codec.http2.hpack.
HpackEncoder
com.firefly.codec.http2.hpack.
HpackFieldPreEncoder
(implements com.firefly.codec.http2.encode.
HttpFieldPreEncoder
)
com.firefly.client.http2.
HTTP1ClientResponseHandler
(implements com.firefly.codec.http2.decode.
HttpParser.ResponseHandler
)
com.firefly.codec.http2.encode.
Http1FieldPreEncoder
(implements com.firefly.codec.http2.encode.
HttpFieldPreEncoder
)
com.firefly.server.http2.
HTTP1ServerRequestHandler
(implements com.firefly.codec.http2.decode.
HttpParser.RequestHandler
)
com.firefly.client.http2.
HTTP2ClientContext
com.firefly.client.http2.
HTTP2ClientResponseHandler.ClientStreamPromise
(implements com.firefly.utils.concurrent.
Promise
<C>)
com.firefly.codec.http2.stream.
HTTP2Configuration
com.firefly.client.http2.
SimpleHTTPClientConfiguration
com.firefly.server.http2.
SimpleHTTPServerConfiguration
com.firefly.server.http2.
HTTP2ServerBuilder
com.firefly.codec.http2.stream.
HTTP2Session
(implements com.firefly.codec.http2.decode.
Parser.Listener
, com.firefly.codec.http2.stream.
SessionSPI
)
com.firefly.client.http2.
HTTP2ClientSession
com.firefly.server.http2.
HTTP2ServerSession
(implements com.firefly.codec.http2.decode.
ServerParser.Listener
)
com.firefly.server.http2.router.handler.body.
HTTPBodyConfiguration
com.firefly.server.http2.router.handler.body.
HTTPBodyHandler
(implements com.firefly.server.http2.router.
Handler
)
com.firefly.server.http2.router.handler.body.
HTTPBodyHandlerSPIImpl
(implements com.firefly.server.http2.router.spi.
HTTPBodyHandlerSPI
)
com.firefly.codec.http2.model.
HttpField
com.firefly.codec.http2.model.
HostPortHttpField
com.firefly.codec.http2.hpack.
AuthorityHttpField
com.firefly.codec.http2.model.
HttpField.IntValueHttpField
com.firefly.codec.http2.model.
HttpField.LongValueHttpField
com.firefly.codec.http2.model.
PreEncodedHttpField
com.firefly.codec.http2.model.
StaticTableHttpField
com.firefly.codec.http2.model.
HttpFields
(implements java.lang.
Iterable
<T>)
com.firefly.codec.http2.encode.
HttpGenerator
com.firefly.codec.http2.stream.
HTTPHandler.Adapter
(implements com.firefly.codec.http2.stream.
HTTPHandler
)
com.firefly.client.http2.
ClientHTTPHandler.Adapter
(implements com.firefly.client.http2.
ClientHTTPHandler
)
com.firefly.server.http2.
ServerHTTPHandler.Adapter
(implements com.firefly.server.http2.
ServerHTTPHandler
)
com.firefly.codec.http2.decode.
HttpParser
com.firefly.server.http2.router.
HTTPSession
(implements java.io.
Serializable
)
com.firefly.server.http2.router.handler.session.
HTTPSessionConfiguration
com.firefly.codec.http2.model.
HttpStatus
com.firefly.codec.http2.model.
HttpURI
com.firefly.codec.http2.hpack.
Huffman
com.firefly.utils.concurrent.
IdleTimeout
com.firefly.codec.http2.stream.
HTTP2Stream
(implements com.firefly.utils.concurrent.
Callback
, com.firefly.codec.http2.stream.
StreamSPI
)
com.firefly.codec.http2.model.
InclusiveByteRange
com.firefly.codec.http2.model.
InputStreamContentProvider
(implements com.firefly.utils.concurrent.
Callback
, java.io.
Closeable
, com.firefly.codec.http2.model.
ContentProvider
)
com.firefly.utils.concurrent.
IteratingCallback
(implements com.firefly.utils.concurrent.
Callback
)
com.firefly.codec.http2.stream.
HTTP2Flusher
com.firefly.core.support.xml.
ManagedRef
(implements com.firefly.core.support.xml.
XmlManagedNode
)
com.firefly.core.support.xml.
ManagedValue
(implements com.firefly.core.support.xml.
XmlManagedNode
)
com.firefly.server.http2.router.
Matcher.MatchResult
com.firefly.codec.http2.model.
MetaData
(implements java.lang.
Iterable
<T>)
com.firefly.codec.http2.model.
MetaData.Request
com.firefly.client.http2.
HTTPClientRequest
com.firefly.server.http2.
HTTPServerRequest
com.firefly.codec.http2.model.
MetaData.Response
com.firefly.client.http2.
HTTPClientResponse
com.firefly.server.http2.
HTTPServerResponse
com.firefly.codec.http2.hpack.
MetaDataBuilder
com.firefly.codec.http2.model.
MimeTypes
com.firefly.codec.http2.model.
MultiPartInputStreamParser
com.firefly.codec.http2.model.
MultiPartInputStreamParser.MultiPart
(implements javax.servlet.http.Part)
com.firefly.server.http2.router.handler.template.
MustacheTemplateHandlerSPIImpl
(implements com.firefly.server.http2.router.spi.
TemplateHandlerSPI
)
com.firefly.codec.http2.hpack.
NBitInteger
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
com.firefly.codec.http2.stream.
BufferedHTTPOutputStream
java.io.
FilterOutputStream
com.firefly.codec.http2.model.
MultiPartOutputStream
com.firefly.codec.http2.stream.
HTTPOutputStream
com.firefly.codec.http2.stream.
AbstractHTTP1OutputStream
com.firefly.codec.http2.stream.
AbstractHTTP2OutputStream
com.firefly.client.http2.
HTTP2ClientResponseHandler.ClientHttp2OutputStream
com.firefly.server.http2.router.impl.
ParameterPathMatcher
(implements com.firefly.server.http2.router.
Matcher
)
com.firefly.codec.http2.decode.
Parser
com.firefly.codec.http2.decode.
ServerParser
com.firefly.codec.http2.decode.
Parser.Listener.Adapter
(implements com.firefly.codec.http2.decode.
Parser.Listener
)
com.firefly.codec.http2.decode.
ServerParser.Listener.Adapter
(implements com.firefly.codec.http2.decode.
ServerParser.Listener
)
com.firefly.server.http2.router.utils.
PathUtils
com.firefly.codec.http2.decode.
PrefaceParser
com.firefly.codec.http2.model.
QuotedCSV
(implements java.lang.
Iterable
<T>)
com.firefly.codec.http2.model.
QuotedQualityCSV
(implements java.lang.
Iterable
<T>)
com.firefly.server.http2.router.impl.
RouterImpl
(implements com.firefly.server.http2.router.
Router
)
com.firefly.server.http2.router.
RouterManager.RouterMatchResult
(implements java.lang.
Comparable
<T>)
com.firefly.server.http2.router.impl.
RouterManagerImpl
(implements com.firefly.server.http2.router.
RouterManager
)
com.firefly.server.http2.router.impl.
RoutingContextImpl
(implements com.firefly.server.http2.router.
RoutingContext
)
com.firefly.codec.http2.stream.
Session.Listener.Adapter
(implements com.firefly.codec.http2.stream.
Session.Listener
)
com.firefly.server.http2.
ServerSessionListener.Adapter
(implements com.firefly.server.http2.
ServerSessionListener
)
com.firefly.server.http2.
HTTP2ServerRequestHandler
com.firefly.codec.http2.stream.
ShutdownHelper
com.firefly.client.http2.
SimpleHTTPClient.RequestBuilder
com.firefly.server.http2.
SimpleRequest
com.firefly.client.http2.
SimpleResponse
com.firefly.server.http2.
SimpleResponse
(implements java.io.
Closeable
)
com.firefly.server.http2.router.handler.file.
StaticFileConfiguration
com.firefly.server.http2.router.handler.file.
StaticFileHandler
(implements com.firefly.server.http2.router.
Handler
)
com.firefly.codec.http2.stream.
Stream.Listener.Adapter
(implements com.firefly.codec.http2.stream.
Stream.Listener
)
com.firefly.client.http2.
HTTP2ClientResponseHandler
com.firefly.server.http2.router.handler.template.
TemplateHandlerSPILoader
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
com.firefly.codec.http2.model.
MultiException
java.lang.
RuntimeException
com.firefly.codec.http2.model.
BadMessageException
com.firefly.core.support.exception.
BeansException
com.firefly.core.support.exception.
BeanDefinitionParsingException
com.firefly.server.http2.router.
SessionInvalidException
com.firefly.server.http2.router.
SessionNotFound
java.io.
Writer
(implements java.lang.
Appendable
, java.io.
Closeable
, java.io.
Flushable
)
java.io.
FilterWriter
com.firefly.codec.http2.model.
MultiPartWriter
com.firefly.core.support.xml.
XmlGenericBeanDefinition
(implements com.firefly.core.support.xml.
XmlBeanDefinition
)
com.firefly.core.support.xml.parse.
XmlNodeParserFactory
com.firefly.core.support.xml.parse.
XmlNodeStateMachine
接口分层结构
com.firefly.
$
com.firefly.
$.buffer
com.firefly.
$.io
com.firefly.
$.javabean
com.firefly.
$.json
com.firefly.
$.string
com.firefly.
$.thread
com.firefly.
$.uri
java.lang.
AutoCloseable
java.io.
Closeable
com.firefly.net.
Connection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.codec.http2.stream.
HTTPConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.codec.http2.stream.
HTTPConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.router.
RoutingContext
com.firefly.codec.http2.stream.
StreamSPI
(并 extends com.firefly.codec.http2.stream.
Stream
)
com.firefly.net.
Connection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.codec.http2.stream.
HTTPConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.codec.http2.stream.
HTTPConnection
com.firefly.client.http2.
HTTPClientConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.
HTTPServerConnection
com.firefly.codec.http2.stream.
HTTPTunnelConnection
com.firefly.server.http2.router.
RoutingContext
com.firefly.codec.http2.stream.
StreamSPI
(并 extends java.io.
Closeable
, com.firefly.codec.http2.stream.
Stream
)
com.firefly.core.support.
BeanDefinition
com.firefly.core.support.annotation.
AnnotationBeanDefinition
com.firefly.core.support.xml.
XmlBeanDefinition
com.firefly.core.support.xml.
XmlBeanDefinition
com.firefly.core.support.
BeanReader
java.lang.
Comparable
<T>
com.firefly.server.http2.router.
Router
com.firefly.codec.http2.model.
CookieParser.CookieParserCallback
java.util.
EventListener
com.firefly.codec.http2.model.
AsyncContentProvider.Listener
com.firefly.codec.http2.frame.
Flags
com.firefly.codec.http2.stream.
FlowControlStrategy
com.firefly.server.http2.router.
Handler
com.firefly.server.http2.router.spi.
HTTPBodyHandlerSPI
com.firefly.codec.http2.encode.
HttpFieldPreEncoder
com.firefly.codec.http2.stream.
HTTPHandler
com.firefly.client.http2.
ClientHTTPHandler
com.firefly.server.http2.
ServerHTTPHandler
com.firefly.codec.http2.decode.
HttpParser.HttpHandler
com.firefly.codec.http2.decode.
HttpParser.ComplianceHandler
com.firefly.codec.http2.decode.
HttpParser.RequestHandler
com.firefly.codec.http2.decode.
HttpParser.ResponseHandler
com.firefly.server.http2.router.spi.
HTTPSessionHandlerSPI
com.firefly.codec.http2.model.
HttpTokens
java.lang.
Iterable
<T>
com.firefly.codec.http2.model.
AsyncContentProvider
com.firefly.codec.http2.model.
ContentProvider
com.firefly.codec.http2.model.
AsyncContentProvider
com.firefly.codec.http2.model.
ContentProvider.Typed
com.firefly.codec.http2.model.
ContentProvider.Typed
com.firefly.utils.lang.
LifeCycle
com.firefly.core.
ApplicationContext
com.firefly.server.http2.router.
SessionStore
com.firefly.server.http2.router.
Matcher
com.firefly.codec.http2.decode.
Parser.Listener
com.firefly.codec.http2.decode.
ServerParser.Listener
com.firefly.server.http2.router.
RequestAcceptor
com.firefly.server.http2.router.
RouterManager
com.firefly.codec.http2.stream.
Session
com.firefly.codec.http2.stream.
SessionSPI
com.firefly.codec.http2.stream.
Session.Listener
com.firefly.server.http2.
ServerSessionListener
com.firefly.codec.http2.stream.
Stream
com.firefly.codec.http2.stream.
StreamSPI
(并 extends java.io.
Closeable
)
com.firefly.codec.http2.stream.
Stream.Listener
com.firefly.codec.http2.model.
Synchronizable
com.firefly.server.http2.router.spi.
TemplateHandlerSPI
com.firefly.
Version
com.firefly.core.support.xml.
XmlManagedNode
com.firefly.core.support.xml.parse.
XmlNodeConstants
com.firefly.core.support.xml.parse.
XmlNodeParser
注释类型分层结构
com.firefly.annotation.
Proxy
(implements java.lang.annotation.
Annotation
)
com.firefly.annotation.
Proxies
(implements java.lang.annotation.
Annotation
)
com.firefly.annotation.
Inject
(implements java.lang.annotation.
Annotation
)
com.firefly.annotation.
InitialMethod
(implements java.lang.annotation.
Annotation
)
com.firefly.annotation.
DestroyedMethod
(implements java.lang.annotation.
Annotation
)
com.firefly.annotation.
Component
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.firefly.codec.http2.decode.
HttpParser.FieldState
com.firefly.codec.http2.decode.
HttpParser.State
com.firefly.codec.http2.encode.
HttpGenerator.State
com.firefly.codec.http2.encode.
HttpGenerator.Result
com.firefly.codec.http2.frame.
FrameType
com.firefly.codec.http2.frame.
ErrorCode
com.firefly.codec.http2.frame.
CloseState
com.firefly.codec.http2.model.
MimeTypes.Type
com.firefly.codec.http2.model.
HttpVersion
com.firefly.codec.http2.model.
HttpTokens.EndOfContent
com.firefly.codec.http2.model.
HttpStatus.Code
com.firefly.codec.http2.model.
HttpScheme
com.firefly.codec.http2.model.
HttpMethod
com.firefly.codec.http2.model.
HttpHeaderValue
com.firefly.codec.http2.model.
HttpHeader
com.firefly.codec.http2.model.
HttpCompliance
com.firefly.codec.http2.stream.
ConnectionType
com.firefly.codec.http2.stream.
CloseState
com.firefly.server.http2.router.
Matcher.MatchType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2017. All rights reserved.