Filterable

Undocumented in source.

Members

Functions

attachable
bool attachable()

Check whether this filter is an attachable filter.

endMsg
void endMsg()

Notify that the current message is finished; flush buffers and do end-of-message processing (if any).

setNext
void setNext(Filter* filters, size_t size)
startMsg
void startMsg()

Start a new message. Must be closed by endMsg() before another message can be started.

write
void write(const(ubyte)* input, size_t length)

Write a portion of a message to this filter.

Properties

name
string name [@property getter]

Meta