Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MercuryWorkshop/epoxy-tls
/ functions
Functions
459 in github.com/MercuryWorkshop/epoxy-tls
⨍
Functions
459
◇
Types & classes
140
↓ 1 callers
Function
split
(arr: T[], len: number)
client-showcase/src/loggingws.ts:11
↓ 1 callers
Function
threadpercore_init_thread
( func: impl Future<Output = Result<T>> + Sync + Send + 'static, )
server/src/main.rs:213
↓ 1 callers
Function
threadpercore_main
()
server/src/main.rs:169
↓ 1 callers
Method
to_opts
(&self)
server/src/config.rs:388
↓ 1 callers
Method
toggle
Toggle the value and return the old one.
wisp/src/unfair_select.rs:19
↓ 1 callers
Function
trim
(data: &[u8])
server/src/upgrade.rs:34
↓ 1 callers
Function
trim_end
(data: &[u8])
server/src/upgrade.rs:46
↓ 1 callers
Function
trim_start
(data: &[u8])
server/src/upgrade.rs:38
↓ 1 callers
Function
unfair_select
(stream1: S1, stream2: S2)
wisp/src/unfair_select.rs:33
↓ 1 callers
Function
upgrade
slightly modified to use anyhow
server/src/upgrade.rs:63
↓ 1 callers
Function
validate_config_cache
()
server/src/config.rs:307
↓ 1 callers
Function
verify
https://github.com/snapview/tungstenite-rs/blob/314feea3055a93e585882fb769854a912a7e6dae/src/handshake/client.rs#L189
client/src/websocket.rs:239
↓ 1 callers
Method
wait_for_open
(&self)
client/src/ws_wrapper.rs:176
↓ 1 callers
Method
wait_for_stream
Wait for a stream to be created.
wisp/src/mux/server.rs:194
↓ 1 callers
Method
with_udp_extension_required
Shorthand for `with_required_extensions(&[UdpProtocolExtension::ID])`
wisp/src/mux/mod.rs:302
↓ 1 callers
Function
ws_upgrade
( mut req: Request<Incoming>, stats_endpoint: Option<String>, callback: F, )
server/src/route.rs:107
Function
App
()
client-showcase/src/main.tsx:10
Function
Demo
()
client-showcase/src/demo.tsx:319
Function
Git
(cx)
client-showcase/src/components/git.tsx:4
Function
Link
(cx)
client-showcase/src/components/link.tsx:3
Function
Option
()
client-showcase/src/demo.tsx:37
Function
RequestBuilder
(cx)
client-showcase/src/demo.tsx:70
Function
RequestSender
(cx)
client-showcase/src/demo.tsx:203
Function
ResponseView
()
client-showcase/src/demo.tsx:149
Function
Textarea
()
client-showcase/src/demo.tsx:41
Function
Theme
()
client-showcase/src/components/theme.tsx:4
Function
WebsocketLogger
()
client-showcase/src/demo.tsx:250
Method
__internal_type_id
Do not override.
wisp/src/extensions/mod.rs:201
Method
__is
(&self)
wisp/src/extensions/mod.rs:145
Method
accept_tcp
(listener: &mut TcpListener)
server/src/listener.rs:363
Method
accept_unix
(listener: &mut UnixListener)
server/src/listener.rs:376
Method
add_extension
Add a Wisp V2 extension builder to the settings struct.
wisp/src/mux/mod.rs:339
Function
asyncread_to_readablestream
( read: Pin<Box<dyn AsyncRead>>, buffer_size: usize, )
client/src/utils/js.rs:197
Method
bind_tcp
(bind: &BindAddr)
server/src/listener.rs:290
Method
bind_unix
(bind: &BindAddr)
server/src/listener.rs:307
Method
box_clone
(&self)
wisp/src/extensions/cert.rs:173
Method
box_clone
(&self)
wisp/src/extensions/password.rs:79
Method
box_clone
(&self)
wisp/src/extensions/motd.rs:38
Method
box_clone
(&self)
server/src/handle/wisp/wispnet.rs:140
Method
box_clone
(&self)
server/src/handle/wisp/twisp.rs:84
Method
build_from_bytes
client: 1 server: 2
wisp/src/extensions/cert.rs:262
Method
build_from_bytes
( &mut self, mut bytes: Bytes, _role: Role, )
wisp/src/extensions/password.rs:178
Method
build_from_bytes
( &mut self, data: Bytes, role: crate::Role, )
wisp/src/extensions/motd.rs:68
Method
build_from_bytes
( &mut self, mut bytes: Bytes, _: Role, )
server/src/handle/wisp/wispnet.rs:60
Method
build_from_bytes
( &mut self, _: Bytes, _: wisp_mux::Role, )
server/src/handle/wisp/twisp.rs:96
Method
build_to_extension
client: 2 server: 1
wisp/src/extensions/cert.rs:315
Method
build_to_extension
(&mut self, _role: Role)
wisp/src/extensions/password.rs:160
Method
build_to_extension
(&mut self, role: crate::Role)
wisp/src/extensions/motd.rs:87
Method
build_to_extension
(&mut self, _: Role)
server/src/handle/wisp/wispnet.rs:71
Method
build_to_extension
(&mut self, _: wisp_mux::Role)
server/src/handle/wisp/twisp.rs:104
Method
close
Close the stream. You will no longer be able to write or read after this has been called.
wisp/src/stream/mod.rs:178
Method
close
Close the stream. You will no longer be able to write or read after this has been called.
wisp/src/stream/handles.rs:24
Method
closeWithInfo
({ closeCode: code, reason }: WebSocketCloseInfo = {})
client-showcase/src/loggingws.ts:75
Method
close_stream
(stream: StreamMapValue, close: ClosePacket)
wisp/src/mux/inner.rs:380
Method
connect
(url: &str, protocols: &[String])
client/src/ws_wrapper.rs:94
Method
connect
( &'a self, remote: std::net::SocketAddr, )
wisp/src/mux/client.rs:194
Method
connect_tcp
(&self, url: EpoxyUrlInput)
client/src/lib.rs:486
Method
connected
(&self)
client/src/stream_provider.rs:296
Method
constructor
(url: string, options: WebSocketStreamOptions = {})
client-showcase/src/loggingws.ts:64
Method
consume
(self: Pin<&mut Self>, amt: usize)
wisp/src/stream/compat.rs:71
Method
consume
(self: Pin<&mut Self>, amt: usize)
server/src/util_chain.rs:93
Function
copy_wisp
( mut rx: MuxStreamRead<WispStreamWrite>, mut tx: MuxStreamWrite<WispStreamWrite>, #[cfg(feature = "speed-l
server/src/handle/wisp/wispnet.rs:158
Method
create
( mut rx: R, tx: W, wisp_v2: Option<WispV2Handshake>, mut muxer: M, actor: M::Actor, )
wisp/src/mux/mod.rs:137
Method
create_tls
()
server/src/listener.rs:315
Method
de
(string: &str)
server/src/config.rs:533
Method
default
()
client/src/lib.rs:281
Method
default
()
server/src/config.rs:333
Method
deref
(&self)
wisp/src/locked_sink.rs:311
Method
deref
(&self)
wisp/src/extensions/mod.rs:54
Method
deref
(&self)
wisp/src/ws/mod.rs:51
Method
deref_mut
(&mut self)
wisp/src/locked_sink.rs:317
Method
deref_mut
(&mut self)
wisp/src/extensions/mod.rs:60
Method
deref_pin
(&mut self)
wisp/src/locked_sink.rs:323
Method
downcast
Downcast the protocol extension.
wisp/src/extensions/mod.rs:37
Method
downcast_mut
Downcast the protocol extension.
wisp/src/extensions/mod.rs:47
Method
downcast_ref
Downcast the protocol extension.
wisp/src/extensions/mod.rs:42
Method
drop
(&mut self)
wisp/src/locked_sink.rs:181
Method
encode
(&self)
wisp/src/extensions/cert.rs:145
Method
encode
(&self)
wisp/src/extensions/password.rs:60
Method
encode
(&self)
wisp/src/extensions/motd.rs:31
Method
encode
(&self)
server/src/handle/wisp/wispnet.rs:93
Method
encode_into
(&self, packet: &mut PayloadMut)
wisp/src/extensions/mod.rs:72
Method
execute
(&self, future: F)
client/src/utils/mod.rs:90
Method
find_extension
(&self)
wisp/src/extensions/mod.rs:299
Method
find_extension_mut
(&mut self)
wisp/src/extensions/mod.rs:302
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
wisp/src/packet.rs:88
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
wisp/src/extensions/cert.rs:27
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
server/src/util_chain.rs:41
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
server/src/route.rs:56
Method
from
(value: EpoxyError)
client/src/lib.rs:188
Method
from
(err: WebSocketError)
client/src/ws_wrapper.rs:35
Method
from
(value: std::string::FromUtf8Error)
wisp/src/lib.rs:100
Method
from
(value: ed25519::Error)
wisp/src/extensions/cert.rs:37
Method
from
(value: T)
wisp/src/extensions/mod.rs:81
Method
from
(value: Payload)
wisp/src/ws/mod.rs:39
Method
from
(value: (ConnectPacket, ConnectPacket))
server/src/stats.rs:36
Method
from_teed
(a: ReadableStream, b: ReadableStream)
client/src/utils/js.rs:109
Method
get_bindaddr
(&self)
server/src/config.rs:324
Method
get_close_reason
Get the stream's close reason, if it was closed.
wisp/src/stream/handles.rs:42
Method
get_close_reason
Get the stream's close reason, if it was closed.
wisp/src/stream/compat.rs:112
← previous
next →
201–300 of 459, ranked by callers