JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.servicetalk.grpc.api
Interface GrpcMetadata
All Known Subinterfaces:
GrpcClientMetadata
,
GrpcServiceContext
All Known Implementing Classes:
DefaultGrpcClientMetadata
public interface
GrpcMetadata
Metadata for a
gRPC
call.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method and Description
String
path
()
Deprecated.
Use
MethodDescriptor.httpPath()
.
Method Detail
path
@Deprecated String path()
Deprecated.
Use
MethodDescriptor.httpPath()
.
Returns the path for the associated
gRPC
method.
Returns:
The path for the associated
gRPC
method.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method