public final class LocalSocketAddress extends SocketAddress
Constructor and Description |
---|
LocalSocketAddress(String name)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name (filesystem path) of this local socket address.
|
String |
toString()
Get the string representation of this socket address (its name).
|
public LocalSocketAddress(String name)
name
- the name of this socket addressCopyright © 2017 JBoss by Red Hat. All rights reserved.