| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet | |
| com.github.netty.protocol.servlet.util |
| 类和说明 |
|---|
| FilterMapper
Filter mapping
|
| FilterMapper.Element |
| MimeMappingsX
Simple container-independent abstraction for servlet mime mappings.
|
| UrlMapper
Url mapping
Mapping specification
In the web application deployment descriptor, the following syntax is used to define the mapping:
■ A string starting with the '/' character and ending with the '/*' suffix is used for path matching
|
| 类和说明 |
|---|
| FilterMapper.Element |
| MediaType
Media type (provides parsing and retrieval)
example,: MediaType type = MediaType.parseFast(text/html;charset=utf-8);
|
| MimeMappingsX.MappingX
A single mime mapping.
|
| UrlMapper.Element |
Copyright © 2021. All rights reserved.