Package | Description |
---|---|
org.apache.uima.adapter.vinci | |
org.apache.vinci.transport |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
CASTransportable.fromStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
XTalkTransporter.consumeRootChildren(InputStream is,
Frame f,
byte[] buffer,
char[] cbuffer) |
KeyValuePair |
XTalkTransporter.consumeRootElement(InputStream is,
Frame f,
byte[] buffer,
char[] cbuffer) |
KeyValuePair |
Frame.fromStream(InputStream is)
Populate this document using the given InputStream and the installed marshaller.
|
KeyValuePair |
Transportable.fromStream(InputStream is)
Read the object from the input stream.
|
KeyValuePair |
SimpleTransportable.fromStream(InputStream os)
Not implemented (throws UnsupportedOperationException if invoked) to preserve immutability.
|
KeyValuePair |
XTalkTransporter.fromStream(InputStream is,
Frame f)
Parse the data-stream according to the XTalk protocol.
|
KeyValuePair |
FrameTransporter.fromStream(InputStream is,
Frame f)
Marshall the frame to the input stream.
|
KeyValuePair |
XTalkTransporter.fromStreamWork(InputStream is,
Frame f)
Once we know that this is an XTalk document, perform XTalk parsing.
|
KeyValuePair |
XTalkTransporter.fromStreamWork(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.
|
Modifier and Type | Method and Description |
---|---|
Transportable |
BaseServer.eval(Transportable in,
KeyValuePair header)
This function is a callback for the (Base/Vinci)ServerRunnable.
|
Transportable |
VinciServerRunnable.handleHeader(KeyValuePair header)
Handle shutdown requests, and PING commands.
|
Transportable |
BaseServerRunnable.handleHeader(KeyValuePair header) |
Copyright © 2015. All rights reserved.