VinciFrame |
VinciFrame.fdrop(java.lang.String key) |
Remove all elements whose tag name matches the provided key (if any) from the top level of this
frame.
|
VinciFrame |
VinciFrame.fdropFirst(java.lang.String key) |
Remove only the first element whose tag name matches the specified key (if any) from the top
level of this frame.
|
VinciFrame |
VinciFrame.fgetVinciFrame(java.lang.String key) |
Convenience method for fetching sub-frames when their type is known to be VinciFrame
|
VinciFrame |
Attributes.fset(java.lang.String key,
Frame val) |
This method throws an unchecked exception since you should never add non-leaf valued
attributes.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
boolean val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
byte[] bin) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
double val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
int val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
int[] val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
long val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
java.lang.String val) |
Change the value associated with first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fset(java.lang.String key,
Frame val) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
VinciFrame.fsetTrueBinary(java.lang.String key,
byte[] bin) |
Change the value associated with the first occurence of the given key to val.
|
VinciFrame |
BaseClient.rpc(Transportable query) |
Same as sendAndReceive(Transportable) except for return type.
|
VinciFrame |
BaseClient.rpc(Transportable query,
int timeout) |
Same as sendAndReceive(Transportable, timeout) except for return type.
|
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p) |
Convenience method for "one-shot" or "single-query" connections.
|
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p,
int socket_timeout) |
Convenience method for "one-shot" or "single-query" connections.
|
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p,
int socket_timeout,
int connect_timeout) |
Convenience method for "one-shot" or "single-query" connections.
|
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name) |
Same as VinciClient.sendAndReceive(Transportable) except for return type.
|
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name,
int timeout) |
Same as VinciClient.sendAndReceive(Transportable, service_name) except it also takes a timeout
value.
|
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name,
int timeout,
int connect_timeout) |
Same as VinciClient.sendAndReceive(Transportable, service_name) except it also takes socket
read and socket connect timeout values.
|
static VinciFrame |
VinciFrame.toVinciFrame(Transportable t) |
Create a VinciFrame that is a (deep) copy of the given transportable.
|