Package net.pryoscode.henji
Class Henji
- java.lang.Object
-
- net.pryoscode.henji.Henji
-
public class Henji extends Object
-
-
Constructor Detail
-
Henji
public Henji() throws IOException- Throws:
IOException
-
Henji
public Henji(int port) throws IOException- Throws:
IOException
-
Henji
public Henji(String address, int port) throws IOException
- Throws:
IOException
-
-
Method Detail
-
registerController
public void registerController(Class<?> clazz)
-
start
public void start() throws IOException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, ParserConfigurationException, SAXException
-
-