gi-soup-0.2.52.13: Soup bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.WebsocketConnection

Contents

Description

 

Synopsis

Exported types

Methods

websocketConnectionClose

websocketConnectionGetCloseCode

websocketConnectionGetCloseData

websocketConnectionGetConnectionType

websocketConnectionGetIoStream

websocketConnectionGetOrigin

websocketConnectionGetProtocol

websocketConnectionGetState

websocketConnectionGetUri

websocketConnectionNew

websocketConnectionSendBinary

websocketConnectionSendText

Properties

ConnectionType

data WebsocketConnectionConnectionTypePropertyInfo Source

Instances

AttrInfo WebsocketConnectionConnectionTypePropertyInfo Source 
type AttrLabel WebsocketConnectionConnectionTypePropertyInfo = "connection-type" Source 
type AttrGetType WebsocketConnectionConnectionTypePropertyInfo = WebsocketConnectionType Source 
type AttrBaseTypeConstraint WebsocketConnectionConnectionTypePropertyInfo = WebsocketConnectionK Source 
type AttrSetTypeConstraint WebsocketConnectionConnectionTypePropertyInfo = TYPE Lifted ~ WebsocketConnectionType Source 
type AttrAllowedOps WebsocketConnectionConnectionTypePropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)) Source 

IoStream

data WebsocketConnectionIoStreamPropertyInfo Source

Instances

Origin

data WebsocketConnectionOriginPropertyInfo Source

Protocol

data WebsocketConnectionProtocolPropertyInfo Source

Instances

AttrInfo WebsocketConnectionProtocolPropertyInfo Source 
type AttrLabel WebsocketConnectionProtocolPropertyInfo = "protocol" Source 
type AttrGetType WebsocketConnectionProtocolPropertyInfo = Text Source 
type AttrBaseTypeConstraint WebsocketConnectionProtocolPropertyInfo = WebsocketConnectionK Source 
type AttrSetTypeConstraint WebsocketConnectionProtocolPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps WebsocketConnectionProtocolPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)) Source 

State

Uri

Signals

Closed

Closing

Error

Message

type WebsocketConnectionMessageCallbackC = Ptr () -> Int32 -> Ptr Bytes -> Ptr () -> IO () Source