KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 ...
  • org.apache.catalina.cluster.tcp.TcpReplicationThread
    A worker thread class which can drain channels and echo-back the input. Each instance is constructed with a reference to the owning thread pool object. When started, the thread loops forever waiting to be awakened to service the channel associated with a SelectionKey object. The worker is tasked b ...
  • org.jgroups.blocks.NBMessageForm1_4
    NBMessageForm - Message form for non-blocking message reads. @author akbollu
  • org.jboss.net.sockets.TimeoutSocket
    A Socket that overrides the getInputStream to return a InterruptableInputStream @author Scott.Stark@jboss.org @version $Revision: 1.1.2.1 $
  • org.apache.catalina.cluster.tcp.ReplicationListener
    FIXME i18n log messages FIXME jmx support @author Peter Rossbach @author Filip Hanik @version $Revision: 1.20 $ $Date: 2005/03/25 22:10:25 $
Popular Tags