Package | Description |
---|---|
net.devh.boot.grpc.server.autoconfigure |
The Spring-Boot auto configuration classes that setup the gRPC server environment.
|
net.devh.boot.grpc.server.cloud |
Helper classes for Spring-Cloud server features.
|
net.devh.boot.grpc.server.config |
Classes related to the gRPC server configuration.
|
net.devh.boot.grpc.server.interceptor |
Classes related to the gRPC (global) server interceptors and their discovery.
|
net.devh.boot.grpc.server.metric |
A package containing the server side classes for grpc metric collection.
|
net.devh.boot.grpc.server.security.authentication |
Contains the security classes related to authentication checks.
|
net.devh.boot.grpc.server.security.check |
Contains the security classes related to authorization checks.
|
net.devh.boot.grpc.server.security.interceptors |
Contains the interceptors that handle the security for the actual gRPC requests.
|
net.devh.boot.grpc.server.serverfactory |
Contains factories and related classes to setup the server.
|
net.devh.boot.grpc.server.service |
Classes related to the gRPC server services and their discovery.
|