Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-340

Proxy example doesn't work.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Cannot Reproduce
    • 1.0.0, 1.0.1
    • 1.0.2
    • Example
    • None

    Description

      The following is Scott's report. We need to review it and apply the patch if necessary.

      On 12/1/06, Scott C. Ripley <scott@scottripley.com> wrote:

      hey all,

      in order to get the mina-1.0.0 proxy example to work (as anticipated),
      i had to modify:

      ServerToProxyIoHandle.java
      //...
      public class ServerToProxyIoHandler extends AbstractProxyIoHandler
      {
      // previously empty method, added:
      public void sessionOpened( final IoSession session ) throws Exception

      { session.setTrafficMask( TrafficMask.ALL ); }

      }
      //...

      • am i missing anything?
      • is this bad form, given the example?

      Attachments

        Activity

          People

            trustin Trustin Lee
            trustin Trustin Lee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: