
public class HandlerServer extends Object implements Runnable
| Constructor and Description |
|---|
HandlerServer(String bindAddress,
int bindPort,
Class handler)
Constructor
|
public HandlerServer(String bindAddress, int bindPort, Class handler) throws IOException
bindAddress - The bind addressbindPort - The bind porthandler - The handlerIOException - Thrown if a server socket can not be createdCopyright © 2014 IronJacamar (http://www.ironjacamar.org)