Uses of Class
security.whisper.javastix.coo.extension.types.HttpRequestExtension
Packages that use HttpRequestExtension
-
Uses of HttpRequestExtension in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return HttpRequestExtensionModifier and TypeMethodDescriptionHttpRequestExtension.Builder.build()Builds a newHttpRequestExtension.static HttpRequestExtensionHttpRequestExtension.copyOf(HttpRequestExtensionExt instance) Creates an immutable copy of aHttpRequestExtensionExtvalue.final HttpRequestExtensionHttpRequestExtension.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final HttpRequestExtensionHttpRequestExtension.withMessageBodyDataRef(String value) Copy the current immutable object by setting a present value for the optionalmessageBodyDataRefattribute.final HttpRequestExtensionHttpRequestExtension.withMessageBodyDataRef(Optional<String> optional) Copy the current immutable object by setting an optional value for themessageBodyDataRefattribute.final HttpRequestExtensionHttpRequestExtension.withMessageBodyLength(long value) Copy the current immutable object by setting a present value for the optionalmessageBodyLengthattribute.final HttpRequestExtensionHttpRequestExtension.withMessageBodyLength(Optional<Long> optional) Copy the current immutable object by setting an optional value for themessageBodyLengthattribute.final HttpRequestExtensionHttpRequestExtension.withRequestHeader(Map<String, ? extends String> entries) Copy the current immutable object by replacing therequestHeadermap with the specified map.final HttpRequestExtensionHttpRequestExtension.withRequestMethod(String value) Copy the current immutable object by setting a value for therequestMethodattribute.final HttpRequestExtensionHttpRequestExtension.withRequestValue(String value) Copy the current immutable object by setting a value for therequestValueattribute.final HttpRequestExtensionHttpRequestExtension.withRequestVersion(String value) Copy the current immutable object by setting a present value for the optionalrequestVersionattribute.final HttpRequestExtensionHttpRequestExtension.withRequestVersion(Optional<String> optional) Copy the current immutable object by setting an optional value for therequestVersionattribute.final HttpRequestExtensionCopy the current immutable object by setting a value for thetypeattribute.