Skip to content

Commit ca136e8

Browse files
linux-chinaOlegDokuka
authored andcommitted
Add MESSAGE_RSOCKET_AUTHENTICATION (#728)
According to specification from https://github.com/rsocket/rsocket/blob/master/Extensions/Security/Authentication.md Signed-off-by: linux_china <[email protected]>
1 parent 9bc8032 commit ca136e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsocket-core/src/main/java/io/rsocket/metadata/WellKnownMimeType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public enum WellKnownMimeType {
7373

7474
// ... reserved for future use ...
7575

76+
MESSAGE_RSOCKET_AUTHENTICATION("message/x.rsocket.authentication.v0", (byte) 0x7C),
7677
MESSAGE_RSOCKET_TRACING_ZIPKIN("message/x.rsocket.tracing-zipkin.v0", (byte) 0x7D),
7778
MESSAGE_RSOCKET_ROUTING("message/x.rsocket.routing.v0", (byte) 0x7E),
7879
MESSAGE_RSOCKET_COMPOSITE_METADATA("message/x.rsocket.composite-metadata.v0", (byte) 0x7F);

0 commit comments

Comments
 (0)