package Polarx.Connection

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Capabilities

polarx_connection.proto:37

Capabilities

Used in: CapabilitiesSet

message CapabilitiesGet

polarx_connection.proto:45

get supported connection capabilities and their current state :returns: :protobuf:msg:`Polarx.Connection::Capabilities` or :protobuf:msg:`Polarx::Error`

(message has no fields)

message CapabilitiesSet

polarx_connection.proto:55

sets connection capabilities atomically only provided values are changed, other values are left unchanged. If any of the changes fails, all changes are discarded. :precond: active sessions == 0 :returns: :protobuf:msg:`Polarx::Ok` or :protobuf:msg:`Polarx::Error`

message Capability

polarx_connection.proto:31

a Capability a tuple of a ``name`` and a :protobuf:msg:`Polarx.Datatypes::Any`

Used in: Capabilities

message Close

polarx_connection.proto:64

announce to the server that the client wants to close the connection it discards any session state of the server :Returns: :protobuf:msg:`Polarx::Ok`

(message has no fields)