Class DelegatingSCPConnection

All Implemented Interfaces:
Closeable, AutoCloseable, Connection, SCPSenderReceiver

public class DelegatingSCPConnection
extends SCPConnection
An SCP connection that actually delegates message sending and receiving to another connection. Note that closing a delegating connection does nothing; the socket is only closed when the real underlying connection is closed.
Author:
Donal Fellows