Uses of Class
org.apache.vinci.transport.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci that return KeyValuePair -
Uses of KeyValuePair in org.apache.vinci.transport
Methods in org.apache.vinci.transport that return KeyValuePairModifier and TypeMethodDescriptionXTalkTransporter.consumeRootChildren
(InputStream is, Frame f, byte[] buffer, char[] cbuffer) XTalkTransporter.consumeRootElement
(InputStream is, Frame f, byte[] buffer, char[] cbuffer) Frame.fromStream
(InputStream is) Populate this document using the given InputStream and the installed marshaller.FrameTransporter.fromStream
(InputStream is, Frame f) Marshal the frame to the input stream.SimpleTransportable.fromStream
(InputStream os) Not implemented (throws UnsupportedOperationException if invoked) to preserve immutability.Transportable.fromStream
(InputStream is) Read the object from the input stream.XTalkTransporter.fromStream
(InputStream is, Frame f) Parse the data-stream according to the XTalk protocol.XTalkTransporter.fromStreamWork
(InputStream is, Frame f) Once we know that this is an XTalk document, perform XTalk parsing.XTalkTransporter.fromStreamWork
(InputStream is, Frame f, byte[] buffer, char[] cbuffer) BaseClient.getHeader()
Fetch the header of the last Transportable received.Frame.getKeyValuePair
(int which) Return the specified KeyValue pair.VinciFrame.getKeyValuePair
(int which) Implementation of the abstract Frame method.Methods in org.apache.vinci.transport with parameters of type KeyValuePairModifier and TypeMethodDescriptionBaseServer.eval
(Transportable in, KeyValuePair header) This function is a callback for the (Base/Vinci)ServerRunnable.BaseServerRunnable.handleHeader
(KeyValuePair header) VinciServerRunnable.handleHeader
(KeyValuePair header) Handle shutdown requests, and PING commands.