| Interface | Description |
|---|---|
| CompositeMetadata.Entry |
An entry in the
CompositeMetadata. |
| Class | Description |
|---|---|
| CompositeMetadata | |
| CompositeMetadata.ExplicitMimeTimeEntry |
An
CompositeMetadata.Entry backed by an explicitly declared MIME type. |
| CompositeMetadata.ReservedMimeTypeEntry |
An
CompositeMetadata.Entry backed by a WellKnownMimeType entry, but one that is not understood by
this implementation. |
| CompositeMetadata.WellKnownMimeTypeEntry |
An
CompositeMetadata.Entry backed by a WellKnownMimeType. |
| CompositeMetadataFlyweight |
A flyweight class that can be used to encode/decode composite metadata information to/from
ByteBuf. |
| RoutingMetadata |
Routing Metadata extension from
https://github.com/rsocket/rsocket/blob/master/Extensions/Routing.md
|
| TaggingMetadata |
Tagging metadata from https://github.com/rsocket/rsocket/blob/master/Extensions/Routing.md
|
| TaggingMetadataFlyweight |
A flyweight class that can be used to encode/decode tagging metadata information to/from
ByteBuf. |
| Enum | Description |
|---|---|
| WellKnownMimeType |
Enumeration of Well Known Mime Types, as defined in the eponymous extension.
|