Skip to content

Commit bfb78b3

Browse files
authored
Update GrpcServerProperties.java
1 parent 37cee0b commit bfb78b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/config/GrpcServerProperties.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ public class GrpcServerProperties {
6666
*/
6767
public static final String ANY_IPv6_ADDRESS = "::";
6868

69+
/**
70+
* A constant that defines, the prefix of a Unix domain socket address.
71+
*/
72+
public static final String DOMAIN_SOCKET_ADDRESS_PREFIX = "unix://";
73+
6974
/**
7075
* Bind address for the server. Defaults to {@link #ANY_IP_ADDRESS "*"}. Alternatively you can restrict this to
7176
* {@link #ANY_IPv4_ADDRESS "0.0.0.0"} or {@link #ANY_IPv6_ADDRESS "::"}. Or restrict it to exactly one IP address.

0 commit comments

Comments
 (0)