Uses of Class
com.attivio.client.streaming.StreamRequestInfo
-
Packages that use StreamRequestInfo Package Description com.attivio.client.streaming Contains client code for streaming search results. -
-
Uses of StreamRequestInfo in com.attivio.client.streaming
Methods in com.attivio.client.streaming that return StreamRequestInfo Modifier and Type Method Description StreamRequestInfo
StreamRequestInfo. clone()
StreamRequestInfo
StreamedResponseClient. getStreamConfig()
Methods in com.attivio.client.streaming with parameters of type StreamRequestInfo Modifier and Type Method Description static StreamedResponseClient
StreamedResponseClient. connect(StreamRequestInfo request, StreamResponse response)
static StreamedResponseClient
StreamedResponseClient. createStreamedResponseClient(java.lang.String clientWorkflow, java.lang.String queryEndpoint, QueryRequest request, StreamRequestInfo streamConfig)
Create a new streamed response client.Constructors in com.attivio.client.streaming with parameters of type StreamRequestInfo Constructor Description StreamedResponseClient(StreamRequestInfo config, java.io.InputStream input)
Internal Use Only
-