Package com.linecorp.armeria.server.grpc.protocol
@UnstableApi
@NonNullByDefault
package com.linecorp.armeria.server.grpc.protocol
HttpService
implementations for handling the gRPC wire protocol
without support for gRPC generated code stubs. This package is separated for advanced users that would
like to use the gRPC wire protocol without depending on gRPC itself. This package must not depend on
any dependencies outside of armeria-core
.
Don't use this package unless you know what you're doing, it is generally recommended to use
com.linecorp.armeria.server.grpc.GrpcService
provided by the armeria-grpc
module.
The classes in this package, unlike other packages, are not guaranteed to be backward compatible since it's an advanced API.
-
ClassDescriptionAn
AbstractUnaryGrpcService
can be used to implement a gRPC service without depending on gRPC stubs.AnAbstractUnsafeUnaryGrpcService
can be used to implement a gRPC service without depending on gRPC stubs.