| Package | Description |
|---|---|
| cx.ath.matthew.unix |
| Modifier and Type | Method and Description |
|---|---|
UnixSocketAddress |
UnixSocket.getAddress()
Returns the address this socket is connected to.
|
UnixSocketAddress |
UnixServerSocket.getAddress()
Return the address this socket is bound to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnixServerSocket.bind(UnixSocketAddress _address)
Binds a server socket to the given address.
|
void |
UnixSocket.connect(UnixSocketAddress _address)
Connect the socket to this address.
|
| Constructor and Description |
|---|
UnixServerSocket(UnixSocketAddress _address)
Create a server socket bound to the given address.
|
UnixSocket(UnixSocketAddress _address)
Create a socket connected to the given address.
|
Copyright © 2020. All rights reserved.