| Package | Description |
|---|---|
| com.davfx.ninio.core |
| Modifier and Type | Class and Description |
|---|---|
class |
LockSendCallback |
class |
Nop |
class |
WaitSentSendCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
UdpSocket.send(Address address,
ByteBuffer buffer,
SendCallback callback) |
void |
TcpSocket.send(Address address,
ByteBuffer buffer,
SendCallback callback) |
void |
TcpdumpSocket.send(Address address,
ByteBuffer buffer,
SendCallback callback) |
void |
Sender.send(Address address,
ByteBuffer buffer,
SendCallback callback) |
void |
ReconnectConnecter.send(Address address,
ByteBuffer buffer,
SendCallback callback)
Deprecated.
|
void |
RawSocket.send(Address address,
ByteBuffer buffer,
SendCallback callback) |
| Constructor and Description |
|---|
LockSendCallback(com.davfx.ninio.util.Lock<?,IOException> lock,
SendCallback wrappee) |
WaitSentSendCallback(com.davfx.ninio.util.Wait wait,
SendCallback wrappee) |
Copyright © 2017. All rights reserved.