VitessceConfigServerRangeRoute: Class representing a local web server route for a file which...

VitessceConfigServerFileRouteR Documentation

Class representing a local web server route for a file which needs to support range requests.

Description

Class representing a local web server route for a file which needs to support range requests.

Class representing a local web server route for a file which needs to support range requests.

Class representing a local web server route for a file which needs to support range requests.

Class representing a local web server route for a file which needs to support range requests.

Public fields

path

The path on which the web server should respond to requests using this callback.

file_path

The file to serve.

Methods

Public methods


Method new()

Create a new server route wrapper object.

Usage
VitessceConfigServerFileRoute$new(path, file_path)
Arguments
path

The route path.

file_path

The file to serve on this route.

Returns

A new VitessceConfigServerRangeRoute object.


Method create_handlers()

Add handler functions to the Plumber server object to respond on this route.

Usage
VitessceConfigServerFileRoute$create_handlers(pr_server)
Arguments
pr_server

The server instance.

Returns

The modified server instance.


Method clone()

The objects of this class are cloneable with this method.

Usage
VitessceConfigServerFileRoute$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Public fields

path

The path on which the web server should respond to requests using this callback.

file_path

The file to serve.

Methods

Public methods


Method new()

Create a new server route wrapper object.

Usage
VitessceConfigServerRangeRoute$new(path, file_path)
Arguments
path

The route path.

file_path

The file to serve on this route.

Returns

A new VitessceConfigServerRangeRoute object.


Method create_handlers()

Add handler functions to the Plumber server object to respond on this route.

Usage
VitessceConfigServerRangeRoute$create_handlers(pr_server)
Arguments
pr_server

The server instance.

Returns

The modified server instance.


Method clone()

The objects of this class are cloneable with this method.

Usage
VitessceConfigServerRangeRoute$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


keller-mark/vitessce-htmlwidget documentation built on Oct. 4, 2023, 2:30 a.m.