SockHandler

Undocumented in source.

Constructors

this
this(TcpSocket sock)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(InternetAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.
getChar
char getChar()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
read
char[] read(size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
readAll
string readAll()
Undocumented in source. Be warned that the author may not have intended to support it.
readLine
char[] readLine()
Undocumented in source. Be warned that the author may not have intended to support it.
receiveHeader
char[] receiveHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
send
auto send(string req)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta