| Package | Description |
|---|---|
| jawnae.pyronet | |
| org.telegram.mtproto.transport |
| Modifier and Type | Method and Description |
|---|---|
PyroClient |
PyroSelector.connect(InetSocketAddress host) |
PyroClient |
PyroSelector.connect(InetSocketAddress host,
InetSocketAddress bind) |
| Modifier and Type | Method and Description |
|---|---|
void |
PyroClientAdapter.connectedClient(PyroClient client) |
void |
PyroClientListener.connectedClient(PyroClient client) |
void |
PyroClientAdapter.disconnectedClient(PyroClient client) |
void |
PyroClientListener.disconnectedClient(PyroClient client) |
void |
PyroClientAdapter.droppedClient(PyroClient client,
IOException cause) |
void |
PyroClientListener.droppedClient(PyroClient client,
IOException cause) |
void |
PyroClientAdapter.receivedData(PyroClient client,
ByteBuffer data) |
void |
PyroClientListener.receivedData(PyroClient client,
ByteBuffer data) |
void |
PyroClientAdapter.sentData(PyroClient client,
int bytes) |
void |
PyroClientListener.sentData(PyroClient client,
int bytes) |
void |
PyroClientAdapter.unconnectableClient(PyroClient client) |
void |
PyroClientAdapter.unconnectableClient(PyroClient client,
Exception cause) |
void |
PyroClientListener.unconnectableClient(PyroClient client,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpContext.connectedClient(PyroClient client) |
void |
TcpContext.disconnectedClient(PyroClient client) |
void |
TcpContext.droppedClient(PyroClient client,
IOException cause) |
void |
TcpContext.receivedData(PyroClient client,
ByteBuffer data) |
void |
TcpContext.sentData(PyroClient client,
int bytes) |
void |
TcpContext.unconnectableClient(PyroClient client,
Exception cause) |
Copyright © 2017. All rights reserved.