Package reactor.netty.transport
Class DomainSocketAddressUtils
java.lang.Object
reactor.netty.transport.DomainSocketAddressUtils
Internal utility class for UDS on Java 8.
- Since:
- 1.2.0
- Author:
- Violeta Georgieva
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDomainSocketAddress(SocketAddress socketAddress) Returns whether theSocketAddressisDomainSocketAddress.static Stringpath(SocketAddress socketAddress) Returns the path to the domain socket.
-
Method Details
-
isDomainSocketAddress
Returns whether theSocketAddressisDomainSocketAddress.- Parameters:
socketAddress- theSocketAddressto test- Returns:
- whether the
SocketAddressisDomainSocketAddress
-
path
Returns the path to the domain socket.- Parameters:
socketAddress- theSocketAddressto test- Returns:
- the path to the domain socket
-