Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98130071
mdns-server.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 10, 03:05
Size
467 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 03:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23511972
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
mdns-server.d.ts
View Options
import { ServiceRecord } from './service';
export declare class Server {
mdns: any;
private registry;
private errorCallback;
constructor(opts: any, errorCallback?: Function | undefined);
register(records: Array<ServiceRecord> | ServiceRecord): void;
unregister(records: Array<ServiceRecord> | ServiceRecord): void;
private respondToQuery;
private recordsFor;
private isDuplicateRecord;
private unique;
}
export default Server;
Event Timeline
Log In to Comment