Skip to content

Commit

Permalink
add MESSAGE_RSOCKET_MIMETYPE and MESSAGE_RSOCKET_ACCEPT_MIMETYPES (#744)
Browse files Browse the repository at this point in the history
Signed-off-by: linux_china <libing.chen@gmail.com>
  • Loading branch information
linux-china committed Feb 25, 2020
1 parent f689f54 commit c66dfb8
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -72,7 +72,8 @@ public enum WellKnownMimeType {
APPLICATION_CLOUDEVENTS_JSON("application/cloudevents+json", (byte) 0x28),

// ... reserved for future use ...

MESSAGE_RSOCKET_MIMETYPE("message/x.rsocket.mime-type.v0", (byte) 0x7A),
MESSAGE_RSOCKET_ACCEPT_MIMETYPES("message/x.rsocket.accept-mime-types.v0", (byte) 0x7B),
MESSAGE_RSOCKET_AUTHENTICATION("message/x.rsocket.authentication.v0", (byte) 0x7C),
MESSAGE_RSOCKET_TRACING_ZIPKIN("message/x.rsocket.tracing-zipkin.v0", (byte) 0x7D),
MESSAGE_RSOCKET_ROUTING("message/x.rsocket.routing.v0", (byte) 0x7E),
Expand Down

0 comments on commit c66dfb8

Please sign in to comment.