| Package | Description |
|---|---|
| cx.ath.matthew.unix |
| Modifier and Type | Method and Description |
|---|---|
UnixSocketAddress |
UnixSocket.getAddress()
Returns the address this socket is connected to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnixSocket.connect(UnixSocketAddress address)
Connect the socket to this address.
|
| Constructor and Description |
|---|
UnixSocket(UnixSocketAddress address)
Create a socket connected to the given address.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.