MCPcopy Create free account

hub / github.com/UkoeHB/bevy_simplenet / functions

Functions151 in github.com/UkoeHB/bevy_simplenet

Methoddrop
(&mut self)
src/server/session_handler.rs:261
Methoddrop
(&mut self)
src/server/request_token.rs:101
Methodfinal_request_cleanup
( pending_requests : &mut PendingRequestTracker, client_event_sender : &crossbeam::channel:
src/client/client_handler.rs:375
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/client/errors.rs:20
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/server/errors.rs:19
Methodfmt
(&self, _f: &mut std::fmt::Formatter<'_>)
src/server/request_token.rs:34
Functionformat_date
(time: Duration)
src/authentication/backend.rs:16
Functionhandle_button_deselect
( mut c: Commands, mut pending_select: ReactResMut<PendingSelect>, mut owner: ReactResMut<ButtonOw
examples/client/src/main.rs:122
Functionhandle_button_select
( mut c: Commands, client: Res<DemoClient>, status: ReactRes<ConnectionStatus>, mut pending_se
examples/client/src/main.rs:97
Functionhandle_client_events
( mut c : Commands, mut client : ResMut<DemoClient>, mut status : Rea
examples/client/src/main.rs:203
Functionhandle_server_events
( mut c : Commands, mut server : ResMut<DemoServer>, mut clients : ResMut<ClientConnections
examples/server/src/main.rs:52
Functionhello_world
()
tests/test/hello_world.rs:55
Methodid
Get the id of the request corresponding to this signal.
src/client/request_signal.rs:106
Methodid
(&self)
src/server/session_handler.rs:61
Functionmain
()
examples/client/src/main.rs:278
Functionmain
()
examples/server/src/main.rs:117
Functionmessage_size_limit
()
tests/test/message_size_limit.rs:161
Methodnew
Make a new rate limit tracker.
src/rate_limiter.rs:54
Methodnew
Make a new signal.
src/client/request_signal.rs:96
Methodnew
Makes a new server factory with a given protocol version.
src/client/client.rs:270
Methodnew
(id: I, msg: T)
src/server/session_utils.rs:26
Methodnew
Makes a new server factory with a given protocol version.
src/server/server.rs:313
Methodnew
(death_signal: Arc<AtomicBool>)
src/server/request_token.rs:21
Methodnum_connections
Gets the number of client connections.
src/server/server.rs:287
Methodon_binary
Binary from server.
src/client/client_handler.rs:82
Methodon_binary
Receive binary from client (via session connection).
src/server/session_handler.rs:120
Methodon_call
Call from associated client. Does nothing.
src/client/client_handler.rs:165
Methodon_call
Responds to calls to the server connected to this handler (i.e. ezsockets::Server::call()).
src/server/connection_handler.rs:218
Methodon_call
Responds to calls to the session connected to this handler (i.e. ezsockets::Session::call()).
src/server/session_handler.rs:233
Methodon_close
Respond to the client being closed by the server.
src/client/client_handler.rs:298
Methodon_connect
Respond to the client acquiring a connection.
src/client/client_handler.rs:173
Methodon_connect
Produces server sessions for new connections.
src/server/connection_handler.rs:86
Methodon_connect_fail
Respond to the client failing a connection attempt.
src/client/client_handler.rs:227
Methodon_disconnect
Respond to the client being disconnected.
src/client/client_handler.rs:258
Methodon_disconnect
Responds to session disconnects.
src/server/connection_handler.rs:182
Methodon_text
Text from server. - Does nothing on native. - Echoes the text back to the server on WASM for custom Ping/Pong protocol.
src/client/client_handler.rs:42
Methodon_text
Receive text from client (via session connection).
src/server/session_handler.rs:67
Functionrate_limiter
()
tests/test/rate_limit.rs:190
Functionreject_client_request
( session : &ezsockets::Session<SessionId, ()>, session_id : SessionId, request_id : u64 )
src/server/connection_handler.rs:17
Functionrequest_ack
()
tests/test/request_response.rs:140
Functionrequest_dropped
()
tests/test/request_response.rs:314
Functionrequest_rejected
()
tests/test/request_response.rs:227
Functionrequest_response
()
tests/test/request_response.rs:51
Functionsend_new_button_state
( server : Res<DemoServer>, clients : Res<ClientConnections>, state : ReactRes<ButtonState>, )
examples/server/src/main.rs:38
Functionserver_send_sync_msg_multiple
()
tests/test/synchronization.rs:292
Functionserver_send_sync_msg_single
()
tests/test/synchronization.rs:215
Functionset_new_server_state
( In(server_state) : In<Option<u128>>, mut c : Commands, client : Res<DemoCli
examples/client/src/main.rs:134
Functionsetup
(mut commands: Commands)
examples/client/src/main.rs:195
Functiontext_ping_fn
(timestamp: std::time::Duration)
src/text_ping_pong.rs:12
Methodto_string
(&self)
examples/client/src/main.rs:37
Functionwebsocket_handler
( axum::Extension(server) : axum::Extension<ezsockets::Server<ConnectionHandler<Channel>>>, axum::Ext
src/server/server.rs:46
← previous101–151 of 151, ranked by callers