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