Uses of Class
io.grpc.okhttp.NegotiationType
-
Packages that use NegotiationType Package Description io.grpc.okhttp A lightweight transport based on OkHttp, mainly for use on Android (client-only). -
-
Uses of NegotiationType in io.grpc.okhttp
Methods in io.grpc.okhttp that return NegotiationType Modifier and Type Method Description static NegotiationType
NegotiationType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static NegotiationType[]
NegotiationType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.okhttp with parameters of type NegotiationType Modifier and Type Method Description OkHttpChannelBuilder
OkHttpChannelBuilder. negotiationType(NegotiationType type)
Deprecated.
-