Uses of Interface
org.eclipse.jetty.reactive.client.ReactiveRequest.Content
-
Uses of ReactiveRequest.Content in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveRequest.ContentModifier and TypeMethodDescriptionstatic ReactiveRequest.ContentCreates a Content from the givenbyte[].static ReactiveRequest.ContentReactiveRequest.Content.fromPublisher(org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk> publisher, String contentType) Creates a Content from the given Publisher ofContent.Chunks.static ReactiveRequest.ContentReactiveRequest.Content.fromPublisher(org.reactivestreams.Publisher<org.eclipse.jetty.io.Content.Chunk> publisher, String mediaType, Charset charset) Creates a Content from the given Publisher ofContent.Chunks.static ReactiveRequest.ContentReactiveRequest.Content.fromString(String string, String mediaType, Charset charset) Creates a Content from the given String.Methods in org.eclipse.jetty.reactive.client with parameters of type ReactiveRequest.ContentModifier and TypeMethodDescriptionReactiveRequest.Builder.content(ReactiveRequest.Content content) Provides the request content via a Publisher.