Uses of Interface
org.scictrl.csshell.Response
Packages that use Response
-
Uses of Response in org.scictrl.csshell
Classes in org.scictrl.csshell that implement ResponseModifier and TypeClassDescriptionclass
ResponseImpl<C extends AbstractConnector<?>>
Default response implementationFields in org.scictrl.csshell declared as ResponseModifier and TypeFieldDescriptionResponseEvent.response
Variable holding a reference to the response object.Fields in org.scictrl.csshell with type parameters of type ResponseModifier and TypeFieldDescriptionprotected LinkedList
<Response<C>> RequestImpl.responses
Collected responses.Methods in org.scictrl.csshell that return ResponseModifier and TypeMethodDescriptionRequest.getFirstResponse()
Returns the first response to this request.RequestImpl.getFirstResponse()
Returns the first response to this request.Request.getLastResponse()
Returns the last arrived response.RequestImpl.getLastResponse()
Returns the last arrived response.ResponseEvent.getResponse()
Implementations of this method must return the response object that is causing this notification to be delivered.Request.waitUntilDone()
Blocks call until last response is received.RequestImpl.waitUntilDone()
Blocks call until last response is received.Methods in org.scictrl.csshell that return types with arguments of type ResponseModifier and TypeMethodDescriptionRequestImpl.iterator()
Request.responses()
Returns the Iterator for the response storage.RequestImpl.responses()
Returns the Iterator for the response storage.Methods in org.scictrl.csshell with parameters of type ResponseModifier and TypeMethodDescriptionvoid
RequestImpl.addResponse
(Response<C> r) Adds new response to this request object and dispatches it to listener.Constructors in org.scictrl.csshell with parameters of type Response