Last change
on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
595 bytes
|
Line | |
---|
1 | import { AttachOptions, BaseServer } from "./server";
|
---|
2 | export declare class uServer extends BaseServer {
|
---|
3 | protected init(): void;
|
---|
4 | protected cleanup(): void;
|
---|
5 | /**
|
---|
6 | * Prepares a request by processing the query string.
|
---|
7 | *
|
---|
8 | * @api private
|
---|
9 | */
|
---|
10 | private prepare;
|
---|
11 | protected createTransport(transportName: any, req: any): any;
|
---|
12 | /**
|
---|
13 | * Attach the engine to a µWebSockets.js server
|
---|
14 | * @param app
|
---|
15 | * @param options
|
---|
16 | */
|
---|
17 | attach(app: any, options?: AttachOptions): void;
|
---|
18 | private handleRequest;
|
---|
19 | private handleUpgrade;
|
---|
20 | private abortRequest;
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.