GrpcGatewayHandler
Attributes
- Graph
-
- Supertypes
-
trait PathMatchingSupportclass ChannelInboundHandlerAdaptertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Abstract methods
Makes gRPC call.
Makes gRPC call.
Value parameters
- body
-
request body
- method
-
HTTP method
- uri
-
current URI
Attributes
- Returns
-
result of the gRPC call
Concrete methods
Attributes
- Definition Classes
-
ChannelInboundHandlerAdapter -> ChannelInboundHandler
Inherited methods
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Attributes
- Inherited from:
- ChannelHandlerAdapter
Attributes
- Inherited from:
- ChannelHandlerAdapter
Attributes
- Inherited from:
- ChannelHandlerAdapter
Attributes
- Inherited from:
- PathMatchingSupport
Attributes
- Inherited from:
- PathMatchingSupport
Determine whether current HTTP method
and uri
are supported. Any given operation is supported if and only if google.api.http
option is defined and gRPC function is unary (no streaming, either client or server).
Determine whether current HTTP method
and uri
are supported. Any given operation is supported if and only if google.api.http
option is defined and gRPC function is unary (no streaming, either client or server).
Value parameters
- method
-
HTTP method
- uri
-
current URI
Attributes
- Returns
-
true if supported, false otherwise
- Inherited from:
- PathMatchingSupport
Attributes
- Inherited from:
- ChannelInboundHandlerAdapter
Abstract fields
Name of the service
Name of the service
Attributes
Name of OpenAPI yaml file (without extension) which contains OpenAPI specification for this service. This would be the name of the proto file.
Name of OpenAPI yaml file (without extension) which contains OpenAPI specification for this service. This would be the name of the proto file.
Attributes
Concrete fields
Inherited and Abstract fields
Attributes
- Inherited from:
- PathMatchingSupport