Uses of Class
io.grpc.Internal
-
Packages that use Internal Package Description io.grpc The gRPC core public API.io.grpc.stub API for the Stub layer. -
-
Uses of Internal in io.grpc
Classes in io.grpc with annotations of type Internal Modifier and Type Class Description classInternalCallOptionsInternal accessor forCallOptions.classInternalChannelzThis is an internal API.classInternalClientInterceptorsInternal accessor.classInternalDecompressorRegistryPrivate accessor for decompressor registries.interfaceInternalInstrumented<T>An internal class.classInternalKnownTransportAll known transports.classInternalLogIdAn internal class.classInternalMetadataInternalMetadataaccessor.static interfaceInternalMetadata.TrustedAsciiMarshaller<T>A specialized plain ASCII marshaller.classInternalMethodDescriptorAccesses internal data and methods.interfaceInternalNotifyOnServerBuildProvides a callback method for a service to receive a reference to its server.classInternalServerInterceptorsAccessor to internal methods ofServerInterceptors.classInternalServiceProvidersclassInternalStatusAccesses internal data.interfaceInternalWithLogIdAn internal class.classManagedChannelProviderProvider of managed channels for transport agnostic consumption.classServerProviderProvider of servers for transport agnostic consumption.Fields in io.grpc with annotations of type Internal Modifier and Type Field Description static Attributes.Key<java.util.Map<java.lang.String,?>>LoadBalancer. ATTR_HEALTH_CHECKING_CONFIGstatic com.google.common.io.BaseEncodingInternalMetadata. BASE64_ENCODING_OMIT_PADDINGAn instance of base64 encoder that omits padding.static Metadata.Key<Status>InternalStatus. CODE_KEYKey to bind status code to trailing metadata.static Metadata.Key<java.lang.String>InternalStatus. MESSAGE_KEYKey to bind status message to trailing metadata.static java.nio.charset.CharsetInternalMetadata. US_ASCIICopy of StandardCharsets, which is only available on Java 1.7 and above.Methods in io.grpc with annotations of type Internal Modifier and Type Method Description ChannelLoadBalancer.Subchannel. asChannel()(Internal use only) returns aChannelthat is backed by this Subchannel.java.lang.ObjectLoadBalancer.Subchannel. getInternalSubchannel()(Internal use only) returns an object that represents the underlying subchannel that is used by the Channel for sending RPCs when thisLoadBalancer.Subchannelis picked.ServerMethodDefinition<?,?>ServerServiceDefinition. getMethod(java.lang.String methodName)Look up a method by its fully qualified name.static byte[]InternalDecompressorRegistry. getRawAdvertisedMessageEncodings(DecompressorRegistry reg)static intInternalMetadata. headerCount(Metadata md)static <T> Metadata.Key<T>InternalMetadata. keyOf(java.lang.String name, InternalMetadata.TrustedAsciiMarshaller<T> marshaller)static <T> Metadata.Key<T>InternalMetadata. keyOf(java.lang.String name, Metadata.AsciiMarshaller<T> marshaller)static MetadataInternalMetadata. newMetadata(byte[]... binaryValues)static MetadataInternalMetadata. newMetadata(int usedNames, byte[]... binaryValues)static MetadataInternalMetadata. newMetadataWithParsedValues(int usedNames, java.lang.Object[] namesAndValues)Creates a newMetadatainstance from serialized data, with some values pre-parsed.static <T> java.lang.ObjectInternalMetadata. parsedValue(Metadata.BinaryStreamMarshaller<T> marshaller, T value)Creates a holder for a pre-parsed value read by the transport.static byte[][]InternalMetadata. serialize(Metadata md)static java.lang.Object[]InternalMetadata. serializePartial(Metadata md)Serializes all metadata entries, leaving some values asInputStreams. -
Uses of Internal in io.grpc.stub
Classes in io.grpc.stub with annotations of type Internal Modifier and Type Class Description classInternalClientCallsInternalClientCallsaccessor.
-