public class DomainSocketAddress extends SocketAddress
Constructor and Description |
---|
DomainSocketAddress(File file) |
DomainSocketAddress(String socketPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
path()
The path to the domain socket.
|
String |
toString() |
Copyright © 2008–2024 The Netty Project. All rights reserved.