Uses of Class
org.apache.vinci.transport.FrameLeaf
-
Packages that use FrameLeaf Package Description org.apache.vinci.transport org.apache.vinci.transport.document -
-
Uses of FrameLeaf in org.apache.vinci.transport
Methods in org.apache.vinci.transport that return FrameLeaf Modifier and Type Method Description private static FrameLeaf
XTalkTransporter. consumeLeaf(java.io.InputStream is, Frame f)
FrameLeaf
Frame. createFrameLeaf(byte[] array)
Factory method used by fromStream when it needs to create a frame leaf.FrameLeaf
KeyValuePair. getValueAsLeaf()
-
Uses of FrameLeaf in org.apache.vinci.transport.document
Subclasses of FrameLeaf in org.apache.vinci.transport.document Modifier and Type Class Description class
AFrameLeaf
This class extends FrameLeaf with ability to set attributes.Methods in org.apache.vinci.transport.document that return FrameLeaf Modifier and Type Method Description FrameLeaf
AFrame. createFrameLeaf(byte[] array)
Override the createFrameLeaf to create an AFrameLeaf so that leaf values can have attributes.
-