hunt-imf ~master (2019-10-15T07:29:22Z)
Home
Dub
Repo
Protocol
hunt
imf
protocol
Protocol
Undocumented in source.
interface
Protocol {
string
getName
();
ushort
getPort
();
string
getHost
();
ConnectionEventHandler
getHandler
();
Codec
getCodec
();
NetServerOptions
getOptions
();
void
registerHandler
();
}
Members
Functions
getCodec
Codec
getCodec
()
Undocumented in source.
getHandler
ConnectionEventHandler
getHandler
()
Undocumented in source.
getHost
string
getHost
()
Undocumented in source.
getName
string
getName
()
Undocumented in source.
getOptions
NetServerOptions
getOptions
()
Undocumented in source.
getPort
ushort
getPort
()
Undocumented in source.
registerHandler
void
registerHandler
()
Undocumented in source.
Meta
Source
See Implementation
hunt
imf
protocol
Protocol
interfaces
Protocol