Search
Preparing search index...
The search index is not available
@vertx/core
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
StreamBase
Interface StreamBase
Base interface for a stream.
Hierarchy
StreamBase
ReadStream
WriteStream
Index
Methods
exception
Handler
Methods
exception
Handler
exception
Handler
(
handler
:
(
(
res
:
Throwable
)
=>
void
)
|
Handler
<
Throwable
>
|
null
|
undefined
)
:
StreamBase
Set an exception handler.
Parameters
handler:
(
(
res
:
Throwable
)
=>
void
)
|
Handler
<
Throwable
>
|
null
|
undefined
Returns
StreamBase
Globals
Stream
Base
exception
Handler
Generated using
TypeDoc
Base interface for a stream.