Deprecated API


Contents
Deprecated Interfaces
com.flat502.rox.server.AsyncRequestHandler
          Use AsynchronousRequestHandler instead. 
com.flat502.rox.client.ResponseHandler
          Use AsynchronousResponseHandler instead. 
com.flat502.rox.server.SyncRequestHandler
          Use SynchronousRequestHandler instead. 
 

Deprecated Fields
com.flat502.rox.processing.HttpRpcProcessor.ALL_CIPHER_SUITES
          use SSLConfiguration.ALL_CIPHER_SUITES instead. 
com.flat502.rox.processing.HttpRpcProcessor.ANON_CIPHER_SUITES
          use SSLConfiguration.ANON_CIPHER_SUITES instead. 
 

Deprecated Methods
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], Class, ResponseHandler)
          Use HttpRpcClient.execute(String, Object[], Class, AsynchronousResponseHandler) instead. 
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], MethodResponseUnmarshallerAid, ResponseHandler)
          Use HttpRpcClient.execute(String, Object[], MethodResponseUnmarshallerAid, AsynchronousResponseHandler) instead. 
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], ResponseHandler)
          Use HttpRpcClient.execute(String, Object[], AsynchronousResponseHandler) instead. 
com.flat502.rox.server.ProxyingRequestHandler.handleRequest(RpcCall)
          Override ProxyingRequestHandler.handleRequest(RpcCall, RpcCallContext) instead. 
com.flat502.rox.server.RpcMethodProxy.invoke(RpcCall)
          Override RpcMethodProxy.invoke(RpcCall, RpcCallContext) instead. 
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, AsyncRequestHandler)
          Use HttpRpcServer.registerHandler(String, String, AsynchronousRequestHandler) instead. 
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, AsyncRequestHandler, MethodCallUnmarshallerAid)
          Use HttpRpcServer.registerHandler(String, String, AsynchronousRequestHandler, MethodCallUnmarshallerAid) instead. 
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, SyncRequestHandler)
          Use HttpRpcServer.registerHandler(String, String, SynchronousRequestHandler) instead. 
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, SyncRequestHandler, MethodCallUnmarshallerAid)
          Use HttpRpcServer.registerHandler(String, String, SynchronousRequestHandler, MethodCallUnmarshallerAid) instead.