|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RPacket | |
|---|---|
| org.rosuda.REngine.Rserve | REngine-based interface to Rserve |
| org.rosuda.REngine.Rserve.protocol | |
| Uses of RPacket in org.rosuda.REngine.Rserve |
|---|
| Constructors in org.rosuda.REngine.Rserve with parameters of type RPacket | |
|---|---|
RserveException(RConnection c,
String msg,
RPacket p)
|
|
| Uses of RPacket in org.rosuda.REngine.Rserve.protocol |
|---|
| Methods in org.rosuda.REngine.Rserve.protocol that return RPacket | |
|---|---|
RPacket |
RTalk.request(int cmd)
sends a request with no attached parameters |
RPacket |
RTalk.request(int cmd,
byte[] cont)
sends a request with attached parameters |
RPacket |
RTalk.request(int cmd,
byte[] prefix,
byte[] cont,
int offset,
int len)
sends a request with attached prefix and parameters. |
RPacket |
RTalk.request(int cmd,
int par)
sends a request with one string parameter attached |
RPacket |
RTalk.request(int cmd,
String par)
sends a request with one string parameter attached |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||