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
Method
poll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
wisp/src/ws/unfold.rs:95
Method
poll_next
( mut self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
server/src/util_map_err.rs:10
Method
poll_read
( self: Pin<&mut Self>, cx: &mut Context<'_>, mut buf: hyper::rt::ReadBufCursor<'_>, )
client/src/tokioio.rs:47
Method
poll_read
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, mut buf: hyper::rt::ReadBufCursor<'_>
client/src/stream_provider.rs:242
Method
poll_read
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8], )
client/src/utils/rustls.rs:48
Method
poll_read
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8], )
wisp/src/stream/compat.rs:49
Method
poll_read
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>, )
server/src/util_chain.rs:54
Method
poll_read
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, buf: &mut tokio::io::ReadBuf<'_>, )
server/src/listener.rs:42
Method
poll_read_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &mut [std::io::IoSliceMut<'_>], )
client/src/utils/rustls.rs:59
Method
poll_read_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &mut [io::IoSliceMut<'_>], )
wisp/src/stream/compat.rs:57
Method
poll_ready
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
client/src/utils/mod.rs:177
Method
poll_ready
(self: Pin<&mut Self>, cx: &mut Context<'_>)
wisp/src/locked_sink.rs:280
Method
poll_ready
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
wisp/src/stream/mod.rs:217
Method
poll_ready
( mut self: Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
wisp/src/ws/tokio_websockets.rs:52
Method
poll_ready
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
wisp/src/ws/split.rs:40
Method
poll_ready
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
wisp/src/ws/tokio_tungstenite.rs:52
Method
poll_ready
(self: Pin<&mut Self>, cx: &mut Context<'_>)
wisp/src/ws/unfold.rs:145
Method
poll_ready
( mut self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
server/src/util_map_err.rs:24
Method
poll_shutdown
( self: Pin<&mut Self>, cx: &mut Context<'_>, )
client/src/tokioio.rs:83
Method
poll_shutdown
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
client/src/stream_provider.rs:279
Method
poll_shutdown
(self: Pin<&mut Self>, cx: &mut Context<'_>)
server/src/util_chain.rs:126
Method
poll_shutdown
( self: Pin<&mut Self>, cx: &mut std::task::Context<'_>, )
server/src/listener.rs:148
Method
poll_write
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], )
client/src/tokioio.rs:71
Method
poll_write
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, buf: &[u8], )
client/src/stream_provider.rs:264
Method
poll_write
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], )
client/src/utils/rustls.rs:72
Method
poll_write
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], )
wisp/src/stream/compat.rs:118
Method
poll_write
( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], )
server/src/util_chain.rs:106
Method
poll_write
( self: Pin<&mut Self>, cx: &mut std::task::Context<'_>, buf: &[u8], )
server/src/listener.rs:97
Method
poll_write_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[std::io::IoSlice<'_>], )
client/src/tokioio.rs:94
Method
poll_write_vectored
( self: std::pin::Pin<&mut Self>, cx: &mut std::task::Context<'_>, bufs: &[std::io::IoSlice<'_>], )
client/src/stream_provider.rs:286
Method
poll_write_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[std::io::IoSlice<'_>], )
client/src/utils/rustls.rs:80
Method
poll_write_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[io::IoSlice<'_>], )
wisp/src/stream/compat.rs:256
Method
poll_write_vectored
( self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[io::IoSlice<'_>], )
server/src/util_chain.rs:114
Method
poll_write_vectored
( self: Pin<&mut Self>, cx: &mut std::task::Context<'_>, bufs: &[std::io::IoSlice<'_>], )
server/src/listener.rs:121
Method
read
(&mut self, buf: &mut [u8])
wisp/src/stream/compat.rs:84
Method
remove_extension
(&mut self)
wisp/src/extensions/mod.rs:317
Method
resolve
(&self, host: String)
server/src/main.rs:60
Method
resolve
(packet: ConnectPacket)
server/src/stream.rs:124
Function
resolve_stream
( connect: ConnectPacket, muxstream: &MuxStream<WispStreamWrite>, )
server/src/handle/wisp/mod.rs:66
Method
set_creds
Set the credentials sent to the server, if this is a client variant.
wisp/src/extensions/password.rs:145
Method
set_signing_key
Set the credentials sent to the server, if this is a client variant.
wisp/src/extensions/cert.rs:244
Method
size_hint
(&self)
wisp/src/stream/mod.rs:343
Function
start
(controller)
client/demo.js:85
Method
start
(controller)
client-showcase/src/loggingws.ts:81
Method
start_send
(mut self: Pin<&mut Self>, item: Payload)
client/src/utils/mod.rs:183
Method
start_send
(self: Pin<&mut Self>, item: I)
wisp/src/locked_sink.rs:284
Method
start_send
(mut self: Pin<&mut Self>, item: Payload)
wisp/src/ws/tokio_websockets.rs:59
Method
start_send
(self: std::pin::Pin<&mut Self>, item: T)
wisp/src/ws/split.rs:47
Method
start_send
(self: std::pin::Pin<&mut Self>, item: Payload)
wisp/src/ws/tokio_tungstenite.rs:59
Method
start_send
(self: Pin<&mut Self>, item: Payload)
wisp/src/ws/unfold.rs:149
Method
start_send
(mut self: std::pin::Pin<&mut Self>, item: Payload)
server/src/util_map_err.rs:33
Method
supported_verify_schemes
(&self)
client/src/utils/rustls.rs:140
Method
try_from
(value: EpoxyUrlInput)
client/src/lib.rs:83
Method
verify_server_cert
( &self, _end_entity: &CertificateDer<'_>, _intermediates: &[CertificateDer<'_>], _server_name: &Serve
client/src/utils/rustls.rs:101
Method
verify_tls12_signature
( &self, message: &[u8], cert: &CertificateDer<'_>, dss: &DigitallySignedStruct, )
client/src/utils/rustls.rs:112
Method
verify_tls13_signature
( &self, message: &[u8], cert: &CertificateDer<'_>, dss: &DigitallySignedStruct, )
client/src/utils/rustls.rs:126
Method
was_downgraded
Whether the connection was downgraded to Wisp v1.
wisp/src/mux/mod.rs:186
Method
wisp_transport
(value: JsValue)
client/src/lib.rs:178
Method
write
(&mut self, buf: &[u8])
wisp/src/stream/compat.rs:185
← previous
401–459 of 459, ranked by callers