KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > SelectableChannel > Top Examples

  • com.caucho.server.port.PortConnection
    Represents a protocol-independent connection. Prococol servers and their associated Requests use Connection to retrieve the read and write streams and to get information about the connection. <p>TcpConnection is the most common implementation. The test harness provides a string based Conn ...
  • org.quickserver.net.server.QuickServer
    Main class of QuickServer library. This class is used to create multi client servers quickly. <p> Ones a client is connected, it creates {@link ClientHandler} object, which is run using any thread available from the pool of threads maintained by {@link org.quickserver.util.pool.thread.Client ...
Popular Tags