A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::net::WebSocketWireServer::State Struct Reference

Public Member Functions

 State (OnWebSocketStream stream_callback, WebSocketServerOptions value_options)
 
std::shared_ptr< Http2Server > server ABSL_GUARDED_BY (mu)
 

Public Attributes

thread::Mutex mu
 
const OnWebSocketStream on_stream
 
const WebSocketServerOptions options
 

Constructor & Destructor Documentation

◆ State()

a11::net::WebSocketWireServer::State::State ( OnWebSocketStream  stream_callback,
WebSocketServerOptions  value_options 
)
inline

Member Function Documentation

◆ ABSL_GUARDED_BY()

std::shared_ptr< Http2Server > server a11::net::WebSocketWireServer::State::ABSL_GUARDED_BY ( mu  )

Member Data Documentation

◆ mu

thread::Mutex a11::net::WebSocketWireServer::State::mu
mutable

◆ on_stream

const OnWebSocketStream a11::net::WebSocketWireServer::State::on_stream

◆ options

const WebSocketServerOptions a11::net::WebSocketWireServer::State::options

The documentation for this struct was generated from the following file: