Uses of Class
ch.squaredesk.nova.comm.http.RequestInfo
-
-
Uses of RequestInfo in ch.squaredesk.nova.comm.http
Methods in ch.squaredesk.nova.comm.http with parameters of type RequestInfo Modifier and Type Method Description <T,U> io.reactivex.Single<RpcReply<U>>HttpAdapter. sendRequest(String destination, T request, RequestInfo httpInfo, io.reactivex.functions.Function<String,U> replyTranscriber, Long timeout, TimeUnit timeUnit)<T,U> io.reactivex.Single<RpcReply<U>>HttpAdapter. sendRequest(String destination, T request, RequestInfo sendingInfo, Class<U> replyType, Long timeout, TimeUnit timeUnit)Constructors in ch.squaredesk.nova.comm.http with parameters of type RequestInfo Constructor Description RequestMessageMetaData(URL destination, RequestInfo details)
-