JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package com.linecorp.armeria.server.grpc
@NonNullByDefault
package
com.linecorp.armeria.server.grpc
Allows an Armeria server to host a gRPC API using the gRPC wire protocol.
Interface Summary
Interface
Description
GrpcService
An
HttpService
that implements the gRPC wire protocol.
Class Summary
Class
Description
GrpcServiceBuilder
Constructs a
GrpcService
to serve gRPC services from within Armeria.