Uses of Class
org.apache.vinci.transport.BaseClient
-
Packages that use BaseClient Package Description org.apache.uima.collection.impl.cpm.vinci org.apache.vinci.transport -
-
Uses of BaseClient in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci with parameters of type BaseClient Modifier and Type Method Description static AFrame
Vinci. replyWithAnalysis(BaseClient conn, VinciFrame requestFrame)
Package theVinciFrame
containing result of the requested operation into a Vinci Data frame. -
Uses of BaseClient in org.apache.vinci.transport
Subclasses of BaseClient in org.apache.vinci.transport Modifier and Type Class Description class
VinciClient
Class for conjuring a Vinci service.
-