Uses of Class
org.nustaq.kontraktor.asyncio.AsyncSocketConnection
Packages that use AsyncSocketConnection
-
Uses of AsyncSocketConnection in org.nustaq.kontraktor.asyncio
Subclasses of AsyncSocketConnection in org.nustaq.kontraktor.asyncioModifier and TypeClassDescriptionclassCreated by moelrue on 5/7/15.classCreated by moelrue on 5/5/15.Methods in org.nustaq.kontraktor.asyncio that return AsyncSocketConnectionMethod parameters in org.nustaq.kontraktor.asyncio with type arguments of type AsyncSocketConnectionModifier and TypeMethodDescription_AsyncClientSocket.connect(String host, int port, BiFunction<SelectionKey, SocketChannel, AsyncSocketConnection> connectionFactory) voidAsyncServerSocket.connect(int port, BiFunction<SelectionKey, SocketChannel, AsyncSocketConnection> connectionFactory)