package
1.5.5
Repository: https://github.com/rmolak/golang-socketio.git
Documentation: pkg.go.dev

# Functions

DefaultPollingClientTransport returns client polling transport with default params.
DefaultPollingTransport returns PollingTransport with default params.
DefaultWebsocketTransport returns websocket connection with default params.
NewWebsocketTransport returns websocket transport with given params.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PollingClientConnection represents XHR polling client connection.
PollingClientTransport represents polling client transport parameters.
PollingConnection represents a XHR polling connection.
PollingTransport represens the XHR polling transport params.
PollingTransportParams represents XHR polling transport params.
WebsocketConnection represents websocket connection.
WebsocketTransport implements websocket transport.
WebsocketTransportParams is a parameters for getting non-default websocket transport.

# Interfaces

Connection represents an end-point connection with transport.
Transport represents a connection transport.