- getAccessPredicate() - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateConfigAttribute
-
Gets the access predicate that belongs to this instance.
- getAddress() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Bind address for the server.
- getAddress() - Method in class net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory
-
- getAddress() - Method in interface net.devh.boot.grpc.server.serverfactory.GrpcServerFactory
-
Gets the IP address the created server will be bound to.
- getAddress() - Method in class net.devh.boot.grpc.server.serverfactory.InProcessGrpcServerFactory
-
- getAllConfigAttributes() - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
- getAttribute() - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateConfigAttribute
-
- getAttributes(Object) - Method in class net.devh.boot.grpc.server.security.check.AbstractGrpcSecurityMetadataSource
-
- getAttributes(MethodDescriptor<?, ?>) - Method in interface net.devh.boot.grpc.server.security.check.GrpcSecurityMetadataSource
-
Accesses the ConfigAttribute
s that apply to a given secure object.
- getAttributes(MethodDescriptor<?, ?>) - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
- getBeanClazz() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the class of the grpc service bean.
- getBeanName() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the name of the grpc service bean.
- getCertificateChainPath() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to SSL certificate chain.
- getClientAuth() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Whether the client has to authenticate himself via certificates.
- getCredentials() - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
-
- getDefinition() - Method in class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Gets the grpc service definition.
- getKeepAliveTime() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
The default delay before we send a keepAlives.
- getKeepAliveTimeout() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
The default timeout for a keepAlives ping request.
- getMaxInboundMessageSize() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Gets the maximum message size in bytes allowed to be received by the server.
- getPermitKeepAliveTime() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Specify the most aggressive keep-alive time clients are permitted to configure.
- getPhase() - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- getPort() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Gets the port the server should listen on.
- getPort() - Method in class net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory
-
- getPort() - Method in interface net.devh.boot.grpc.server.serverfactory.GrpcServerFactory
-
Gets the local port the created server will use to listen to requests.
- getPort() - Method in class net.devh.boot.grpc.server.serverfactory.InProcessGrpcServerFactory
-
- getPrincipal() - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
-
- getPrivateKeyPath() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to private key.
- getSecureObjectClass() - Method in class net.devh.boot.grpc.server.security.interceptors.AuthorizationCheckingServerInterceptor
-
- getSecurity() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Security options for transport security.
- getServerInterceptors() - Method in class net.devh.boot.grpc.server.interceptor.GlobalServerInterceptorRegistry
-
- getTrustCertCollectionPath() - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to the trusted certificate collection.
- GlobalServerInterceptorConfigurer - Interface in net.devh.boot.grpc.server.interceptor
-
- globalServerInterceptorRegistry() - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GlobalServerInterceptorRegistry - Class in net.devh.boot.grpc.server.interceptor
-
The global server interceptor registry keeps references to all
ServerInterceptor
s that should be registered
globally.
- GlobalServerInterceptorRegistry() - Constructor for class net.devh.boot.grpc.server.interceptor.GlobalServerInterceptorRegistry
-
- globalTraceServerInterceptorConfigurerAdapter(GrpcTracing) - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerTraceAutoConfiguration
-
- GrpcAuthenticationReader - Interface in net.devh.boot.grpc.server.security.authentication
-
- GrpcGlobalServerInterceptor - Annotation Type in net.devh.boot.grpc.server.interceptor
-
- GrpcMetadataConsulConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Configuration class that configures the required beans for gRPC discovery via Consul.
- GrpcMetadataConsulConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcMetadataConsulConfiguration
-
- GrpcMetadataEurekaConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Configuration class that configures the required beans for grpc discovery via Eureka.
- GrpcMetadataEurekaConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcMetadataEurekaConfiguration
-
- GrpcSecurityMetadataSource - Interface in net.devh.boot.grpc.server.security.check
-
- GrpcServerAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
The auto configuration used by Spring-Boot that contains all beans to run a grpc server/service.
- GrpcServerAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GrpcServerConfigurer - Interface in net.devh.boot.grpc.server.serverfactory
-
- GrpcServerFactory - Interface in net.devh.boot.grpc.server.serverfactory
-
A factory that can be used to create grpc servers.
- grpcServerLifecycle(GrpcServerFactory) - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- GrpcServerLifecycle - Class in net.devh.boot.grpc.server.serverfactory
-
Lifecycle bean that automatically starts and stops the grpc server.
- GrpcServerLifecycle(GrpcServerFactory) - Constructor for class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- GrpcServerMetricAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Auto configuration class for Spring-Boot.
- GrpcServerMetricAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerMetricAutoConfiguration
-
- GrpcServerProperties - Class in net.devh.boot.grpc.server.config
-
The properties for the gRPC server that will be started as part of the application.
- GrpcServerProperties() - Constructor for class net.devh.boot.grpc.server.config.GrpcServerProperties
-
- GrpcServerProperties.Security - Class in net.devh.boot.grpc.server.config
-
The security configuration for the gRPC server.
- GrpcServerSecurityAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
Auto configuration class with the required beans for the spring-security configuration of the grpc server.
- GrpcServerSecurityAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerSecurityAutoConfiguration
-
- GrpcServerTraceAutoConfiguration - Class in net.devh.boot.grpc.server.autoconfigure
-
- GrpcServerTraceAutoConfiguration() - Constructor for class net.devh.boot.grpc.server.autoconfigure.GrpcServerTraceAutoConfiguration
-
- GrpcService - Annotation Type in net.devh.boot.grpc.server.service
-
Annotation that marks gRPC services that should be registered with a gRPC server.
- GrpcServiceDefinition - Class in net.devh.boot.grpc.server.service
-
Container class that contains all relevant information about a grpc service.
- GrpcServiceDefinition(String, Class<?>, ServerServiceDefinition) - Constructor for class net.devh.boot.grpc.server.service.GrpcServiceDefinition
-
Creates a new GrpcServiceDefinition.
- GrpcServiceDiscoverer - Interface in net.devh.boot.grpc.server.service
-
An interface for a bean that will be used to find grpc services and codecs.
- Security() - Constructor for class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
- serverConfigurers - Variable in class net.devh.boot.grpc.server.serverfactory.AbstractGrpcServerFactory
-
- set(ServiceDescriptor, AccessPredicate) - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
Set the given access predicate for the all methods of the given service.
- set(MethodDescriptor<?, ?>, AccessPredicate) - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
Set the given access predicate for the given method.
- setAddress(String) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Bind address for the server.
- setApplicationContext(ApplicationContext) - Method in class net.devh.boot.grpc.server.interceptor.GlobalServerInterceptorRegistry
-
- setApplicationContext(ApplicationContext) - Method in class net.devh.boot.grpc.server.service.AnnotationGrpcServiceDiscoverer
-
- setAuthenticated(boolean) - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
-
- setCertificateChainPath(String) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to SSL certificate chain.
- setClientAuth(ClientAuth) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Whether the client has to authenticate himself via certificates.
- setDefault(AccessPredicate) - Method in class net.devh.boot.grpc.server.security.check.ManualGrpcSecurityMetadataSource
-
Sets the default that will be used if no specific configuration has been made.
- setEnabled(boolean) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Flag that controls whether transport security is used.
- setEnableKeepAlive(boolean) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Setting to enable keepAlive.
- setHealthServiceEnabled(boolean) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Whether gRPC health service is enabled or not.
- setKeepAliveTime(Duration) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
The default delay before we send a keepAlives.
- setKeepAliveTimeout(Duration) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
The default timeout for a keepAlives ping request.
- setMaxInboundMessageSize(Integer) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
The maximum message size in bytes allowed to be received by the server.
- setPermitKeepAliveTime(Duration) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Specify the most aggressive keep-alive time clients are permitted to configure.
- setPermitKeepAliveWithoutCalls(boolean) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Whether clients are allowed to send keep-alive HTTP/2 PINGs even if there are no outstanding RPCs on the
connection.
- setPort(int) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Server port to listen on.
- setPrivateKeyPath(String) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to private key.
- setReflectionServiceEnabled(boolean) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties
-
Whether proto reflection service is enabled or not.
- setTrustCertCollectionPath(String) - Method in class net.devh.boot.grpc.server.config.GrpcServerProperties.Security
-
Path to the trusted certificate collection.
- shadedNettyGrpcServerFactory(GrpcServerProperties, GrpcServiceDiscoverer, List<GrpcServerConfigurer>) - Method in class net.devh.boot.grpc.server.autoconfigure.GrpcServerAutoConfiguration
-
- ShadedNettyGrpcServerFactory - Class in net.devh.boot.grpc.server.serverfactory
-
Factory for shaded netty based grpc servers.
- ShadedNettyGrpcServerFactory(GrpcServerProperties, List<GrpcServerConfigurer>) - Constructor for class net.devh.boot.grpc.server.serverfactory.ShadedNettyGrpcServerFactory
-
Creates a new shaded netty server factory with the given properties.
- SSLContextGrpcAuthenticationReader - Class in net.devh.boot.grpc.server.security.authentication
-
- SSLContextGrpcAuthenticationReader() - Constructor for class net.devh.boot.grpc.server.security.authentication.SSLContextGrpcAuthenticationReader
-
- start() - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- stop() - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- stop(Runnable) - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
- stopAndReleaseGrpcServer() - Method in class net.devh.boot.grpc.server.serverfactory.GrpcServerLifecycle
-
Initiates an orderly shutdown of the grpc server and releases the references to the server.
- supports(Class<?>) - Method in class net.devh.boot.grpc.server.security.authentication.X509CertificateAuthenticationProvider
-
- supports(Class<?>) - Method in class net.devh.boot.grpc.server.security.check.AbstractGrpcSecurityMetadataSource
-
- supports(ConfigAttribute) - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateVoter
-
- supports(Class<?>) - Method in class net.devh.boot.grpc.server.security.check.AccessPredicateVoter
-