| 类和说明 |
|---|
| HTTPServer.ContextHandler
A
ContextHandler serves the content of resources within a context. |
| 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.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.Part
The
Part class encapsulates a single part of the multipart. |
| HTTPServer.Request
The
Request class encapsulates a single HTTP request. |
| HTTPServer.Response
The
Response class encapsulates a single HTTP response. |
| HTTPServer.VirtualHost
The
VirtualHost class represents a virtual host in the server. |
| HTTPServer.VirtualHost.ContextInfo
The
ContextInfo class holds a single context's information. |
Copyright © 2022. All rights reserved.