KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > Socket > Top Examples

  • org.jgroups.tests.stack.RouterTest
    Tests routing protocol primitives with the new GossipRouter. Since 2.2.1, the GossipRouter is supposed to answer Gossip requests too. <p/> Note: Disable DEBUG logging before this test, otherwise the stress tests may timeout. @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net> @ver ...
  • org.jgroups.tests.stack.GossipTest
    Tests Gossip protocol primitives with the new GossipRouter. Since 2.2.1, the GossipRouter is supposed to answer Gossip requests too. <p/> It is possible to switch all tests to use an old GossipServer by setting USE_ROUTER to false; @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net&g ...
  • org.jnp.interfaces.TimedSocketFactory
    A concrete implementation of the SocketFactory that supports a configurable
  • org.apache.james.transport.mailets.RemoteDeliverySocketFactory
    It is used by RemoteDelivery in order to make possible to bind the client socket to a specific ip address. This is not a nice solution because the ip address must be shared by all RemoteDelivery instances. It would be better to modify JavaMail (current version 1.3) to support a corresonding prope ...
  • com.sun.slamd.example.JSSERandomClientCertSocketFactory
    This class provides an implementation of an SSL socket factory that will use JSSE to create an SSL client socket. The first time the server requests a client certificate, one will be chosen at random from the appropriate set of keys in the JSSE JKS-format key store. Subsequent requests will cont ...
  • org.apache.ajp.tomcat4.Ajp13Processor
    @author Kevin Seguin @version $Revision: 1.14 $ $Date: 2004/02/24 08:48:41 $ A simple class to provide synchronized access to a boolean. ----------------------------------------------------------- Constructors Construct a new Ajp13Processor associated with the specified connector. @param conn ...
  • fr.dyade.aaa.agent.StreamNetwork
    <code>StreamNetwork</code> is a base implementation of <code>Network</code> class for TCP sockets.
  • 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.security.ssl.ClientSocketFactory
    An implementation of SocketFactory that uses the JSSE @author Scott.Stark@jboss.org @version $Revision: 1.4.6.1 $
  • 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.axis.utils.SOAPMonitor
    This is a SOAP Monitor Application class. This class provides the user interface for deploying the SOAP monitor service and displaying data from the service. @author Toshiyuki Kimura (toshi@apache.org) @author Brian Price (pricebe@us.ibm.com)
  • gcc.server.IIOPDaemon
  • pipeserver.Authenticator
Popular Tags