Class GrpcServerProperties
java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties
Properties for Spring gRPC servers.- Since:
- 4.1.0
- Author:
- Chris Bono, Phillip Webb
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIn-bound properties.static classIn-process gRPC properties.static classKeep-alive properties.static classNetty server properties.static classServlet properties.static classServer shutdown properties.static classSSL properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable InetAddressgetNetty()@Nullable IntegergetPort()getSsl()voidsetAddress(@Nullable InetAddress address) void
-
Constructor Details
-
GrpcServerProperties
public GrpcServerProperties()
-
-
Method Details
-
getPort
-
setPort
-
getAddress
-
setAddress
-
getShutdown
-
getInbound
-
getInprocess
-
getKeepalive
-
getSsl
-
getNetty
-
getServlet
-