Package org.xnio
Class LocalSocketAddress
java.lang.Object
java.net.SocketAddress
org.xnio.LocalSocketAddress
- All Implemented Interfaces:
Serializable
A socket address which is a local (UNIX domain) socket.
- Author:
- David M. Lloyd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalSocketAddress
Construct a new instance.- Parameters:
name
- the name of this socket address
-
-
Method Details