Uses of Class
io.grpc.alts.internal.AltsTsiFrameProtector.DeframerState
-
Packages that use AltsTsiFrameProtector.DeframerState Package Description io.grpc.alts.internal -
-
Uses of AltsTsiFrameProtector.DeframerState in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as AltsTsiFrameProtector.DeframerState Modifier and Type Field Description private AltsTsiFrameProtector.DeframerState
AltsTsiFrameProtector.Unprotector. state
Methods in io.grpc.alts.internal that return AltsTsiFrameProtector.DeframerState Modifier and Type Method Description static AltsTsiFrameProtector.DeframerState
AltsTsiFrameProtector.DeframerState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AltsTsiFrameProtector.DeframerState[]
AltsTsiFrameProtector.DeframerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-