Seperated the support for tcp and http transports when using file serving so that they can be used at the same time.

#codereview Peter.Sauerbrei
#codereview Ankit.Khare

[CL 2170710 by Daniel Lamb in Main branch]
This commit is contained in:
Daniel Lamb
2014-07-07 15:39:19 -04:00
committed by UnrealBot
parent 2771c1643e
commit 7184ecc682
17 changed files with 361 additions and 153 deletions
@@ -26,6 +26,15 @@ public:
*/
virtual bool GetAddressList( TArray<TSharedPtr<FInternetAddr> >& OutAddresses ) const = 0;
/**
* Gets the list of local network addresses that the file server listens on.
*
* @param OutAddresses - Will hold the address list.
*
* @return true on success, false otherwise.
*/
virtual FString GetSupportedProtocol() const = 0;
/**
* Gets the number of active connections.
*