Modifier and Type | Class and Description |
---|---|
class |
InternalCallOptions
Internal accessor for
CallOptions . |
class |
InternalChannelz
This is an internal API.
|
class |
InternalClientInterceptors
Internal accessor.
|
class |
InternalDecompressorRegistry
Private accessor for decompressor registries.
|
interface |
InternalInstrumented<T>
An internal class.
|
class |
InternalKnownTransport
All known transports.
|
class |
InternalLogId
An internal class.
|
class |
InternalMetadata
Internal
Metadata accessor. |
static interface |
InternalMetadata.TrustedAsciiMarshaller<T>
A specialized plain ASCII marshaller.
|
class |
InternalMethodDescriptor
Accesses internal data and methods.
|
interface |
InternalNotifyOnServerBuild
Provides a callback method for a service to receive a reference to its server.
|
class |
InternalServerInterceptors
Accessor to internal methods of
ServerInterceptors . |
class |
InternalServiceProviders |
class |
InternalStatus
Accesses internal data.
|
interface |
InternalWithLogId
An internal class.
|
class |
ManagedChannelProvider
Provider of managed channels for transport agnostic consumption.
|
class |
ServerProvider
Provider of servers for transport agnostic consumption.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.io.BaseEncoding |
InternalMetadata.BASE64_ENCODING_OMIT_PADDING
An instance of base64 encoder that omits padding.
|
static Metadata.Key<Status> |
InternalStatus.CODE_KEY
Key to bind status code to trailing metadata.
|
static Metadata.Key<String> |
InternalStatus.MESSAGE_KEY
Key to bind status message to trailing metadata.
|
static Charset |
InternalMetadata.US_ASCII
Copy of StandardCharsets, which is only available on Java 1.7 and above.
|
Modifier and Type | Method and Description |
---|---|
Channel |
LoadBalancer.Subchannel.asChannel()
(Internal use only) returns a
Channel that is backed by this Subchannel. |
Object |
LoadBalancer.Subchannel.getInternalSubchannel()
(Internal use only) returns an object that represents the underlying subchannel that is used
by the Channel for sending RPCs when this
LoadBalancer.Subchannel is picked. |
ServerMethodDefinition<?,?> |
ServerServiceDefinition.getMethod(String methodName)
Look up a method by its fully qualified name.
|
static byte[] |
InternalDecompressorRegistry.getRawAdvertisedMessageEncodings(DecompressorRegistry reg) |
static int |
InternalMetadata.headerCount(Metadata md) |
static <T> Metadata.Key<T> |
InternalMetadata.keyOf(String name,
InternalMetadata.TrustedAsciiMarshaller<T> marshaller) |
static <T> Metadata.Key<T> |
InternalMetadata.keyOf(String name,
Metadata.AsciiMarshaller<T> marshaller) |
static Metadata |
InternalMetadata.newMetadata(byte[]... binaryValues) |
static Metadata |
InternalMetadata.newMetadata(int usedNames,
byte[]... binaryValues) |
static byte[][] |
InternalMetadata.serialize(Metadata md) |
Copyright © 2019. All rights reserved.