On Thu, 2005-12-15 at 15:08 -0500, [EMAIL PROTECTED] wrote: > > -----Original Message----- > From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 15, 2005 3:07 PM > To: Sahoo, Ajaya > Subject: Re: Using ProxyClient.java > > On Thu, 2005-12-15 at 14:55 -0500, [EMAIL PROTECTED] wrote: > > Hi Oleg, > > > > > > > > I am using a rmi client (using SWING) to communicate to RMI server > > outside my firewall. I would like to use ProxyClient to establish the > > communication. Am I correct? If so is there any code that I can use to > > test this? > >
Ajaya, I do not know about RMI that much, so take my opinion for what it is worth. ProxyClient can indeed be used to establish a tunneled connection via a proxy. However, what you get in the end is a raw socket. What I am not sure about is whether you can easily make an RMI client use that socket to marshal / unmarshal RMI packets. If you need a remoting mechanism that can be tunneled via a proxy you should consider using SOAP over HTTP or XML-RPC over HTTP instead of RMI Hope this helps Oleg > > > > > > Thanks, > > > > Ajaya Sahoo > > > > Hello Ajaya > > Could you please post all your HttpClient related questions to the > [email protected] mailing list? > > I (as well as many other Apache committers) prefer to not answer > questions related to Apache software sent privately > > Oleg > > > > > > > > > > > ______________________________________________________________________ > > > > This message is confidential and sent by TD Waterhouse solely for > > use by the intended recipient. If you are not the intended > > recipient, you are hereby notified that any use, distribution or > > copying of this communication is strictly prohibited. This should > > not be deemed as an offer or solicitation, to buy or sell any > > product. Any 3rd party information contained herein was prepared by > > sources deemed reliable, but is not guaranteed. TD Waterhouse does > > not accept electronic instructions that would require an original > > signature. Information received by or sent from TD Waterhouse is > > stored, subject to review, and may be produced to regulatory > > authorities or others with a legal right to such. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
