com.flat502.rox.server
Interface RequestHandler

All Known Subinterfaces:
AsynchronousRequestHandler, AsyncRequestHandler, SynchronousRequestHandler, SyncRequestHandler
All Known Implementing Classes:
AsyncServerDemo, CgiServerDemo, ProxyingRequestHandler, RMIAsyncServerDemo, SSLServerDemo, SyncServerDemo, XmlRpcProxyingRequestHandler

public interface RequestHandler

Base Interface for methodCall handlers.

This interface provides no contract beyond basic type safety.