Uses of Interface
de.netseeker.ejoe.handler.ServerHandler

Packages that use ServerHandler
de.netseeker.ejoe   
de.netseeker.ejoe.examples.echo   
de.netseeker.ejoe.handler   
 

Uses of ServerHandler in de.netseeker.ejoe
 

Methods in de.netseeker.ejoe that return ServerHandler
 ServerHandler IServerInfo.getHandler()
           
 ServerHandler ServerInfo.getHandler()
           
 

Methods in de.netseeker.ejoe with parameters of type ServerHandler
 void ServerInfo.setHandler(ServerHandler _handler)
           
 

Constructors in de.netseeker.ejoe with parameters of type ServerHandler
EJServer(ServerHandler handler)
          Creates an instance of the EJOE server component pre-configured whith a default value for the used port
EJServer(ServerHandler handler, int port)
          Creates an instance of the EJOE server component
EJServer(ServerHandler handler, java.lang.String bindAddr)
          Creates an instance of the EJOE server component pre-configured whith a default value for the used port
EJServer(ServerHandler handler, java.lang.String bindAddr, int port)
          Creates an instance of the EJOE server component
 

Uses of ServerHandler in de.netseeker.ejoe.examples.echo
 

Classes in de.netseeker.ejoe.examples.echo that implement ServerHandler
 class EchoHandler
           
 

Uses of ServerHandler in de.netseeker.ejoe.handler
 

Classes in de.netseeker.ejoe.handler that implement ServerHandler
 class AssistedRemotingHandler
          A remoting handler which does use dynamically generated proxies instead of reflection for method invocations.
 class BaseRemotingHandler
          Base class for the family of reflection based ServerHandlers.
 class ClassHandler
          A ServerHandler which handles class loader requests.
 class DefaultRemotingHandler
          Reflection based ServerHandler.
 class MultiObjectHandler
          A simple base class for server handlers which have to deal with multiple input objects and return values
 class PingHandler
           
 class ServerHandlerMapping
          When using a ServerHandlerMapping with EJServer it is possible to use different ServerHandlers depending on the type of the used requests.
 

Methods in de.netseeker.ejoe.handler with parameters of type ServerHandler
 void ServerHandlerMapping.addHandlerMapping(java.lang.String uniqueName, ServerHandler serverHandler)
           
 void ServerHandlerMapping.setDefaultHandler(ServerHandler serverHandler)
           
 



Copyright © 2005-2007 netseeker. All Rights Reserved.