Class Grpc
java.lang.Object
io.deephaven.javascript.proto.dhinternal.grpcweb.Grpc
@JsType(isNative=true,
name="dhinternal.grpcWeb.grpc",
namespace="<global>")
public class Grpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Grpc.InvokeFn
static Grpc.SetDefaultTransportFn
static Grpc.UnaryFn
static Grpc.WebsocketTransportFn
static Grpc.XhrTransportFn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <TRequest,
TResponse, M>
Client<TRequest,TResponse> client
(M methodDescriptor, ClientRpcOptions props) static int
httpStatusToCode
(double httpStatus)
-
Field Details
-
CrossBrowserHttpTransport
-
FetchReadableStreamTransport
-
WebsocketTransport
-
XhrTransport
-
invoke
-
setDefaultTransport
-
unary
-
-
Constructor Details
-
Grpc
public Grpc()
-
-
Method Details
-
client
public static <TRequest,TResponse, Client<TRequest,M> TResponse> client(M methodDescriptor, ClientRpcOptions props) -
httpStatusToCode
public static int httpStatusToCode(double httpStatus)
-