Uploaded image for project: 'JBoss Remoting (3+)'
  1. JBoss Remoting (3+)
  2. REM3-20

EndpointImpl$ConnectionProviderContextImpl.accept() creates a redundant ConnectionHandler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.1.0.Beta3
    • 3.1.0.Beta2
    • None

      org.jboss.remoting3.EndpointImpl$ConnectionProviderContextImpl.accept():

      public void accept(final ConnectionHandlerFactory connectionHandlerFactory)

      { connectionHandlerFactory.createInstance(new LocalConnectionContext(connectionProviderContext, new ConnectionImpl(EndpointImpl.this, connectionHandlerFactory, this, "client"))); }

      creates a ConnectionHandler, but the call to new ConnectionImpl() also creates a ConnectionHandler.

            Unassigned Unassigned
            rsigal@redhat.com Ronald Sigal
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: