Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace requestHandlerDefinitions

Index

Type Aliases

CallbackResponseResult: requestHandlers.CallbackResponseMessageResult | "close" | "reset"
SerializedBuffer: { data: number[]; type: "Buffer" }

Type declaration

  • data: number[]
  • type: "Buffer"

Variables

HandlerDefinitionLookup: { callback: typeof CallbackHandlerDefinition; close-connection: typeof CloseConnectionHandlerDefinition; file: typeof FileHandlerDefinition; json-rpc-response: typeof JsonRpcResponseHandlerDefinition; passthrough: typeof PassThroughHandlerDefinition; reset-connection: typeof ResetConnectionHandlerDefinition; simple: typeof SimpleHandlerDefinition; stream: typeof StreamHandlerDefinition; timeout: typeof TimeoutHandlerDefinition } = ...

Type declaration

Generated using TypeDoc