Uses of Class
org.ojalgo.netio.ServiceClient.Request
Packages that use ServiceClient.Request
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of ServiceClient.Request in org.ojalgo.data.domain.finance.series
Fields in org.ojalgo.data.domain.finance.series declared as ServiceClient.RequestModifier and TypeFieldDescriptionprivate final ServiceClient.Request
AlphaVantageFetcher.myRequest
Deprecated.private final ServiceClient.Request
IEXTradingFetcher.myRequest
Deprecated. -
Uses of ServiceClient.Request in org.ojalgo.netio
Methods in org.ojalgo.netio that return ServiceClient.RequestModifier and TypeMethodDescriptionServiceClient.Request.expectContinue
(boolean enable) ServiceClient.Request.method
(ResourceLocator.Method method) static ServiceClient.Request
ServiceClient.newRequest()
static ServiceClient.Request
ServiceClient.newRequest
(String url) ServiceClient.Session.newRequest()
ServiceClient.Session.newRequest
(String url) ServiceClient.Request.port
(int port) The default (null) value is -1.ServiceClient.Request.secure
(boolean secure) https or http ?ServiceClient.Request.version
(HttpClient.Version version) Methods in org.ojalgo.netio with parameters of type ServiceClient.RequestModifier and TypeMethodDescription(package private) <T> ServiceClient.Response
<T> ServiceClient.Session.send
(ServiceClient.Request request, HttpResponse.BodyHandler<T> responseBodyHandler) Constructors in org.ojalgo.netio with parameters of type ServiceClient.RequestModifierConstructorDescription(package private)
Response
(ServiceClient.Request request, CompletableFuture<HttpResponse<T>> response)