Package de.gematik.bbriccs.rest.vau
Interface RawHttpCodec
- All Known Implementing Classes:
InnerHttp
public interface RawHttpCodec
-
Method Summary
Modifier and TypeMethodDescriptiondecode(byte[] rawResponse) default HttpBResponseencode(HttpBRequest request) Encode the given command to a String representing an HTTP-Request according to RFC standards.default String
-
Method Details
-
httpVersion
HttpClient.Version httpVersion() -
getHttpVersionString
-
encode
Encode the given command to a String representing an HTTP-Request according to RFC standards. This encoded "inner-HTTP Request" will then be encrypted VAU and transported as an "outer-HTTP Request"- Parameters:
request- holding the internal data of the "inner-HTTP Request"- Returns:
- the VauRequest encoded as plain string representing the HTTP-Request according to RFC
- See Also:
-
decode
-
decode
-