Movie::Remote::InboundConnection
InboundConnection handles an incoming connection from a remote system.
Constants
Log = ::Log.for(self)
Constructors
new(socket : TCPSocket, server : Server, path_registry : Movie::PathRegistry, on_message : Proc(WireEnvelope, InboundConnection, Nil))
SourceInstance methods
close_without_callback
Closes the connection without notifying the server (used during server shutdown).
connected?
Source