- attachable
bool attachable()
Undocumented in source. Be warned that the author may not have intended to support it.
- endMsg
void endMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNext
void setNext(Filter* f, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- startMsg
void startMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(const(ubyte)* input, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPort
void setPort(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- attachable
bool attachable()
Undocumented in source. Be warned that the author may not have intended to support it.
- startMsg
void startMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- endMsg
void endMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
- setNext
void setNext(Filter* filters, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
This class is a threaded version of the Fork filter. While this uses threads, the class itself is NOT thread-safe. This is meant as a drop- in replacement for Fork where performance gains are possible.