TcpService

Undocumented in source.

Members

Functions

handler
void handler(TCPConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Service

simple
bool simple;
Undocumented in source.
debugEnabled
bool debugEnabled;
Undocumented in source.
onBeforeInvoke
OnBeforeInvoke onBeforeInvoke;
Undocumented in source.
onAfterInvoke
OnAfterInvoke onAfterInvoke;
Undocumented in source.
onSendError
OnSendError onSendError;
Undocumented in source.
invokeHandlers
InvokeHandler[] invokeHandlers;
Undocumented in source.
beforeFilterHandlers
FilterHandler[] beforeFilterHandlers;
Undocumented in source.
afterFilterHandlers
FilterHandler[] afterFilterHandlers;
Undocumented in source.
beforeFilterHandler
NextFilterHandler beforeFilterHandler;
Undocumented in source.
afterFilterHandler
NextFilterHandler afterFilterHandler;
Undocumented in source.
filters
ref filters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
doInvoke
ubyte[] doInvoke(BytesIO input, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
doFunctionList
ubyte[] doFunctionList()
Undocumented in source. Be warned that the author may not have intended to support it.
afterFilter
ubyte[] afterFilter(ubyte[] data, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
beforeFilter
ubyte[] beforeFilter(ubyte[] data, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
ubyte[] handle(ubyte[] data, Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
addFunction
void addFunction(T func)
Undocumented in source. Be warned that the author may not have intended to support it.
addFunction
void addFunction(T func)
Undocumented in source. Be warned that the author may not have intended to support it.
addFunctions
void addFunctions(T funcs)
Undocumented in source. Be warned that the author may not have intended to support it.
addFunctions
void addFunctions(T funcs)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
addMethod
void addMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addMethods
void addMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addStaticMethods
void addStaticMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addStaticMethods
void addStaticMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addStaticMethods
void addStaticMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addStaticMethods
void addStaticMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addInstanceMethods
void addInstanceMethods(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingFunction
void addMissingFunction(T func)
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingFunction
void addMissingFunction(T func)
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingMethod
void addMissingMethod(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingMethod
void addMissingMethod(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingMethod
void addMissingMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
addMissingMethod
void addMissingMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
add
alias add = addFunction
Undocumented in source.
add
alias add = addFunctions
Undocumented in source.
add
alias add = addMethod
Undocumented in source.
add
alias add = addMethods
Undocumented in source.
use
void use(InvokeHandler[] handler)
Undocumented in source. Be warned that the author may not have intended to support it.
use
void use(FilterHandler[] handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta