|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectestella.servidor.ServidorWeb
public class ServidorWeb
Servidor web simples
Field Summary | |
---|---|
static boolean |
ativo
|
Constructor Summary | |
---|---|
ServidorWeb()
|
|
ServidorWeb(int porta)
|
|
ServidorWeb(int porta,
java.lang.String repositorio)
|
Method Summary | |
---|---|
static boolean |
para()
|
void |
run()
Inicia um novo servico de escuta em uma porta |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean ativo
Constructor Detail |
---|
public ServidorWeb(int porta, java.lang.String repositorio)
public ServidorWeb(int porta)
public ServidorWeb()
Method Detail |
---|
public static boolean para()
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |