Subclasses of SocketClient should use _input_ and _output_ rather than calling 
_socket_.getInputStream() etc
------------------------------------------------------------------------------------------------------------

                 Key: NET-382
                 URL: https://issues.apache.org/jira/browse/NET-382
             Project: Commons Net
          Issue Type: Bug
            Reporter: Sebb


SocketClient._connectAction() sets up _input_ and _output_ from _socket_ so it 
is wasteful to do this again in subclasses.

Potentially consider making _socket_ private?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to