KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > ServerSocketChannel > 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.jgroups.blocks.ConnectionTable1_4
    Manages incoming and outgoing TCP connections. For each outgoing message to destination P, if there is not yet a connection for P, one will be created. Subsequent outgoing messages will use this connection. For incoming messages, one server socket is created at startup. For each new incoming clie ...
  • 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 $
  • fr.dyade.aaa.agent.NGNetwork
    <code>NGNetwork</code> is a new implementation of <code>Network</code> class using nio package.
  • 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