Class SVNSocketConnection

  • All Implemented Interfaces:
    java.lang.Runnable

    public class SVNSocketConnection
    extends java.lang.Object
    implements java.lang.Runnable
    Version:
    1.3
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNSocketConnection​(java.net.Socket socket, java.net.InetSocketAddress address, int timeout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.IOException getError()  
      boolean isSocketConnected()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mySocket

        private java.net.Socket mySocket
      • myAddress

        private java.net.InetSocketAddress myAddress
      • myTimeout

        private int myTimeout
      • myError

        private java.io.IOException myError
      • myIsSocketConnected

        private volatile boolean myIsSocketConnected
    • Constructor Detail

      • SVNSocketConnection

        public SVNSocketConnection​(java.net.Socket socket,
                                   java.net.InetSocketAddress address,
                                   int timeout)
    • Method Detail

      • getError

        public java.io.IOException getError()
      • isSocketConnected

        public boolean isSocketConnected()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable