See: Description
| Interface | Description |
|---|---|
| CompositeMetadata.Entry |
An entry in the
CompositeMetadata. |
| Class | Description |
|---|---|
| AuthMetadataCodec | |
| 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. |
| CompositeMetadataCodec |
A flyweight class that can be used to encode/decode composite metadata information to/from
ByteBuf. |
| MimeTypeMetadataCodec |
Provides support for encoding and decoding the per-stream MIME type to use for payload data.
|
| 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
|
| TaggingMetadataCodec |
A flyweight class that can be used to encode/decode tagging metadata information to/from
ByteBuf. |
| TracingMetadata |
Represents decoded tracing metadata which is fully compatible with Zipkin B3 propagation
|
| TracingMetadataCodec |
Represents codes for tracing metadata which is fully compatible with Zipkin B3 propagation
|
| Enum | Description |
|---|---|
| TracingMetadataCodec.Flags | |
| WellKnownAuthType |
Enumeration of Well Known Auth Types, as defined in the eponymous extension.
|
| WellKnownMimeType |
Enumeration of Well Known Mime Types, as defined in the eponymous extension.
|