KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jgroups.util.Proxy1_4
    Redirects incoming TCP connections to other hosts/ports. All redirections are defined in a file as for example <pre> 127.0.0.1:8888=www.ibm.com:80 localhost:80=pop.mail.yahoo.com:110 </pre> The first line forwards all requests to port 8888 on to www.ibm.com at port 80 (it also forwards ...
  • org.apache.catalina.cluster.io.ObjectReader
    The object reader object is an object used in conjunction with java.nio TCP messages. This object stores the message bytes in a <code>XByteBuffer</code> until a full package has been received. When a full package has been received, the append method will call messageDataReceived on the ...
  • com.caucho.vfs.QServerSocketWrapper
    Abstract socket to handle both normal sockets and bin/resin sockets.
  • org.jdesktop.jdic.browser.MsgClient
    An internal class that implements a socket client. @author Kyle Yuan @version 0.1, 03/07/30 socket message delimiter. use these delimiters assuming they won't appear in the message itself. a long message may be devided into several pieces: a head piece, multiple middle pieces and an end piece. c ...
Popular Tags