[
https://jira.jboss.org/jira/browse/JGRP-932?page=com.atlassian.jira.plugi...
]
Bela Ban resolved JGRP-932.
---------------------------
Resolution: Done
- Changed Message.getHeader(), putHeader() and putHeaderIfAbsent() to use IDs instead of
strings
- Protocol implementers who use headers need to register their protocol in
jg-protocol-ids.xml, or dynamically register it using ClassConfigurator.addProtocol(ID,
protocol)
Replace header names and protocol names with IDs
------------------------------------------------
Key: JGRP-932
URL:
https://jira.jboss.org/jira/browse/JGRP-932
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.10
We currently use strings as header names. Since a header has to have a magic number, we
can replace strings with shorts. A short is always 2 bytes and we don't need to send
(potentially long) names around.
A message would then have a Headers hashmap of shorts and Headers. A protocol would also
have to be able to catch its own headers, e.g. by creating a method getId(). UDP.getId()
might return 56, which is the value in jg-magic-map.xml for TpHeader.
This will solve
https://jira.jboss.org/jira/browse/JGRP-872.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira