Preparing search index...
The search index is not available
@number0/iroh
@number0/iroh
Incoming
Class Incoming
An incoming connection that has not yet begun its server-side handshake.
Index
Constructors
constructor
Methods
accept
ignore
local
Addr
refuse
remote
Addr
remote
Addr
Validated
retry
Constructors
constructor
new
Incoming
()
:
Incoming
Returns
Incoming
Methods
accept
accept
()
:
Promise
<
Accepting
>
Returns
Promise
<
Accepting
>
ignore
ignore
()
:
Promise
<
void
>
Returns
Promise
<
void
>
local
Addr
localAddr
()
:
Promise
<
IncomingLocalAddr
>
Returns
Promise
<
IncomingLocalAddr
>
refuse
refuse
()
:
Promise
<
void
>
Returns
Promise
<
void
>
remote
Addr
remoteAddr
()
:
Promise
<
IncomingAddr
>
Returns
Promise
<
IncomingAddr
>
remote
Addr
Validated
remoteAddrValidated
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
retry
retry
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
accept
ignore
local
Addr
refuse
remote
Addr
remote
Addr
Validated
retry
@number0/iroh
Loading...
An incoming connection that has not yet begun its server-side handshake.