Package de.gematik.bbriccs.rest.vau
Class InnerHttp
java.lang.Object
de.gematik.bbriccs.rest.vau.InnerHttp
- All Implemented Interfaces:
RawHttpCodec
Utility-class for wrapping and unwrapping the inner-HTTP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(byte[] rawResponse) encode(HttpBRequest request) Encode the given command to a String representing an HTTP-Request according to RFC standards.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gematik.bbriccs.rest.vau.RawHttpCodec
decode, getHttpVersionString
-
Constructor Details
-
InnerHttp
public InnerHttp()
-
-
Method Details
-
httpVersion
- Specified by:
httpVersionin interfaceRawHttpCodec
-
encode
Description copied from interface:RawHttpCodecEncode 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"- Specified by:
encodein interfaceRawHttpCodec- 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
- Specified by:
decodein interfaceRawHttpCodec
-