Remove StreamTransport interface
Implement DuplexTransport and SocketTransport separately.
This commit is contained in:
@@ -85,10 +85,3 @@ interface SocketTransport : Transport
|
||||
*/
|
||||
@property Socket socket() pure nothrow @safe @nogc;
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents a connection-oriented socket transport.
|
||||
*/
|
||||
package interface StreamTransport : DuplexTransport, SocketTransport
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user