Package io.grpc
Class CallCredentials.RequestInfo
java.lang.Object
io.grpc.CallCredentials.RequestInfo
- Enclosing class:
CallCredentials
The request-related information passed to
CallCredentials.applyRequestMetadata()
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Returns the authority string used to authenticate the server for this call.The call options used to call this RPC.abstract MethodDescriptor
<?, ?> The method descriptor of this RPC.abstract SecurityLevel
The security level on the transport.abstract Attributes
Returns the transport attributes.
-
Constructor Details
-
RequestInfo
public RequestInfo()
-
-
Method Details
-
getMethodDescriptor
The method descriptor of this RPC. -
getCallOptions
The call options used to call this RPC. -
getSecurityLevel
The security level on the transport. -
getAuthority
Returns the authority string used to authenticate the server for this call. -
getTransportAttrs
Returns the transport attributes.
-