KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jboss.axis.utils.tcpmon
    TCP monitor to log http messages and responses, both SOAP and plain HTTP. @author Doug Davis (dug@us.ibm.com) @author Steve Loughran
  • org.jgroups.stack.GossipRouter
    Router for TCP based group comunication (using layer TCP instead of UDP). Instead of the TCP layer sending packets point-to-point to each other member, it sends the packet to the router which - depending on the target address - multicasts or unicasts it to the group / or single member.<p> Th ...
  • org.jgroups.stack.Router
    Router for TCP based group comunication (using layer TCP instead of UDP). Instead of the TCP layer sending packets point-to-point to each other member, it sends the packet to the router which - depending on the target address - multicasts or unicasts it to the group / or single member.<p> Th ...
  • org.apache.jk.common.ChannelSocket
    XXX Make the 'message type' pluggable A lot of the 'original' behavior is hardcoded - this uses Ajp13 wire protocol, Jk can use multiple protocols/transports. Various container adapters should load this object ( as a bean ), set configurations and use it. Note that the connector will handle all ...
  • org.apache.xmlrpc.WebServer
    A minimal web server that exclusively handles XML-RPC requests. @author <a HREF="mailto:hannes@apache.org">Hannes Wallnoefer</a> @author <a HREF="mailto:jvanzyl@apache.org">Jason van Zyl</a> @author Daniel L. Rall
  • org.apache.axis2.transport.http.SimpleHTTPServer
    This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis. This is not intended for production use. Its intended uses are for demos, debugging, and performance profiling. Note this classes uses static objects to provide a thread pool, so you should not ...
  • org.apache.tomcat.util.net.ServerSocketFactory
    This class creates server sockets. It may be subclassed by other factories, which create particular types of server sockets. This provides a general framework for the addition of public socket-level functionality. It it is the server side analogue of a socket factory, and similarly provides a w ...
  • org.apache.cactus.integration.ant.container.AbstractServerRun
    Abstract class for starting/stopping an application server. When this application is first called to start the server, a listener socket is set up. Then, we it is later called to stop the server, we connect to the listener socket and tell the server to stop. @version $Id: AbstractServerRun.java,v ...
  • org.apache.james.util.connection.ServerConnection
    Represents a single server socket managed by a connection manager. The connection manager will spawn a single ServerConnection for each server socket that the connection manager is managing.
  • gcc.server.IIOPDaemon
  • com.caucho.vfs.QJniServerSocket
    Abstract socket to handle both normal sockets and bin/resin sockets.
  • org.objectweb.jonas.jonasadmin.test.catalina.ConnectorUtils
    Class for using connectors from jonasAdmin, for example create a new connector. @author Paul Kemler
  • org.apache.sandesha.intergratedtest.TCScenarioTest
    Created by IntelliJ IDEA. User: Jaliya Date: May 20, 2005 Time: 4:47:43 PM
  • com.systemsunion.LoggingServer.SocketNode2
    Contributors: Moses Hohman <mmhohman@rainbow.uchicago.edu>
Popular Tags