Uses of Class
org.nustaq.kontraktor.asyncio.AsyncSocketConnection
| Package | Description |
|---|---|
| org.nustaq.kontraktor.asyncio |
-
Uses of AsyncSocketConnection in org.nustaq.kontraktor.asyncio
Subclasses of AsyncSocketConnection in org.nustaq.kontraktor.asyncio Modifier and Type Class Description classObjectAsyncSocketConnectionCreated by moelrue on 5/7/15.classQueuingAsyncSocketConnectionCreated by moelrue on 5/5/15.Methods in org.nustaq.kontraktor.asyncio that return AsyncSocketConnection Modifier and Type Method Description AsyncSocketConnection_AsyncClientSocket. getConnection()Method parameters in org.nustaq.kontraktor.asyncio with type arguments of type AsyncSocketConnection Modifier and Type Method Description IPromise_AsyncClientSocket. connect(java.lang.String host, int port, java.util.function.BiFunction<java.nio.channels.SelectionKey,java.nio.channels.SocketChannel,AsyncSocketConnection> connectionFactory)voidAsyncServerSocket. connect(int port, java.util.function.BiFunction<java.nio.channels.SelectionKey,java.nio.channels.SocketChannel,AsyncSocketConnection> connectionFactory)