Uses of Class
com.github.davidmoten.odata.client.StreamProvider
-
Packages that use StreamProvider Package Description com.github.davidmoten.odata.client com.github.davidmoten.odata.client.internal -
-
Uses of StreamProvider in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return StreamProvider Modifier and Type Method Description StreamProviderStreamProvider. connectTimeout(long duration, TimeUnit unit)StreamProviderStreamProvider. readTimeout(long duration, TimeUnit unit)StreamProviderStreamProvider. requestHeader(String name, String value) -
Uses of StreamProvider in com.github.davidmoten.odata.client.internal
Methods in com.github.davidmoten.odata.client.internal that return types with arguments of type StreamProvider Modifier and Type Method Description static Optional<StreamProvider>RequestHelper. createStream(ContextPath contextPath, ODataEntityType entity)static Optional<StreamProvider>RequestHelper. createStreamForEdmStream(ContextPath contextPath, ODataType item, String fieldName, String base64)
-