Class TcpTransport

  • All Implemented Interfaces:
    AutoCloseable
    Direct Known Subclasses:
    SshTransport

    public abstract class TcpTransport
    extends Transport
    The base class for transports based on TCP sockets. This class holds settings common for all TCP based transports.
    • Constructor Detail

      • TcpTransport

        protected TcpTransport​(URIish uri)
        Create a new transport instance without a local repository.
        Parameters:
        uri - the URI used to access the remote repository. This must be the URI passed to Transport.open(URIish).
        Since:
        3.5