|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.xlloop.FunctionServer
org.boris.xlloop.util.FunctionHandlerServer
public class FunctionHandlerServer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.boris.xlloop.FunctionServer |
---|
FunctionServer.FunctionContext, FunctionServer.HandlerThread |
Field Summary |
---|
Fields inherited from class org.boris.xlloop.FunctionServer |
---|
listener, port, socket |
Constructor Summary | |
---|---|
FunctionHandlerServer()
|
|
FunctionHandlerServer(int port,
boolean debug)
|
Method Summary | |
---|---|
void |
addDelegates(java.lang.String namespace,
java.lang.Class clazz)
|
void |
addInfo(FunctionInformation[] info)
|
void |
addInfo(FunctionProvider provider)
|
void |
addMethods(java.lang.String namespace,
java.lang.Class clazz)
|
void |
run()
|
void |
setDebug(boolean debug)
|
Methods inherited from class org.boris.xlloop.FunctionServer |
---|
getFunctionHandler, getPort, handleRequest, setFunctionHandler, setListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionHandlerServer()
public FunctionHandlerServer(int port, boolean debug)
Method Detail |
---|
public void setDebug(boolean debug)
public void addMethods(java.lang.String namespace, java.lang.Class clazz)
public void addDelegates(java.lang.String namespace, java.lang.Class clazz)
public void addInfo(FunctionProvider provider)
public void addInfo(FunctionInformation[] info)
public void run() throws java.io.IOException
run
in class FunctionServer
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |