Safe Haskell | None |
---|---|
Language | Haskell2010 |
Socket.Datagram.IPv4.Connected
Contents
Description
Internet datagram sockets with a fixed destination.
Types
newtype Socket (a :: Connectedness) (b :: Family) #
Instances
Eq (Socket a b) | |
Ord (Socket a b) | |
Show (Socket a b) | |
Establish
Exceptions
data SocketException #
Constructors
SocketPermissionDenied | |
SocketAddressInUse | |
SocketEphemeralPortsExhausted | |
SocketFileDescriptorLimit |
Instances
Show SocketException | |
Defined in Socket.IPv4 Methods showsPrec :: Int -> SocketException -> ShowS # show :: SocketException -> String # showList :: [SocketException] -> ShowS # | |
Exception SocketException | |
Defined in Socket.IPv4 Methods toException :: SocketException -> SomeException # |