<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Carlo,<br>
<br>
I'm not sure I understand what you're asking for.&nbsp; An
org.jboss.remoting.Client has an identity, the sessionId, which is
included in the InvocationRequest.&nbsp; But Client doesn't really map to an
InetAddress.&nbsp; The socket transport, for example, maintains a pool of
TCP connections, each with a different port.&nbsp; Remoting could supply the
InetAddress of the connection used for a particular invocation, if
that's what you mean.&nbsp; But note that that same connection could be used
by a different Client for a different invocation at any time.<br>
<br>
-Ron<br>
<br>
Carlo de Wolf wrote:
<blockquote cite="mid1180008464.5710.31.camel@laptop-mainvm" type="cite">
  <pre wrap="">I would like to see the client endpoint (InetAddress most of the time)
of an invocation. Maybe it's already in the InvocationRequest, but I
can't find it.

Carlo

On Thu, 2007-05-17 at 15:51 -0400, Ron Sigal wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">There have been various attempts to get some discussion going about the 
features desired for the next generation of Remoting, and so far I think 
the buzz has broken the -80 db level.  I'm trying again with the wiki 
page at 
<a class="moz-txt-link-freetext" href="http://wiki.jboss.org/wiki/Wiki.jsp?page=TowardsGreaterSymmetryInRemoting">http://wiki.jboss.org/wiki/Wiki.jsp?page=TowardsGreaterSymmetryInRemoting</a>.  
We in the Remoting group (i.e., me in the Remoting group) would like to 
hear from the Remoting stakeholders about what features would make 
Remoting more usable for you.  Of course, I could just go ahead and 
write fun stuff.  :-)

-Ron
_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
  </pre>
</blockquote>
</body>
</html>