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 interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Grpc.InvokeFnstatic Grpc.SetDefaultTransportFnstatic Grpc.UnaryFnstatic Grpc.WebsocketTransportFnstatic Grpc.XhrTransportFn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <TRequest,TResponse, M>
Client<TRequest,TResponse> client(M methodDescriptor, ClientRpcOptions props) static inthttpStatusToCode(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)
-