org.jgroups.blocks.Link Implements a physical link between 2 parties (point-to-point connection). For incoming traffic, a server socket is created (bound to a given local address and port). The receiver thread does the following: it accepts a new connection from the server socket and (on the same thread) reads messages u ...
org.jgroups.protocols.UDP IP multicast transport based on UDP. Messages to the group (msg.dest == null) will be multicast (to all group members), whereas point-to-point messages (msg.dest != null) will be unicast to a single member. Uses a multicast and a unicast socket.<p> The following properties are being read by ...
org.alfresco.filesys.ftp.FTPDataSession FTP Data Session Class <p> A data connection is made when a PORT or PASV FTP command is received on the main control session. <p> The PORT command will actively connect to the specified address/port on the client. The PASV command will create a listening socket and wait for the client ...
org.apache.commons.net.TimeUDPClient The TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868. To use the class, merely open a local datagram socket with {@link org.apache.commons.net.DatagramSocketClient#open open } and call {@link #getTime getTime } or {@link #getTime getDate } to r ...
org.apache.commons.httpclient.HttpConnection An abstraction of an HTTP {@link InputStream} and {@link OutputStream} pair, together with the relevant attributes. <p> The following options are set on the socket before getting the input/output streams in the {@link #open()} method: <table border=1><tr> <th>Socket Method ...
org.jboss.mq.il.oil.OILClientIL The RMI implementation of the ConnectionReceiver object @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @version $Revision: 1.12.6.2 $ @created August 16, 2001