Uses of Package
com.flat502.rox.server

Packages that use com.flat502.rox.server
com.flat502.rox.demo Examples illustrating using this project. 
com.flat502.rox.http Utility classes for packing and unpacking HTTP messages. 
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.server Server-side API and supporting classes. 
 

Classes in com.flat502.rox.server used by com.flat502.rox.demo
AsynchronousRequestHandler
          Interface for asynchronous RPC method call handlers.
RequestHandler
          Base Interface for methodCall handlers.
ResponseChannel
          An interface for delivering asynchronous RPC method responses.
RpcCallContext
           
SynchronousRequestHandler
          Interface for synchronous RPC method call handlers.
 

Classes in com.flat502.rox.server used by com.flat502.rox.http
HttpRpcServer
          This is the server-side RPC interface.
 

Classes in com.flat502.rox.server used by com.flat502.rox.processing
SSLSessionPolicy
          A very simple accept policy interface.
 

Classes in com.flat502.rox.server used by com.flat502.rox.server
AcceptPolicy
          A very simple accept policy interface.
AsynchronousRequestHandler
          Interface for asynchronous RPC method call handlers.
AsyncRequestHandler
          Deprecated. Use AsynchronousRequestHandler instead.
HttpRequestUnmarshaller
          An abstract base class for request unmarshaller implementations.
HttpRpcServer
          This is the server-side RPC interface.
ProxyingRequestHandler
          A SynchronousRequestHandler implementation that maps RPC method calls onto methods on an arbitrary object using reflection.
RequestHandler
          Base Interface for methodCall handlers.
ResponseChannel
          An interface for delivering asynchronous RPC method responses.
RpcCallContext
           
RpcMethodProxy
          This class dynamically proxies a plain old Java object (POJO) by mapping RPC method calls onto methods onto a target object using reflection.
ServerResourcePool
           
SSLSessionPolicy
          A very simple accept policy interface.
SynchronousRequestHandler
          Interface for synchronous RPC method call handlers.
SyncRequestHandler
          Deprecated. Use SynchronousRequestHandler instead.