ssh-0.3: A pure-Haskell SSH server library.

Safe HaskellNone
LanguageHaskell98

SSH.Sender

Documentation

class Sender a where Source

Minimal complete definition

send

Methods

send :: SenderMessage -> a () Source

sendPacket :: Packet () -> a () Source