|
static native boolean | doEmpty (String host, int port, boolean useTls) |
|
static native boolean | doEmptyStream (String host, int port, boolean useTls) |
|
static native boolean | doLargeUnary (String host, int port, boolean useTls) |
|
static native boolean | doPingPong (String host, int port, boolean useTls) |
|
static native boolean | doRequestStreaming (String host, int port, boolean useTls) |
|
static native boolean | doResponseStreaming (String host, int port, boolean useTls) |
|
Definition at line 32 of file InteropActivity.java.
◆ doEmpty()
static native boolean io.grpc.interop.cpp.InteropActivity.doEmpty |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ doEmptyStream()
static native boolean io.grpc.interop.cpp.InteropActivity.doEmptyStream |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ doLargeUnary()
static native boolean io.grpc.interop.cpp.InteropActivity.doLargeUnary |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ doPingPong() [1/2]
static native boolean io.grpc.interop.cpp.InteropActivity.doPingPong |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ doPingPong() [2/2]
void io.grpc.interop.cpp.InteropActivity.doPingPong |
( |
View |
view | ) |
|
|
inline |
◆ doRequestStreaming()
static native boolean io.grpc.interop.cpp.InteropActivity.doRequestStreaming |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ doResponseStreaming()
static native boolean io.grpc.interop.cpp.InteropActivity.doResponseStreaming |
( |
String |
host, |
|
|
int |
port, |
|
|
boolean |
useTls |
|
) |
| |
|
static |
◆ onCreate()
void io.grpc.interop.cpp.InteropActivity.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
◆ onPause()
void io.grpc.interop.cpp.InteropActivity.onPause |
( |
| ) |
|
|
inlineprotected |
◆ grpcTask
GrpcTask io.grpc.interop.cpp.InteropActivity.grpcTask |
|
private |
◆ hostEdit
EditText io.grpc.interop.cpp.InteropActivity.hostEdit |
|
private |
◆ portEdit
EditText io.grpc.interop.cpp.InteropActivity.portEdit |
|
private |
◆ resultText
TextView io.grpc.interop.cpp.InteropActivity.resultText |
|
private |
◆ sendButton
Button io.grpc.interop.cpp.InteropActivity.sendButton |
|
private |
The documentation for this class was generated from the following file: