| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.net | |
| org.apache.hadoop.net.unix |
| Modifier and Type | Method and Description |
|---|---|
DomainSocket |
DomainPeer.getDomainSocket() |
DomainSocket |
EncryptedPeer.getDomainSocket() |
DomainSocket |
Peer.getDomainSocket() |
| Constructor and Description |
|---|
DomainPeer(DomainSocket socket) |
| Modifier and Type | Method and Description |
|---|---|
DomainSocket |
DomainSocket.accept()
Accept a new UNIX domain connection.
|
static DomainSocket |
DomainSocket.bindAndListen(String path)
Create a new DomainSocket listening on the given path.
|
static DomainSocket |
DomainSocket.connect(String path)
Create a new DomainSocket connected to the given path.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.