| Package | Description |
|---|---|
| com.davfx.ninio.core |
| Modifier and Type | Class and Description |
|---|---|
class |
LockFailedConnection |
class |
LockReceivedConnection |
class |
Nop |
class |
ToFileConnection |
class |
WaitClosedConnection |
class |
WaitConnectedConnection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
WaitConnectedListening.connecting(Connected connecting) |
Connection |
WaitClosedListening.connecting(Connected connecting) |
Connection |
LockListening.connecting(Connected connecting) |
Connection |
Listening.connecting(Connected connecting) |
| Modifier and Type | Method and Description |
|---|---|
void |
UdpSocket.connect(Connection callback) |
void |
TcpSocket.connect(Connection callback) |
void |
TcpdumpSocket.connect(Connection callback) |
void |
ReconnectConnecter.connect(Connection callback)
Deprecated.
|
void |
RawSocket.connect(Connection callback) |
void |
Connecter.connect(Connection callback) |
| Constructor and Description |
|---|
LockFailedConnection(com.davfx.ninio.util.Lock<?,IOException> lock,
Connection wrappee) |
LockReceivedConnection(com.davfx.ninio.util.Lock<ByteBuffer,?> lock,
Connection wrappee) |
ToFileConnection(File file,
Connection wrappee) |
WaitClosedConnection(com.davfx.ninio.util.Wait wait,
Connection wrappee) |
WaitConnectedConnection(com.davfx.ninio.util.Wait wait,
Connection wrappee) |
Copyright © 2017. All rights reserved.