| Package | Description |
|---|---|
| net.bluemind.unixsocket | |
| net.bluemind.unixsocket.impl | |
| net.bluemind.ysnp.impl |
| Modifier and Type | Method and Description |
|---|---|
UnixDomainSocketChannel |
UnixServerSocket.accept()
This method will block until a connection is done on the socket
|
UnixDomainSocketChannel |
UnixClientSocket.connect() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnixChannel |
| Modifier and Type | Method and Description |
|---|---|
UnixDomainSocketChannel |
SocketAPI.accept(int fd) |
UnixDomainSocketChannel |
SocketAPI.connect(int fd,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
IConnectionListener.connectionAccepted(UnixDomainSocketChannel channel) |
void |
ConnectionHandler.connectionAccepted(UnixDomainSocketChannel channel) |
void |
IAuthExecutor.doAuthenticationDialog(UnixDomainSocketChannel channel) |
void |
AsyncExecutor.doAuthenticationDialog(UnixDomainSocketChannel channel) |
void |
SaslauthdProtocol.execute(UnixDomainSocketChannel channel) |
Copyright © 2021. All Rights Reserved.