CommandServiceRequestHandler
Attributes
- Graph
-
- Supertypes
-
trait ServerHttpCodecstrait BasicCodecstrait PekkoHttpCompatclass HttpPostHandler[CommandServiceRequest]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Value members
Concrete methods
Attributes
- Definition Classes
-
HttpPostHandler
Inherited methods
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports only CBOR with the given MediaType.
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports only CBOR with the given MediaType.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports only CBOR with the given MediaType.
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports only CBOR with the given MediaType.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports only JSON with the given MediaType.
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports only JSON with the given MediaType.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports only JSON with the given MediaType.
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports only JSON with the given MediaType.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports both CBOR and JSON with the given MediaTypes. Content negotiation will determine, whether CBOR or JSON is produced. If the client accepts both formats with equal q-value the marshaller will produce whatever the prefer parameter specifies.
Provides a ToEntityMarshaller for T given an implicit borer Encoder for T. Supports both CBOR and JSON with the given MediaTypes. Content negotiation will determine, whether CBOR or JSON is produced. If the client accepts both formats with equal q-value the marshaller will produce whatever the prefer parameter specifies.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a ToEntityMarshaller for streams of T given an implicit borer Encoder for T. Supports JSON or CSV, depending on the given EntityStreamingSupport.
Provides a ToEntityMarshaller for streams of T given an implicit borer Encoder for T. Supports JSON or CSV, depending on the given EntityStreamingSupport.
Attributes
- Inherited from:
- PekkoHttpCompat
Provides a FromEntityUnmarshaller which produces streams of T given an implicit borer Decoder for T. Supports JSON or CSV, depending on the given EntityStreamingSupport.
Provides a FromEntityUnmarshaller which produces streams of T given an implicit borer Decoder for T. Supports JSON or CSV, depending on the given EntityStreamingSupport.
Attributes
- See also
- Inherited from:
- PekkoHttpCompat
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports both CBOR and JSON with the given MediaTypes.
Provides a FromEntityUnmarshaller for T given an implicit borer Decoder for T. Supports both CBOR and JSON with the given MediaTypes.
Attributes
- Inherited from:
- PekkoHttpCompat
Inherited fields
Attributes
- Inherited from:
- ServerHttpCodecs
Implicits
Inherited implicits
Override with a parameterized call to the borerUnmarshaller method to apply a custom configuration.
Override with a parameterized call to the borerUnmarshaller method to apply a custom configuration.
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Override with a parameterized call to the borerStreamUnmarshaller method to apply a custom configuration.
Override with a parameterized call to the borerStreamUnmarshaller method to apply a custom configuration.
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Override with a parameterized call to the borerStreamMarshaller method to apply a custom configuration.
Override with a parameterized call to the borerStreamMarshaller method to apply a custom configuration.
Attributes
- Definition Classes
-
ServerHttpCodecs -> PekkoHttpCompat
- Inherited from:
- ServerHttpCodecs
Attributes
- Inherited from:
- PekkoHttpCompat
Override with a parameterized call to the borerMarshaller method to apply a custom configuration.
Override with a parameterized call to the borerMarshaller method to apply a custom configuration.
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- PekkoHttpCompat
Attributes
- Inherited from:
- BasicCodecs
Attributes
- Inherited from:
- BasicCodecs
Attributes
- Inherited from:
- BasicCodecs