HttpProtocol

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.

Members

Functions

getCodec
Codec getCodec()
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
ConnectionEventHandler getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getOptions
NetServerOptions getOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
ushort getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
registerHandler
void registerHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
setCodec
void setCodec(Codec codec)
Undocumented in source. Be warned that the author may not have intended to support it.
setConnectionEventHandler
void setConnectionEventHandler(ConnectionEventBaseHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Protocol

getName
string getName()
Undocumented in source.
getPort
ushort getPort()
Undocumented in source.
getHost
string getHost()
Undocumented in source.
getHandler
ConnectionEventHandler getHandler()
Undocumented in source.
getCodec
Codec getCodec()
Undocumented in source.
getOptions
NetServerOptions getOptions()
Undocumented in source.
registerHandler
void registerHandler()
Undocumented in source.

Meta