Class RbelHttpRequestFacet

    • Method Detail

      • getChildElements

        public RbelMultiMap getChildElements()
        Description copied from interface: RbelFacet
        Child elements for this facet. The content of the child elements should always be directly or indirectly be taken from the parent element of this facet (e.g. decrypted data is acceptable).
        Specified by:
        getChildElements in interface RbelFacet
        Returns:
        A map containing all child elements along with their name (key)
      • getPathAsString

        public String getPathAsString()
      • shouldExpectReplyMessage

        public boolean shouldExpectReplyMessage()
        Description copied from interface: RbelFacet
        When parsing a message this gives feedback if we can expect a paired response-message to be transmitted. (would be true for an HTTP-Request, false for HTTP-Response, false for a STOMP-message...). Will consequently be false for all non-message-protocols. (When we encounter a stray JSON-message directly transmitted via TCP we should not expect the server to send a reply).
        Specified by:
        shouldExpectReplyMessage in interface RbelFacet
        Returns:
        Whether we should expect a reply message.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object