KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.objectweb.proactive.ext.benchsocket.BenchClientSocket
    @author fabrice A wrapper to a real socket to measure the size of data sent
  • com.mockobjects.net.MockSocket
  • com.mysql.jdbc.StandardSocketFactory
    Socket factory for vanilla TCP/IP sockets (the standard) @author Mark Matthews
  • org.apache.commons.net.bsd.RCommandClient
    RCommandClient is very similar to {@link org.apache.commons.net.bsd.RExecClient}, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix. rcmd() is the facility used by the rsh (rshell) and other commands to execute a command on another machine from a trus ...
  • 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.quickserver.net.server.ClientHandler
    Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
  • ist.coach.coachEmfServicesComponents.SnmpProtocolConverter
  • HTTPClient.HTTPConnection
    This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant. Redirections are automatically handled, and authorizations requests are recognized and dealt with via an authorization handler. Only full HTTP/1.0 and HTTP/1.1 requests are generat ...
  • org.jgroups.tests.stack.LazyRoutingClientTest
    Tests a special routing protocol case when a routing client is lazy to send its request type and group identification. In this situation, the server should close connection after a timeout. The GossipRouter in question is a post-2.2.1 one. @author Ovidiu Feodorov <ovidiuf@users.sourceforge.net ...
  • org.quickserver.net.server.GhostSocketReaper
    Class (Server Hook) that closes any dead (ghost) sockets that are no longer connected or communicating. <p> It runs as a daemon thread. This thread will simply return if the socket timeout is set to &lt;= 0 in QuickServer. It will close any socket that has not sent in any communication f ...
Popular Tags