Package de.gematik.rbellogger.data.facet
Class RbelHttpRequestFacet
java.lang.Object
de.gematik.rbellogger.data.facet.RbelHttpRequestFacet
- All Implemented Interfaces:
RbelFacet
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRbelHttpRequestFacet(RbelElement method, RbelElement path, RbelElement response) -
Method Summary
-
Constructor Details
-
RbelHttpRequestFacet
-
-
Method Details
-
getChildElements
Description copied from interface:RbelFacetChild 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:
getChildElementsin interfaceRbelFacet- Returns:
- A map containing all child elements along with their name (key)
-
getPathAsString
-
shouldExpectReplyMessage
public boolean shouldExpectReplyMessage()Description copied from interface:RbelFacetWhen 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:
shouldExpectReplyMessagein interfaceRbelFacet- Returns:
- Whether we should expect a reply message.
-
builder
-
toBuilder
-
getMethod
-
getPath
-
getResponse
-
equals
-
canEqual
-
hashCode
public int hashCode()
-