This is the complete list of members for FConnection, including all inherited members.
Close(int32 Code=1000, const FString &Reason=FString()) | FConnection | |
Connect() | FConnection | |
DECLARE_EVENT(FConnection, FConnectionFailedEvent) | FConnection | |
FConnection(const FString &InHost, const TMap< FString, FString > &InHeaders) | FConnection | |
FConnection(const FConnection &)=delete | FConnection | |
FConnection(FConnection &&)=delete | FConnection | |
IsConnected() const | FConnection | |
OnClosed() | FConnection | |
OnConnected() | FConnection | |
OnConnectionError() | FConnection | |
OnConnectionFailed() | FConnection | |
OnMessage() | FConnection | |
operator=(const FConnection &)=delete | FConnection | |
operator=(FConnection &&)=delete | FConnection | |
Send(const FString &Data) | FConnection | |
~FConnection() | FConnection | virtual |