| 接口 | 说明 |
|---|---|
| HTTPServer.ContextHandler |
A
ContextHandler serves the content of resources within a context. |
| 类 | 说明 |
|---|---|
| HTTPServer |
The
HTTPServer class implements a light-weight HTTP server. |
| HTTPServer.ChunkedInputStream |
The
ChunkedInputStream decodes an InputStream whose data has the
"chunked" transfer encoding applied to it, providing the underlying data. |
| HTTPServer.ChunkedOutputStream |
The
ChunkedOutputStream encodes an OutputStream with the
"chunked" transfer encoding. |
| HTTPServer.FileContextHandler |
The
FileContextHandler services a context by mapping it
to a file or folder (recursively) on disk. |
| HTTPServer.Header |
The
Header class encapsulates a single HTTP header. |
| HTTPServer.Headers |
The
Headers class encapsulates a collection of HTTP headers. |
| HTTPServer.LimitedInputStream |
The
LimitedInputStream provides access to a limited number
of consecutive bytes from the underlying InputStream, starting at its
current position. |
| HTTPServer.MethodContextHandler |
The
MethodContextHandler services a context
by invoking a handler method on a specified object. |
| HTTPServer.MultipartInputStream |
The
MultipartInputStream decodes an InputStream whose data has
a "multipart/*" content type (see RFC 2046), providing the underlying
data of its various parts. |
| HTTPServer.MultipartIterator |
The
MultipartIterator iterates over the parts of a multipart/form-data request. |
| HTTPServer.MultipartIterator.Part |
The
Part class encapsulates a single part of the multipart. |
| HTTPServer.ResponseOutputStream |
The
ResponseOutputStream encompasses a single response over a connection,
and does not close the underlying stream so that it can be used by subsequent responses. |
| HTTPServer.VirtualHost |
The
VirtualHost class represents a virtual host in the server. |
| JlHttpContext | |
| JlHttpContextHandler | |
| XPluginImp |
| 注释类型 | 说明 |
|---|---|
| HTTPServer.Context |
The
Context annotation decorates methods which are mapped
to a context (path) within the server, and provide its contents. |
Copyright © 2021. All rights reserved.