Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UkoeHB/bevy_simplenet
/ functions
Functions
151 in github.com/UkoeHB/bevy_simplenet
⨍
Functions
151
◇
Types & classes
76
Method
drop
(&mut self)
src/server/session_handler.rs:261
Method
drop
(&mut self)
src/server/request_token.rs:101
Method
final_request_cleanup
( pending_requests : &mut PendingRequestTracker, client_event_sender : &crossbeam::channel:
src/client/client_handler.rs:375
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/client/errors.rs:20
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/server/errors.rs:19
Method
fmt
(&self, _f: &mut std::fmt::Formatter<'_>)
src/server/request_token.rs:34
Function
format_date
(time: Duration)
src/authentication/backend.rs:16
Function
handle_button_deselect
( mut c: Commands, mut pending_select: ReactResMut<PendingSelect>, mut owner: ReactResMut<ButtonOw
examples/client/src/main.rs:122
Function
handle_button_select
( mut c: Commands, client: Res<DemoClient>, status: ReactRes<ConnectionStatus>, mut pending_se
examples/client/src/main.rs:97
Function
handle_client_events
( mut c : Commands, mut client : ResMut<DemoClient>, mut status : Rea
examples/client/src/main.rs:203
Function
handle_server_events
( mut c : Commands, mut server : ResMut<DemoServer>, mut clients : ResMut<ClientConnections
examples/server/src/main.rs:52
Function
hello_world
()
tests/test/hello_world.rs:55
Method
id
Get the id of the request corresponding to this signal.
src/client/request_signal.rs:106
Method
id
(&self)
src/server/session_handler.rs:61
Function
main
()
examples/client/src/main.rs:278
Function
main
()
examples/server/src/main.rs:117
Function
message_size_limit
()
tests/test/message_size_limit.rs:161
Method
new
Make a new rate limit tracker.
src/rate_limiter.rs:54
Method
new
Make a new signal.
src/client/request_signal.rs:96
Method
new
Makes a new server factory with a given protocol version.
src/client/client.rs:270
Method
new
(id: I, msg: T)
src/server/session_utils.rs:26
Method
new
Makes a new server factory with a given protocol version.
src/server/server.rs:313
Method
new
(death_signal: Arc<AtomicBool>)
src/server/request_token.rs:21
Method
num_connections
Gets the number of client connections.
src/server/server.rs:287
Method
on_binary
Binary from server.
src/client/client_handler.rs:82
Method
on_binary
Receive binary from client (via session connection).
src/server/session_handler.rs:120
Method
on_call
Call from associated client. Does nothing.
src/client/client_handler.rs:165
Method
on_call
Responds to calls to the server connected to this handler (i.e. ezsockets::Server::call()).
src/server/connection_handler.rs:218
Method
on_call
Responds to calls to the session connected to this handler (i.e. ezsockets::Session::call()).
src/server/session_handler.rs:233
Method
on_close
Respond to the client being closed by the server.
src/client/client_handler.rs:298
Method
on_connect
Respond to the client acquiring a connection.
src/client/client_handler.rs:173
Method
on_connect
Produces server sessions for new connections.
src/server/connection_handler.rs:86
Method
on_connect_fail
Respond to the client failing a connection attempt.
src/client/client_handler.rs:227
Method
on_disconnect
Respond to the client being disconnected.
src/client/client_handler.rs:258
Method
on_disconnect
Responds to session disconnects.
src/server/connection_handler.rs:182
Method
on_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
Method
on_text
Receive text from client (via session connection).
src/server/session_handler.rs:67
Function
rate_limiter
()
tests/test/rate_limit.rs:190
Function
reject_client_request
( session : &ezsockets::Session<SessionId, ()>, session_id : SessionId, request_id : u64 )
src/server/connection_handler.rs:17
Function
request_ack
()
tests/test/request_response.rs:140
Function
request_dropped
()
tests/test/request_response.rs:314
Function
request_rejected
()
tests/test/request_response.rs:227
Function
request_response
()
tests/test/request_response.rs:51
Function
send_new_button_state
( server : Res<DemoServer>, clients : Res<ClientConnections>, state : ReactRes<ButtonState>, )
examples/server/src/main.rs:38
Function
server_send_sync_msg_multiple
()
tests/test/synchronization.rs:292
Function
server_send_sync_msg_single
()
tests/test/synchronization.rs:215
Function
set_new_server_state
( In(server_state) : In<Option<u128>>, mut c : Commands, client : Res<DemoCli
examples/client/src/main.rs:134
Function
setup
(mut commands: Commands)
examples/client/src/main.rs:195
Function
text_ping_fn
(timestamp: std::time::Duration)
src/text_ping_pong.rs:12
Method
to_string
(&self)
examples/client/src/main.rs:37
Function
websocket_handler
( axum::Extension(server) : axum::Extension<ezsockets::Server<ConnectionHandler<Channel>>>, axum::Ext
src/server/server.rs:46
← previous
101–151 of 151, ranked by callers